mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-11 02:17:42 +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
|
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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user