CORD-421 added standard label schema to the image builds

Change-Id: Ie2110ac722bdca9f2b07ae21fe9e56a0a3066585
diff --git a/bootstrap/Dockerfile b/bootstrap/Dockerfile
index 01705a4..085bb25 100644
--- a/bootstrap/Dockerfile
+++ b/bootstrap/Dockerfile
@@ -23,4 +23,10 @@
 
 ADD bootstrap.py /bootstrap.py
 
+LABEL org.label-schema.name="bootstrap" \
+      org.label-schema.description="Provides bootstrap configuration of MAAS for the CORD deployment" \
+      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 [ "/bootstrap.py" ]