mirror of https://github.com/goharbor/harbor.git
consume the downstream distribution (#21733)
Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
parent
e8a045ff1f
commit
6dd75c7b57
4
Makefile
4
Makefile
|
@ -110,9 +110,9 @@ TRIVYADAPTERVERSION=v0.32.3
|
||||||
NODEBUILDIMAGE=node:16.18.0
|
NODEBUILDIMAGE=node:16.18.0
|
||||||
|
|
||||||
# version of registry for pulling the source code
|
# version of registry for pulling the source code
|
||||||
REGISTRY_SRC_TAG=v2.8.3
|
REGISTRY_SRC_TAG=release/2.8
|
||||||
# source of upstream distribution code
|
# source of upstream distribution code
|
||||||
DISTRIBUTION_SRC=https://github.com/distribution/distribution.git
|
DISTRIBUTION_SRC=https://github.com/goharbor/distribution.git
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue