Skip to content

Commit 174efb1

Browse files
update imgcrypt binary to v1.1.9
Signed-off-by: 吴小白 <[email protected]>
1 parent 9f8b845 commit 174efb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

script/setup/imgcrypt-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8eebb5ea37f38ff04f1a543252bdcd78cef7ce6b
1+
v1.1.9

script/setup/install-imgcrypt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ set -eu -o pipefail
2222

2323
script_dir="$(cd -- "$(dirname -- "$0")" > /dev/null 2>&1; pwd -P)"
2424

25-
: "${IMGCRYPT_COMMIT:=$(cat "${script_dir}/imgcrypt-version")}"
25+
: "${IMGCRYPT_VERSION:=$(cat "${script_dir}/imgcrypt-version")}"
2626

2727
TMPROOT=$(mktemp -d)
2828
git clone https://github.com/containerd/imgcrypt.git "${TMPROOT}"/imgcrypt
2929
pushd "${TMPROOT}"/imgcrypt
30-
git checkout "${IMGCRYPT_COMMIT}"
30+
git checkout "${IMGCRYPT_VERSION}"
3131
make
3232
make containerd-release -e DESTDIR="${DESTDIR}/usr/local"
3333

0 commit comments

Comments
 (0)