зеркало из https://github.com/Azure/ARO-RP.git
Update hive cmd/mirror to use hive image tag 986c5efa21
This commit is contained in:
Родитель
511fa6ebb4
Коммит
907c824653
|
@ -111,7 +111,7 @@ func mirror(ctx context.Context, log *logrus.Entry) error {
|
||||||
"quay.io/app-sre/managed-upgrade-operator:v0.1.952-44b631a",
|
"quay.io/app-sre/managed-upgrade-operator:v0.1.952-44b631a",
|
||||||
|
|
||||||
// https://quay.io/repository/app-sre/hive?tab=tags
|
// https://quay.io/repository/app-sre/hive?tab=tags
|
||||||
"quay.io/app-sre/hive:bdf9d08a06",
|
"quay.io/app-sre/hive:986c5efa21",
|
||||||
} {
|
} {
|
||||||
log.Printf("mirroring %s -> %s", ref, pkgmirror.Dest(dstAcr+acrDomainSuffix, ref))
|
log.Printf("mirroring %s -> %s", ref, pkgmirror.Dest(dstAcr+acrDomainSuffix, ref))
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ main() {
|
||||||
trap "cleanup $tmpdir" EXIT
|
trap "cleanup $tmpdir" EXIT
|
||||||
|
|
||||||
# This is the commit sha that the image was built from and ensures we use the correct configs for the release
|
# This is the commit sha that the image was built from and ensures we use the correct configs for the release
|
||||||
local -r default_commit="bdf9d08a06"
|
local -r default_commit="986c5efa21"
|
||||||
local -r hive_image_commit_hash="${1:-$default_commit}"
|
local -r hive_image_commit_hash="${1:-$default_commit}"
|
||||||
log "Using hive commit: $hive_image_commit_hash"
|
log "Using hive commit: $hive_image_commit_hash"
|
||||||
# shellcheck disable=SC2034
|
# shellcheck disable=SC2034
|
||||||
|
|
Загрузка…
Ссылка в новой задаче