From 6dce4aab3c4bafac6ded34b64b782cb4c6af6b22 Mon Sep 17 00:00:00 2001
From: Jairo Llopis <jairo.llopis@tecnativa.com>
Date: Tue, 9 Feb 2021 08:37:07 +0000
Subject: [PATCH] Remove unused metadata
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

@Tecnativa TT27819
---
 Dockerfile | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index f7e9523..28b0f80 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,12 +27,3 @@ ENV ALLOW_RESTARTS=0 \
     VERSION=1 \
     VOLUMES=0
 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"
-- 
GitLab