Skip to content

Commit

Permalink
updated license
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Wilkerson <mwilkerson@hashicorp.com>
  • Loading branch information
wilkermichael committed Jun 13, 2024
1 parent 0bdb2e5 commit 11c8580
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,17 @@ ARG VERSION
ARG TARGETARCH
ARG TARGETOS

LABEL name=${BIN_NAME} \
maintainer="Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com>" \
vendor="HashiCorp" \
version=${VERSION} \
release=${VERSION} \
summary="rollouts-plugin-trafficrouter-consul is a plugin for Argo Rollouts." \
description="rollouts-plugin-trafficrouter-consul is a plugin for Argo Rollouts."
LABEL maintainer="Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com>" \
org.opencontainers.image.title=${BIN_NAME} \
org.opencontainers.image.description="rollouts-plugin-trafficrouter-consul is a plugin for Argo Rollouts." \
org.opencontainers.image.authors="Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com>" \
org.opencontainers.image.version=${PRODUCT_VERSION} \
org.opencontainers.image.revision=${PRODUCT_REVISION} \
org.opencontainers.image.vendor="HashiCorp" \
org.opencontainers.image.licenses="BUSL-1.1"

RUN mkdir -p /usr/share/doc/plugin
COPY LICENSE /usr/share/doc/plugin/LICENSE.txt

# Set ARGs as ENV so that they can be used in ENTRYPOINT/CMD
ENV BIN_NAME=${BIN_NAME}
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ endif
# The help target prints out all targets with their descriptions organized
# beneath their categories. The categorises are represented by '##@' and the
# target descriptions by '##'. The awk commands is responsible for reading the
# entire set of makefiles included in this invocation, looking for lines of the
# entire set of makefiles included in this invocation, looking for li`nes of the
# file as xyz: ## something, and then pretty-format the target and help. Then,
# if there's a line with ##@ something, that gets pretty-printed as a category.
# More info on the usage of ANSI control characters for terminal formatting:
Expand Down

0 comments on commit 11c8580

Please sign in to comment.