mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 10:15:35 +01:00
bump up distribution version to v2.8 (#16338)
Signed-off-by: Wang Yan <wangyan@vmware.com>
This commit is contained in:
parent
1a2dd256b5
commit
6c3f9a8366
4
Makefile
4
Makefile
@ -108,7 +108,7 @@ PKGVERSIONTAG=dev
|
||||
PREPARE_VERSION_NAME=versions
|
||||
|
||||
#versions
|
||||
REGISTRYVERSION=v2.7.1-patch-2819-2553-redis
|
||||
REGISTRYVERSION=v2.8.0-patch-redis
|
||||
NOTARYVERSION=v0.6.1
|
||||
NOTARYMIGRATEVERSION=v4.11.0
|
||||
TRIVYVERSION=v0.22.0
|
||||
@ -121,7 +121,7 @@ CHARTMUSEUM_SRC_TAG=v0.14.0
|
||||
CHARTMUSEUMVERSION=$(CHARTMUSEUM_SRC_TAG)-redis
|
||||
|
||||
# version of registry for pulling the source code
|
||||
REGISTRY_SRC_TAG=v2.7.1
|
||||
REGISTRY_SRC_TAG=v2.8.0
|
||||
|
||||
# dependency binaries
|
||||
CHARTURL=https://storage.googleapis.com/harbor-builds/bin/chartmuseum/release-${CHARTMUSEUMVERSION}/chartm
|
||||
|
@ -22,18 +22,6 @@ cur=$PWD
|
||||
TEMP=`mktemp -d ${TMPDIR-/tmp}/distribution.XXXXXX`
|
||||
git clone -b $VERSION https://github.com/distribution/distribution.git $TEMP
|
||||
|
||||
# add patch 2879
|
||||
echo 'add patch https://github.com/distribution/distribution/pull/2879 ...'
|
||||
cd $TEMP
|
||||
wget https://github.com/distribution/distribution/pull/2879.patch
|
||||
git apply 2879.patch
|
||||
|
||||
# add patch 3370
|
||||
echo 'add patch https://github.com/distribution/distribution/pull/3370 ...'
|
||||
cd $TEMP
|
||||
wget https://github.com/distribution/distribution/pull/3370.patch
|
||||
git apply 3370.patch
|
||||
|
||||
# add patch redis
|
||||
git apply $cur/redis.patch
|
||||
cd $cur
|
||||
|
@ -20,7 +20,7 @@ sudo rm -rf /data/*
|
||||
sudo -E env "PATH=$PATH" make go_check
|
||||
sudo ./tests/hostcfg.sh
|
||||
sudo ./tests/generateCerts.sh
|
||||
sudo make build -e BUILDTARGET="_build_db _build_registry _build_prepare" -e PULL_BASE_FROM_DOCKERHUB=false
|
||||
sudo make build -e BUILDTARGET="_build_db _build_registry _build_prepare" -e PULL_BASE_FROM_DOCKERHUB=false -e BUILDBIN=true
|
||||
docker run --rm -v /:/hostfs:z goharbor/prepare:dev gencert -p /etc/harbor/tls/internal
|
||||
sudo MAKEPATH=$(pwd)/make ./make/prepare
|
||||
sudo mkdir -p "/data/redis"
|
||||
|
Loading…
Reference in New Issue
Block a user