-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9a54fd
commit c362c6b
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,13 @@ LABEL org.opencontainers.image.authors="Consul Team <[email protected]>" \ | |
org.opencontainers.image.vendor="HashiCorp" \ | ||
org.opencontainers.image.title="consul" \ | ||
org.opencontainers.image.description="Consul is a datacenter runtime that provides service discovery, configuration, and orchestration." \ | ||
name="Consul" \ | ||
maintainer="Consul Team <[email protected]>" \ | ||
vendor="HashiCorp" \ | ||
release=${PRODUCT_REVISION} \ | ||
revision=${PRODUCT_REVISION} \ | ||
summary="Consul is a datacenter runtime that provides service discovery, configuration, and orchestration." \ | ||
description="Consul is a datacenter runtime that provides service discovery, configuration, and orchestration." \ | ||
version=${VERSION} | ||
|
||
# This is the location of the releases. | ||
|
@@ -137,6 +144,13 @@ LABEL org.opencontainers.image.authors="Consul Team <[email protected]>" \ | |
org.opencontainers.image.title="consul" \ | ||
org.opencontainers.image.description="Consul is a datacenter runtime that provides service discovery, configuration, and orchestration." \ | ||
org.opencontainers.image.licenses="BSL-1.1" \ | ||
name="Consul" \ | ||
maintainer="Consul Team <[email protected]>" \ | ||
vendor="HashiCorp" \ | ||
release=${PRODUCT_REVISION} \ | ||
revision=${PRODUCT_REVISION} \ | ||
summary="Consul is a datacenter runtime that provides service discovery, configuration, and orchestration." \ | ||
description="Consul is a datacenter runtime that provides service discovery, configuration, and orchestration." \ | ||
version=${PRODUCT_VERSION} | ||
|
||
COPY LICENSE /usr/share/doc/$PRODUCT_NAME/LICENSE.txt | ||
|
@@ -227,6 +241,13 @@ LABEL org.opencontainers.image.authors="Consul Team <[email protected]>" \ | |
org.opencontainers.image.title="consul" \ | ||
org.opencontainers.image.description="Consul is a datacenter runtime that provides service discovery, configuration, and orchestration." \ | ||
org.opencontainers.image.licenses="BSL-1.1" \ | ||
name="Consul" \ | ||
maintainer="Consul Team <[email protected]>" \ | ||
vendor="HashiCorp" \ | ||
release=${PRODUCT_REVISION} \ | ||
revision=${PRODUCT_REVISION} \ | ||
summary="Consul is a datacenter runtime that provides service discovery, configuration, and orchestration." \ | ||
description="Consul is a datacenter runtime that provides service discovery, configuration, and orchestration." \ | ||
version=${PRODUCT_VERSION} | ||
|
||
COPY LICENSE /usr/share/doc/$PRODUCT_NAME/LICENSE.txt | ||
|