Skip to content

Commit

Permalink
Add staging fedora messaging keys to container
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlerch committed Sep 12, 2023
1 parent 1143775 commit 51c22bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ RUN microdnf update -y && microdnf install -y python3-pip util-linux tar gzip &&
ADD https://github.com/fedora-infra/fedora-messaging/raw/stable/configs/cacert.pem /etc/fedora-messaging/
ADD https://github.com/fedora-infra/fedora-messaging/raw/stable/configs/fedora-cert.pem /etc/fedora-messaging/
ADD https://github.com/fedora-infra/fedora-messaging/raw/stable/configs/fedora-key.pem /etc/fedora-messaging/
ADD https://github.com/fedora-infra/fedora-messaging/raw/stable/configs/stg-cacert.pem /etc/fedora-messaging/
ADD https://github.com/fedora-infra/fedora-messaging/raw/stable/configs/fedora.stg-cert.pem /etc/fedora-messaging/
ADD https://github.com/fedora-infra/fedora-messaging/raw/stable/configs/fedora.stg-key.pem /etc/fedora-messaging/
RUN chmod 640 /etc/fedora-messaging/*.pem
WORKDIR /opt/app
COPY --from=builder /tmp/requirements.txt .
Expand Down

0 comments on commit 51c22bd

Please sign in to comment.