Merge pull request #1825 from coreos-inc/qemu-labels

Add labels to the QEMU image with the CoreOS channel and version
This commit is contained in:
josephschorr 2016-09-12 13:38:37 -04:00 committed by GitHub
commit c027e6cc27

View file

@ -19,4 +19,7 @@ RUN apt-get remove -y curl bzip2 && \
COPY start.sh /start.sh
LABEL com.coreos.channel ${channel}
LABEL com.coreos.version ${version}
ENTRYPOINT ["/bin/bash", "/start.sh"]