Skip to content

Commit

Permalink
pre-reqs: Remove duplicate of versions
Browse files Browse the repository at this point in the history
- To avoid having to update the versions in multiple places (which was missed last release),
remove the default versions logic in payload.sh, as it is only called from the Makefile
If a version is incorrectly set, then just rely on
`set -o nounset` to warn the user about this

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman authored and fidencio committed May 15, 2024
1 parent 7f1b478 commit 290ae5f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install/pre-install-payload/payload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ set -o nounset
script_dir=$(dirname "$(readlink -f "$0")")

coco_containerd_repo=${coco_containerd_repo:-"https://github.com/confidential-containers/containerd"}
coco_containerd_version=${coco_containerd_version:-"1.6.8.2"}
official_containerd_repo=${official_containerd_repo:-"https://github.com/containerd/containerd"}
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.13"}
containerd_dir="$(mktemp -d -t containerd-XXXXXXXXXX)/containerd"
extra_docker_manifest_flags="${extra_docker_manifest_flags:-}"

Expand Down

0 comments on commit 290ae5f

Please sign in to comment.