Skip to content

Commit

Permalink
rollup: Also add com.coreos.ostree-commit label
Browse files Browse the repository at this point in the history
This was changed in code review in coreos/coreos-assembler#90 (comment)

We need to support both for a while to transition.
  • Loading branch information
cgwalters committed Oct 1, 2018
1 parent 33efc9b commit 8b88015
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 8b88015

Please sign in to comment.