chore: bump registry release to 2.8.2 (#18685)

Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
This commit is contained in:
David van der Spek 2023-05-26 03:37:45 +02:00 committed by GitHub
parent c399e5ee4a
commit 982ff0aeea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 deletions

View File

@ -103,12 +103,12 @@ PKGVERSIONTAG=dev
PREPARE_VERSION_NAME=versions PREPARE_VERSION_NAME=versions
#versions #versions
REGISTRYVERSION=v2.8.0-patch-redis REGISTRYVERSION=v2.8.2-patch-redis
TRIVYVERSION=v0.39.0 TRIVYVERSION=v0.39.0
TRIVYADAPTERVERSION=v0.30.10 TRIVYADAPTERVERSION=v0.30.10
# version of registry for pulling the source code # version of registry for pulling the source code
REGISTRY_SRC_TAG=v2.8.0 REGISTRY_SRC_TAG=v2.8.2
# dependency binaries # dependency binaries
REGISTRYURL=https://storage.googleapis.com/harbor-builds/bin/registry/release-${REGISTRYVERSION}/registry REGISTRYURL=https://storage.googleapis.com/harbor-builds/bin/registry/release-${REGISTRYVERSION}/registry

View File

@ -22,12 +22,6 @@ cur=$PWD
TEMP=`mktemp -d ${TMPDIR-/tmp}/distribution.XXXXXX` TEMP=`mktemp -d ${TMPDIR-/tmp}/distribution.XXXXXX`
git clone -b $VERSION https://github.com/distribution/distribution.git $TEMP git clone -b $VERSION https://github.com/distribution/distribution.git $TEMP
# add patch 2815
echo 'add patch https://github.com/distribution/distribution/pull/2815 ...'
cd $TEMP
wget https://github.com/distribution/distribution/pull/2815.patch
git apply 2815.patch
# add patch redis # add patch redis
cd $TEMP cd $TEMP
git apply $cur/redis.patch git apply $cur/redis.patch