Skip to content
Snippets Groups Projects
Commit 6dce4aab authored by Jairo Llopis's avatar Jairo Llopis Committed by Jairo Llopis
Browse files

Remove unused metadata

Since #40, the correct labels are applied at build. These lines were :wastebasket: now.

@Tecnativa TT27819
parent b911e572
No related branches found
No related tags found
No related merge requests found
...@@ -27,12 +27,3 @@ ENV ALLOW_RESTARTS=0 \ ...@@ -27,12 +27,3 @@ ENV ALLOW_RESTARTS=0 \
VERSION=1 \ VERSION=1 \
VOLUMES=0 VOLUMES=0
COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
# Metadata
ARG VCS_REF
ARG BUILD_DATE
LABEL org.opencontainers.image.vendor=Tecnativa \
org.opencontainers.image.licenses=Apache-2.0 \
org.opencontainers.image.created="$BUILD_DATE" \
org.opencontainers.image.revision="$VCS_REF" \
org.opencontainers.image.source="https://github.com/Tecnativa/docker-socket-proxy"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment