Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
migrate to OCI spec labels (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorris authored Aug 31, 2021
1 parent d7b8436 commit e09ca79
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions 0.X/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ FROM alpine:3.13
# This is the release of Consul to pull in.
ARG CONSUL_VERSION=1.10.2

LABEL org.opencontainers.image.version=$CONSUL_VERSION \
org.opencontainers.image.authors="Consul Team <consul@hashicorp.com>" \
name="consul" \
maintainer="Consul Team <consul@hashicorp.com>" \
vendor="HashiCorp" \
version=$CONSUL_VERSION \
release=$CONSUL_VERSION \
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."
LABEL org.opencontainers.image.authors="Consul Team <consul@hashicorp.com>" \
org.opencontainers.image.url="https://www.consul.io/" \
org.opencontainers.image.documentation="https://www.consul.io/docs" \
org.opencontainers.image.source="https://github.com/hashicorp/consul" \
org.opencontainers.image.version=$CONSUL_VERSION \
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."

# This is the location of the releases.
ENV HASHICORP_RELEASES=https://releases.hashicorp.com
Expand Down

0 comments on commit e09ca79

Please sign in to comment.