mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-26 01:21:22 +01:00
fix: add patch for registry layers larger than 10G with S3 backend (#16322)
add patch for registry layers larger than 10G with S3 backend Signed-off-by: Franz Nemeth <franz.nemeth@dynatrace.com>
This commit is contained in:
parent
5afd11015a
commit
7c2e591c26
@ -22,6 +22,12 @@ 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