Skip to content

Commit 20233c2

Browse files
authored
Merge pull request #856 from AkihiroSuda/containerd-1.6.1
update containerd, CNI plugins, IPFS, Stargz Snapshotter
2 parents af4278f + 1dcc70c commit 20233c2

File tree

11 files changed

+22
-20
lines changed

11 files changed

+22
-20
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ windows_task:
6565
matrix:
6666
- name: "Windows/containerd-1.6"
6767
env:
68-
ctrdVersion: 1.6.0
68+
ctrdVersion: 1.6.1
6969
env:
7070
CGO_ENABLED: 0
7171
build_script:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
timeout-minutes: 30
5959
strategy:
6060
matrix:
61-
containerd: [v1.4.5, v1.6.0, main]
61+
containerd: [v1.4.5, v1.6.1, main]
6262
env:
6363
CONTAINERD_VERSION: "${{ matrix.containerd }}"
6464
steps:
@@ -83,7 +83,7 @@ jobs:
8383
timeout-minutes: 60
8484
strategy:
8585
matrix:
86-
containerd: [v1.4.5, v1.6.0, main]
86+
containerd: [v1.4.5, v1.6.1, main]
8787
env:
8888
CONTAINERD_VERSION: "${{ matrix.containerd }}"
8989
steps:

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
# TODO: verify commit hash
1919

2020
# Basic deps
21-
ARG CONTAINERD_VERSION=v1.6.0
21+
ARG CONTAINERD_VERSION=v1.6.1
2222
ARG RUNC_VERSION=v1.1.0
23-
ARG CNI_PLUGINS_VERSION=v1.0.1
23+
ARG CNI_PLUGINS_VERSION=v1.1.0
2424

2525
# Extra deps: CNI isolation
2626
ARG CNI_ISOLATION_VERSION=v0.0.4
2727
# Extra deps: Build
2828
ARG BUILDKIT_VERSION=v0.9.3
2929
# Extra deps: Lazy-pulling
30-
ARG STARGZ_SNAPSHOTTER_VERSION=v0.11.0
30+
ARG STARGZ_SNAPSHOTTER_VERSION=v0.11.1
3131
# Extra deps: Encryption
3232
ARG IMGCRYPT_VERSION=v1.1.3
3333
# Extra deps: Rootless
@@ -39,7 +39,7 @@ ARG BYPASS4NETNS_VERSION=v0.2.2
3939
ARG FUSE_OVERLAYFS_VERSION=v1.8.2
4040
ARG CONTAINERD_FUSE_OVERLAYFS_VERSION=v1.0.4
4141
# Extra deps: IPFS
42-
ARG IPFS_VERSION=v0.11.0
42+
ARG IPFS_VERSION=v0.12.0
4343

4444
# Test deps
4545
ARG GO_VERSION=1.17

Dockerfile.d/SHA256SUMS.d/cni-plugins-v1.0.1

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
05d46ac19d01669d424ee57401c0deba101763ac494858064b4ea4ffdcc37c5d cni-plugins-linux-amd64-v1.1.0.tgz
2+
33fc7b8d9d5be2d7f95e69e6a9e2af206879942f1e6b7615c04017dce5067f1a cni-plugins-linux-arm64-v1.1.0.tgz

Dockerfile.d/SHA256SUMS.d/go-ipfs-v0.11.0

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# From https://github.com/ipfs/go-ipfs/releases
2+
1878db47007e2f3c595c775d5728c5bd78038092641be9becf4d622076a012dc go-ipfs_v0.12.0_linux-amd64.tar.gz
3+
af0f7b87ec38598ccf2bd0aa310092f3956457d53a89a04fa4b5eef205c69794 go-ipfs_v0.12.0_linux-arm64.tar.gz

Dockerfile.d/SHA256SUMS.d/stargz-snapshotter-v0.11.0

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
f958a77b9cc639620af78208b34213fbd17fe28699708a7d3a9c7862025a7a4c stargz-snapshotter-v0.11.1-linux-amd64.tar.gz
2+
37559fc5b62757ae148efed1070c319ad0323aae91a1d83edce1e157644e29ea stargz-snapshotter-v0.11.1-linux-arm64.tar.gz
3+
f1cf855870af16a653d8acb9daa3edf84687c2c05323cb958f078fb148af3eec stargz-snapshotter.service

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/containerd/stargz-snapshotter/ipfs v0.11.0
1717
github.com/containerd/typeurl v1.0.2
1818
github.com/containernetworking/cni v1.0.1
19-
github.com/containernetworking/plugins v1.0.1
19+
github.com/containernetworking/plugins v1.1.0
2020
github.com/cyphar/filepath-securejoin v0.2.3
2121
github.com/docker/cli v20.10.12+incompatible
2222
github.com/docker/docker v20.10.12+incompatible
@@ -37,7 +37,7 @@ require (
3737
github.com/opencontainers/image-spec v1.0.3-0.20211215212317-ea0209f50ae1
3838
github.com/opencontainers/runtime-spec v1.0.3-0.20211214071223-8958f93039ab
3939
github.com/pelletier/go-toml v1.9.4
40-
github.com/rootless-containers/bypass4netns v0.1.1-0.20220214050838-562b4845f47e
40+
github.com/rootless-containers/bypass4netns v0.2.2
4141
github.com/rootless-containers/rootlesskit v0.14.6
4242
github.com/sirupsen/logrus v1.8.1
4343
github.com/spf13/cobra v1.3.0

0 commit comments

Comments
 (0)