Add labels to the QEMU image with the CoreOS channel and version

This commit is contained in:
Joseph Schorr 2016-09-12 13:01:59 -04:00
parent 14795f0f62
commit b5f9666a03

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"]