Skip to content

Commit

Permalink
update containerd (1.6.19)
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Feb 28, 2023
1 parent 5108bb4 commit 52532dc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ windows_task:
matrix:
- name: "Windows/containerd-1.6"
env:
ctrdVersion: 1.6.16
ctrdVersion: 1.6.19
env:
CGO_ENABLED: 0
build_script:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
# ubuntu-20.04: cgroup v1, ubuntu-22.04: cgroup v2
include:
- ubuntu: 20.04
containerd: v1.5.17
containerd: v1.5.18
- ubuntu: 20.04
containerd: v1.6.16
containerd: v1.6.19
- ubuntu: 22.04
containerd: v1.6.16
containerd: v1.6.19
- ubuntu: 22.04
containerd: main
env:
Expand Down Expand Up @@ -112,25 +112,25 @@ jobs:
# ubuntu-22.04: cgroup v1, ubuntu-22.04: cgroup v2
include:
- ubuntu: 20.04
containerd: v1.5.17
containerd: v1.5.18
target: test-integration-rootless
- ubuntu: 20.04
containerd: v1.6.16
containerd: v1.6.19
target: test-integration-rootless
- ubuntu: 22.04
containerd: v1.6.16
containerd: v1.6.19
target: test-integration-rootless
- ubuntu: 22.04
containerd: main
target: test-integration-rootless
- ubuntu: 20.04
containerd: v1.5.17
containerd: v1.5.18
target: test-integration-rootless-port-slirp4netns
- ubuntu: 20.04
containerd: v1.6.16
containerd: v1.6.19
target: test-integration-rootless-port-slirp4netns
- ubuntu: 22.04
containerd: v1.6.16
containerd: v1.6.19
target: test-integration-rootless-port-slirp4netns
- ubuntu: 22.04
containerd: main
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=v1.6.16
ARG CONTAINERD_VERSION=v1.6.19
ARG RUNC_VERSION=v1.1.4
ARG CNI_PLUGINS_VERSION=v1.2.0

Expand Down

0 comments on commit 52532dc

Please sign in to comment.