CORD-421 added standard label schema to the image builds
Change-Id: Ie2110ac722bdca9f2b07ae21fe9e56a0a3066585
diff --git a/automation/Dockerfile b/automation/Dockerfile
index 80b4e73..24ade99 100644
--- a/automation/Dockerfile
+++ b/automation/Dockerfile
@@ -29,4 +29,10 @@
RUN mkdir -p /root/.ssh
COPY ssh-config /root/.ssh/config
+LABEL org.label-schema.name="automation" \
+ org.label-schema.description="Provides automation of the compute node deployment and provisioning process" \
+ org.label-schema.vcs-url="https://gerrit.opencord.org/maas" \
+ org.label-schema.vendor="Open Networking Labratory" \
+ org.label-schema.schema-version="1.0"
+
ENTRYPOINT ["/go/bin/cord-maas-automation"]