From b63c80ffc29c85a24b0a08f2b8ae9aeb610d0011 Mon Sep 17 00:00:00 2001 From: Felddy Date: Fri, 7 Jun 2019 11:29:22 -0400 Subject: [PATCH] Add useful labels --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6cc894e..88a6a82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ FROM python:3.7-alpine +ARG VERSION="0.0.1" LABEL maintainer="mark.feldhousen@trio.dhs.gov" -LABEL version="0.0.1" +LABEL vendor="Cyber and Infrastructure Security Agency" +LABEL version=${VERSION} ARG CISA_UID=421 ENV CISA_HOME="/home/cisa"