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:
commit
c027e6cc27
1 changed files with 3 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Reference in a new issue