consume the downstream distribution (#21733)

Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
Wang Yan 2025-03-13 16:00:31 +08:00 committed by GitHub
parent e8a045ff1f
commit 6dd75c7b57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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