Skip to content

Commit

Permalink
Bump Rancherd to support Rancher v2.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
  • Loading branch information
bk201 committed Jan 31, 2024
1 parent 194c423 commit 4599efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN cat /tmp/os-release >> /usr/lib/os-release && rm -f /tmp/os-release
RUN rm -f /etc/cos/config

# Download rancherd
ARG RANCHERD_VERSION=v0.1.0-rc3
ARG RANCHERD_VERSION=v0.2.0-rc1
RUN curl -o /usr/bin/rancherd -sfL "https://github.com/rancher/rancherd/releases/download/${RANCHERD_VERSION}/rancherd-${ARCH}" && chmod 0755 /usr/bin/rancherd

# Download nerdctl
Expand Down

0 comments on commit 4599efc

Please sign in to comment.