Skip to content

Commit

Permalink
ci/container: Use updates-testing
Browse files Browse the repository at this point in the history
This is another way to partially address
#740
We should also likely have a `fedora/25/atomic/testing` image.

Closes: #742
Approved by: jlebon
  • Loading branch information
cgwalters authored and rh-atomic-bot committed Apr 19, 2017
1 parent b21b08c commit b33d303
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .redhat-ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ FROM fedora:25

# We could use the upstream spec file here, but anyway for
# runtime reqs, we're at the mercy of whatever in the
# updates repo.
# updates repo. Though we do explicitly use updates-testing
# so our CI coverage indirectly tests that.

RUN dnf install -y @buildsys-build && \
RUN dnf config-manager --set-enabled updates-testing && \
dnf install -y @buildsys-build && \
dnf install -y 'dnf-command(builddep)' && \
dnf builddep -y rpm-ostree && \
dnf install -y rpm-ostree && \
Expand Down

0 comments on commit b33d303

Please sign in to comment.