Merge pull request #9619 from wojiushixiaobai/patch-imgcrypt
build(deps): bump github.com/containerd/imgcrypt to v1.1.9
This commit is contained in:
commit
cf9aec3185
@ -1 +1 @@
|
||||
8eebb5ea37f38ff04f1a543252bdcd78cef7ce6b
|
||||
v1.1.9
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user