Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update containerd (1.6.12), fuse-overlayfs (1.10) #1623

Merged
merged 2 commits into from
Dec 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.10
ctrdVersion: 1.6.12
env:
CGO_ENABLED: 0
build_script:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
- ubuntu: 20.04
containerd: v1.5.13
- ubuntu: 20.04
containerd: v1.6.10
containerd: v1.6.12
- ubuntu: 22.04
containerd: v1.6.10
containerd: v1.6.12
- ubuntu: 22.04
containerd: main
env:
Expand Down Expand Up @@ -104,9 +104,9 @@ jobs:
- ubuntu: 20.04
containerd: v1.5.13
- ubuntu: 20.04
containerd: v1.6.10
containerd: v1.6.12
- ubuntu: 22.04
containerd: v1.6.10
containerd: v1.6.12
- ubuntu: 22.04
containerd: main
env:
Expand Down
4 changes: 2 additions & 2 deletions 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.10
ARG CONTAINERD_VERSION=v1.6.12
ARG RUNC_VERSION=v1.1.4
ARG CNI_PLUGINS_VERSION=v1.1.1

Expand All @@ -36,7 +36,7 @@ ARG SLIRP4NETNS_VERSION=v1.2.0
# Extra deps: bypass4netns
ARG BYPASS4NETNS_VERSION=v0.3.0
# Extra deps: FUSE-OverlayFS
ARG FUSE_OVERLAYFS_VERSION=v1.9
ARG FUSE_OVERLAYFS_VERSION=v1.10
ARG CONTAINERD_FUSE_OVERLAYFS_VERSION=v1.0.5
# Extra deps: IPFS
ARG KUBO_VERSION=v0.17.0
Expand Down
6 changes: 6 additions & 0 deletions Dockerfile.d/SHA256SUMS.d/fuse-overlayfs-v1.10
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
41ba3e8d484643d08432627e92fa7021cac89b6570a52f0f84a73f8d8f01576f fuse-overlayfs-aarch64
66ee60cfdc0e123840952cd2638564324b7bfe07cef6fd0d40cae6dbea8b8368 fuse-overlayfs-armv7l
c4392f29c351a19da27f460fc3f52d161969ac99f72fc5fc46c8efcbf566fd0d fuse-overlayfs-ppc64le
95302656588be3a614c06e353e5f1024c64a4a3bef03fe2caf3fd1b220768ccc fuse-overlayfs-riscv64
b3e8e814cb3213929dfaefd205db043e989645292b71d8f0be5883f2273c0528 fuse-overlayfs-s390x
8ca67de5273fa2b100a817694c9c8119b884c0ea9664d896ac920bc8ba711dda fuse-overlayfs-x86_64
6 changes: 0 additions & 6 deletions Dockerfile.d/SHA256SUMS.d/fuse-overlayfs-v1.9

This file was deleted.