Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
updated download url
  • Loading branch information
day0hero authored Sep 7, 2023
1 parent 4544c57 commit 25ce177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG MAINTAINER="Validated Patterns <team-validated-patterns@redhat.com>"
ARG LICENSE="Apache-2.0"
ARG URL="https://github.com/hybrid-cloud-patterns"
ARG SOURCE="https://github.com/hybrid-cloud-patterns/utility-container/blob/main/Containerfile"
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"

# https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys
LABEL org.opencontainers.image.title="${TITLE}" \
Expand Down

0 comments on commit 25ce177

Please sign in to comment.