Skip to content

Commit

Permalink
Bump containerd v1.6.8 / runc v1.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
  • Loading branch information
brandond committed Sep 2, 2022
1 parent 8d6c001 commit 9c612f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ RUN rm -vf /charts/*.sh /charts/*.md
# must be placed in bin/ of the file image and subdirectories of bin/ will be flattened during installation.
# This means bin/foo/bar will become bin/bar when rke2 installs this to the host
FROM rancher/hardened-kubernetes:v1.24.4-rke2r1-build20220817 AS kubernetes
FROM rancher/hardened-containerd:v1.6.6-k3s1-build20220606 AS containerd
FROM rancher/hardened-containerd:v1.6.8-k3s1-build20220901 AS containerd
FROM rancher/hardened-crictl:v1.24.0-build20220506 AS crictl
FROM rancher/hardened-runc:v1.1.2-build20220606 AS runc
FROM rancher/hardened-runc:v1.1.4-build20220901 AS runc

FROM scratch AS runtime-collect
COPY --from=runc \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ARG KUBERNETES_VERSION=dev

# windows runtime image
ENV CRICTL_VERSION="v1.24.0"
ENV CONTAINERD_VERSION="1.6.6"
ENV CONTAINERD_VERSION="1.6.8"
ENV CALICO_VERSION="v3.23.1"
ENV CNI_PLUGIN_VERSION="v1.0.1"

Expand Down

0 comments on commit 9c612f4

Please sign in to comment.