From 51c22bd9263f094b90a93272ace997ef1d25935e Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Tue, 12 Sep 2023 13:24:30 +1000 Subject: [PATCH] Add staging fedora messaging keys to container --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 97f9f2a2..fb2d393b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 .