From 7aae77a7cfdb16dafb1007e2372db082664ff1ae Mon Sep 17 00:00:00 2001 From: Darryl Mendillo <1238655+darrylmendillo@users.noreply.github.com> Date: Wed, 16 Dec 2020 13:44:03 -0500 Subject: [PATCH] add name label --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7cc75eb..276af6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM debian:10.6-slim +FROM debian:10.6-slim as consul +LABEL name=consul ARG VERSION="3.4.1" ARG BINARY="yq_linux_amd64"