Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #19 from oliver-goetz/enh/update-kindest-node
Browse files Browse the repository at this point in the history
Update to `kindest/[email protected]`
  • Loading branch information
oliver-goetz authored Sep 26, 2023
2 parents 8e34e10 + 8075dd6 commit e3664ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kindest/node:v1.24.12
FROM kindest/node:v1.28.0

ARG TARGETOS
ARG TARGETARCH
Expand All @@ -10,7 +10,7 @@ RUN apt-get update -yq && \
# see https://github.com/gardener/gardener/issues/4673
# Install nerdctl as a (mostly) docker-compatible replacement and fool the cloud-config-downloader with a small wrapper
# this is quite hacky but relieves us from installing docker here
ARG NERDCTL_VERSION=1.2.1
ARG NERDCTL_VERSION=1.6.0
RUN curl -Lo /tmp/nerdctl.tar.gz https://github.com/containerd/nerdctl/releases/download/v$NERDCTL_VERSION/nerdctl-$NERDCTL_VERSION-$TARGETOS-$TARGETARCH.tar.gz && \
tar Cxzvvf /usr/local/bin /tmp/nerdctl.tar.gz && \
rm -f /tmp/nerdctl.tar.gz
Expand Down

0 comments on commit e3664ca

Please sign in to comment.