CORD-421 added standard label schema to the image builds
Change-Id: Ie2110ac722bdca9f2b07ae21fe9e56a0a3066585
diff --git a/switchq/Dockerfile b/switchq/Dockerfile
index b35438d..e8d1602 100644
--- a/switchq/Dockerfile
+++ b/switchq/Dockerfile
@@ -61,4 +61,10 @@
WORKDIR $GOPATH
RUN go install gerrit.opencord.com/maas/switchq
+LABEL org.label-schema.name="switchq" \
+ org.label-schema.description="Provides fabric switch discovery and provisioning" \
+ 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/switchq"]