We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4544c57 commit 10d3397Copy full SHA for 10d3397
Containerfile
@@ -7,7 +7,7 @@ ARG MAINTAINER="Validated Patterns <team-validated-patterns@redhat.com>"
7
ARG LICENSE="Apache-2.0"
8
ARG URL="https://github.com/hybrid-cloud-patterns"
9
ARG SOURCE="https://github.com/hybrid-cloud-patterns/utility-container/blob/main/Containerfile"
10
-ARG HYPERSHIFT_URL="https://hypershift-cli-download-multicluster-engine.apps.hcp.blueprints.rhecoeng.com/linux/amd64/hypershift.tar.gz"
+ARG HYPERSHIFT_URL="https://hypershift-cli-download-multicluster-engine.apps.hcp.aws.validatedpatterns.io/linux/amd64/hypershift.tar.gz"
11
12
# https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
13
LABEL org.opencontainers.image.title="${TITLE}" \
0 commit comments