diff --git a/Makefile b/Makefile index c9774f87d..814587a8e 100644 --- a/Makefile +++ b/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 diff --git a/make/photon/registry/builder b/make/photon/registry/builder index 0a58e0742..e076f8565 100755 --- a/make/photon/registry/builder +++ b/make/photon/registry/builder @@ -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