Skip to content

Commit

Permalink
Merge pull request #332 from cgwalters/add-ostree-commit-label
Browse files Browse the repository at this point in the history
rollup: Also add com.coreos.ostree-commit label
  • Loading branch information
openshift-merge-robot authored Oct 1, 2018
2 parents 2cb4704 + 8b88015 commit 96c7223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.rollup
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ FROM registry.fedoraproject.org/fedora:28
ARG OS_VERSION=""
ARG OS_COMMIT=""
LABEL io.openshift.os-version="$OS_VERSION" \
io.openshift.os-commit="$OS_COMMIT"
io.openshift.os-commit="$OS_COMMIT" \
com.coreos.ostree-commit="$OS_COMMIT"
RUN yum -y install ostree nginx && yum clean all
COPY treecompose/repo /srv/repo
# Keep this in sync with Dockerfile
Expand Down

0 comments on commit 96c7223

Please sign in to comment.