Skip to content

Commit

Permalink
add patch distribution/distribution#3940 – Fix S3 storage driver to s…
Browse files Browse the repository at this point in the history
…upport R2 Multipart upload PR goharbor#3940
  • Loading branch information
Vad1mo committed Nov 20, 2023
1 parent abdc78d commit 35f30dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions make/photon/registry/builder
Expand Up @@ -22,6 +22,11 @@ cur=$PWD
TEMP=`mktemp -d ${TMPDIR-/tmp}/distribution.XXXXXX`
git clone -b $VERSION https://github.com/distribution/distribution.git $TEMP

# Fix S3 storage driver to support R2 Multipart upload #3940
echo 'add patch https://github.com/distribution/distribution/pull/3940 – Fix S3 storage driver to support R2 Multipart upload PR #3940'
wget https://github.com/distribution/distribution/pull/3940.patch
git apply 3940.patch

# add patch redis
cd $TEMP
git apply $cur/redis.patch
Expand Down

0 comments on commit 35f30dd

Please sign in to comment.