Merge "Fix: git commit id labels on images"

This commit is contained in:
Zuul
2018-10-01 12:07:52 +00:00
committed by Gerrit Code Review
3 changed files with 19 additions and 3 deletions

View File

@@ -1,6 +1,13 @@
ARG FROM=python:3.6
FROM ${FROM}
LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc://#airshipit@freenode'
LABEL org.opencontainers.image.url='https://airshipit.org'
LABEL org.opencontainers.image.documentation='https://airship-pegleg.readthedocs.org'
LABEL org.opencontainers.image.source='https://git.openstack.org/openstack/airship-pegleg'
LABEL org.opencontainers.image.vendor='The Airship Authors'
LABEL org.opencontainers.image.licenses='Apache-2.0'
VOLUME /var/pegleg
WORKDIR /var/pegleg