Merge pull request #9619 from wojiushixiaobai/patch-imgcrypt

build(deps): bump github.com/containerd/imgcrypt to v1.1.9
This commit is contained in:
Phil Estes 2024-01-10 10:44:10 -05:00 committed by GitHub
commit cf9aec3185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
8eebb5ea37f38ff04f1a543252bdcd78cef7ce6b
v1.1.9

View File

@ -22,12 +22,12 @@ set -eu -o pipefail
script_dir="$(cd -- "$(dirname -- "$0")" > /dev/null 2>&1; pwd -P)"
: "${IMGCRYPT_COMMIT:=$(cat "${script_dir}/imgcrypt-version")}"
: "${IMGCRYPT_VERSION:=$(cat "${script_dir}/imgcrypt-version")}"
TMPROOT=$(mktemp -d)
git clone https://github.com/containerd/imgcrypt.git "${TMPROOT}"/imgcrypt
pushd "${TMPROOT}"/imgcrypt
git checkout "${IMGCRYPT_COMMIT}"
git checkout "${IMGCRYPT_VERSION}"
make
make containerd-release -e DESTDIR="${DESTDIR}/usr/local"