Skip to content

Commit

Permalink
pre-reqs: Update nydus snapshotter version
Browse files Browse the repository at this point in the history
- Bump the nydus snapshotter version to v0.13.13, in order to
pick the nydus-snapshotter caching workaround
containerd/nydus-snapshotter#593

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman committed May 15, 2024
1 parent 77b79f0 commit 8b38b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/pre-install-payload/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
COCO_CONTAINERD_VERSION = 1.6.8.2
OFFICIAL_CONTAINERD_VERSION = 1.7.7
VFIO_GPU_CONTAINERD_VERSION = 1.7.0.0
NYDUS_SNAPSHOTTER_VERSION = v0.13.11
NYDUS_SNAPSHOTTER_VERSION = v0.13.13

BASH = bash

Expand Down
2 changes: 1 addition & 1 deletion install/pre-install-payload/payload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ official_containerd_version=${official_containerd_version:-"1.7.7"}
vfio_gpu_containerd_repo=${vfio_gpu_containerd_repo:-"https://github.com/confidential-containers/containerd"}
vfio_gpu_containerd_version=${vfio_gpu_containerd_version:-"1.7.0.0"}
nydus_snapshotter_repo=${nydus_snapshotter_repo:-"https://github.com/containerd/nydus-snapshotter"}
nydus_snapshotter_version=${nydus_snapshotter_version:-"v0.13.3-multiarch"}
nydus_snapshotter_version=${nydus_snapshotter_version:-"v0.13.13"}
containerd_dir="$(mktemp -d -t containerd-XXXXXXXXXX)/containerd"
extra_docker_manifest_flags="${extra_docker_manifest_flags:-}"

Expand Down

0 comments on commit 8b38b26

Please sign in to comment.