Skip to content

Commit

Permalink
Dockerfile: Bump up nerdctl(1.1.0), CRI-O(1.26.1)
Browse files Browse the repository at this point in the history
Signed-off-by: Kohei Tokunaga <[email protected]>
  • Loading branch information
ktock committed Jan 24, 2023
1 parent 0d28543 commit 9f28997
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
ARG CONTAINERD_VERSION=v1.7.0-beta.2
ARG RUNC_VERSION=v1.1.4
ARG CNI_PLUGINS_VERSION=v1.1.1
ARG NERDCTL_VERSION=1.0.0
ARG NERDCTL_VERSION=1.1.0

ARG PODMAN_VERSION=v4.3.1
ARG CRIO_VERSION=v1.25.1
ARG CRIO_VERSION=v1.26.1
ARG CONMON_VERSION=v2.1.5
ARG COMMON_VERSION=v0.49.2
ARG CRIO_TEST_PAUSE_IMAGE_NAME=registry.k8s.io/pause:3.6
Expand All @@ -27,7 +27,7 @@ ARG CONTAINERIZED_SYSTEMD_VERSION=v0.1.1
ARG SLIRP4NETNS_VERSION=v1.1.12

# Used in CI
ARG CRI_TOOLS_VERSION=v1.25.0
ARG CRI_TOOLS_VERSION=v1.26.0

# Legacy builder that doesn't support TARGETARCH should set this explicitly using --build-arg.
# If TARGETARCH isn't supported by the builder, the default value is "amd64".
Expand Down
2 changes: 1 addition & 1 deletion script/cri-o/test-legacy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ TEST_NODE_ID=$(docker run --rm -d --privileged \
--tmpfs=/var/lib/stargz-store:suid \
"${NODE_TEST_IMAGE_NAME}")
echo "Running node on: ${TEST_NODE_ID}"
retry docker exec "${TEST_NODE_ID}" /go/bin/crictl stats
retry docker exec "${TEST_NODE_ID}" /go/bin/crictl --runtime-endpoint=${CRIO_SOCK} stats

# If container started successfully, varidate the runtime through CRI
FAIL=
Expand Down

0 comments on commit 9f28997

Please sign in to comment.