debian-forge-composer/distribution/Dockerfile-config
Tomáš Hozza 666baff944 Update F37 to F40
Fedora 37 has been EOL for some time.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
2024-05-30 19:58:34 +02:00

11 lines
327 B
Text

FROM fedora:40
RUN dnf -y install \
openssl
COPY ./tools/gen-certs.sh .
COPY ./test/data/x509/openssl.cnf .
COPY ./test/data/composer/osbuild-composer-tls.toml /config/
COPY ./test/data/worker/osbuild-worker-tls.toml /config/
COPY ./repositories /config/repositories/
RUN ./gen-certs.sh ./openssl.cnf /config /config/ca