Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Install operator-courier from updates-testing.
Browse files Browse the repository at this point in the history
Do this because we often want to *test* the rpm by its
use in a docker image.  Waiting the extra time for the
stable updates push is not valuable.
  • Loading branch information
ralphbean committed Apr 29, 2019
1 parent 44869ca commit 18d08e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ RUN dnf -y install \
&& dnf -y clean all \
&& rm -rf /tmp/*

RUN dnf --enablerepo=updates-testing -y update python3-operator-courier \
&& dnf -y clean all \
&& rm -rf /tmp/*

RUN if [ "$cacert_url" != "undefined" ]; then \
cd /etc/pki/ca-trust/source/anchors \
&& curl -O $cacert_url \
Expand Down

0 comments on commit 18d08e4

Please sign in to comment.