mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-23 09:08:26 +01:00
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:
parent
c399e5ee4a
commit
982ff0aeea
4
Makefile
4
Makefile
@ -103,12 +103,12 @@ PKGVERSIONTAG=dev
|
||||
PREPARE_VERSION_NAME=versions
|
||||
|
||||
#versions
|
||||
REGISTRYVERSION=v2.8.0-patch-redis
|
||||
REGISTRYVERSION=v2.8.2-patch-redis
|
||||
TRIVYVERSION=v0.39.0
|
||||
TRIVYADAPTERVERSION=v0.30.10
|
||||
|
||||
# version of registry for pulling the source code
|
||||
REGISTRY_SRC_TAG=v2.8.0
|
||||
REGISTRY_SRC_TAG=v2.8.2
|
||||
|
||||
# dependency binaries
|
||||
REGISTRYURL=https://storage.googleapis.com/harbor-builds/bin/registry/release-${REGISTRYVERSION}/registry
|
||||
|
@ -22,12 +22,6 @@ cur=$PWD
|
||||
TEMP=`mktemp -d ${TMPDIR-/tmp}/distribution.XXXXXX`
|
||||
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
|
||||
cd $TEMP
|
||||
git apply $cur/redis.patch
|
||||
|
Loading…
Reference in New Issue
Block a user