Skip to content

Commit

Permalink
update containerd (2.0.1), runc (1.2.3), buildKit (0.18.2), stargz-sn…
Browse files Browse the repository at this point in the history
…apshotter (0.16.3)

Signed-off-by: Kay Yan <kay.yan@daocloud.io>
  • Loading branch information
yankay committed Dec 17, 2024
1 parent 0e5f7fd commit ef02692
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
containerd: v1.7.24
arch: amd64
- runner: ubuntu-24.04
containerd: v2.0.0
containerd: v2.0.1
arch: amd64
- runner: arm64-8core-32gb
containerd: v2.0.0
containerd: v2.0.1
arch: arm64
env:
CONTAINERD_VERSION: "${{ matrix.containerd }}"
Expand Down Expand Up @@ -113,11 +113,11 @@ jobs:
runner: "ubuntu-22.04"
arch: amd64
- ubuntu: 24.04
containerd: v2.0.0
containerd: v2.0.1
runner: "ubuntu-24.04"
arch: amd64
- ubuntu: 24.04
containerd: v2.0.0
containerd: v2.0.1
runner: arm64-8core-32gb
arch: arm64
env:
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
matrix:
include:
- ubuntu: 24.04
containerd: v2.0.0
containerd: v2.0.1
arch: amd64
env:
CONTAINERD_VERSION: "${{ matrix.containerd }}"
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
target: rootless
arch: amd64
- ubuntu: 24.04
containerd: v2.0.0
containerd: v2.0.1
rootlesskit: v2.3.1
target: rootless
arch: amd64
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
# TODO: verify commit hash

# Basic deps
ARG CONTAINERD_VERSION=v2.0.0
ARG RUNC_VERSION=v1.2.2
ARG CONTAINERD_VERSION=v2.0.1
ARG RUNC_VERSION=v1.2.3
ARG CNI_PLUGINS_VERSION=v1.6.1

# Extra deps: Build
ARG BUILDKIT_VERSION=v0.18.1
ARG BUILDKIT_VERSION=v0.18.2
# Extra deps: Lazy-pulling
ARG STARGZ_SNAPSHOTTER_VERSION=v0.16.2
ARG STARGZ_SNAPSHOTTER_VERSION=v0.16.3
# Extra deps: Encryption
ARG IMGCRYPT_VERSION=v2.0.0-rc.1
ARG IMGCRYPT_VERSION=v2.0.0
# Extra deps: Rootless
ARG ROOTLESSKIT_VERSION=v2.3.1
ARG SLIRP4NETNS_VERSION=v1.3.1
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile.d/SHA256SUMS.d/buildkit-v0.18.1

This file was deleted.

2 changes: 2 additions & 0 deletions Dockerfile.d/SHA256SUMS.d/buildkit-v0.18.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
5662f23cfa5e475ff50932dd2b71d2c5812928fad631d1e8c9f8f5592a4c1568 buildkit-v0.18.2.linux-amd64.tar.gz
de0ae01abc689102de6a765f8f40a30e86203897d3a7b44511a3aa66824bbc48 buildkit-v0.18.2.linux-arm64.tar.gz
3 changes: 0 additions & 3 deletions Dockerfile.d/SHA256SUMS.d/stargz-snapshotter-v0.16.2

This file was deleted.

3 changes: 3 additions & 0 deletions Dockerfile.d/SHA256SUMS.d/stargz-snapshotter-v0.16.3
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
516984d13e10396f7f6090c51e4e42cc1af9a0d4b16aa81837bcdb1d5a5608d6 stargz-snapshotter-v0.16.3-linux-amd64.tar.gz
d3ac8215603cfd002901c88c568ff5c0685d6953c012fa6ff709deb50f90b023 stargz-snapshotter-v0.16.3-linux-arm64.tar.gz
f1cf855870af16a653d8acb9daa3edf84687c2c05323cb958f078fb148af3eec stargz-snapshotter.service

0 comments on commit ef02692

Please sign in to comment.