Skip to content

Commit

Permalink
Move testing to container v2 rc4
Browse files Browse the repository at this point in the history
Signed-off-by: apostasie <spam_blackhole@farcloser.world>
  • Loading branch information
apostasie committed Aug 28, 2024
1 parent da6b454 commit 95a3d69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
containerd: v1.7.19
runner: "ubuntu-22.04"
- ubuntu: 24.04
containerd: v2.0.0-rc.3
containerd: v2.0.0-rc.4
runner: "ubuntu-24.04"
- ubuntu: 24.04
containerd: v2.0.0-rc.3
containerd: v2.0.0-rc.4
runner: github-arm64-2c-8gb
env:
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
rootlesskit: v2.3.1
target: test-integration-rootless
- ubuntu: 24.04
containerd: v2.0.0-rc.3
containerd: v2.0.0-rc.4
rootlesskit: v2.3.1
target: test-integration-rootless
- ubuntu: 24.04
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# TODO: verify commit hash

# Basic deps
ARG CONTAINERD_VERSION=v2.0.0-rc.3
ARG CONTAINERD_VERSION=v2.0.0-rc.4
ARG RUNC_VERSION=v1.1.13
ARG CNI_PLUGINS_VERSION=v1.5.1

Expand Down

0 comments on commit 95a3d69

Please sign in to comment.