debian-forge-composer/distribution/Dockerfile-config
Tomas Hozza 036303694c test: suffix the currently used test configurations with -tls
This is a preparation to support a different authentication method in
`provision.sh`, specifically JWT.
2022-08-04 11:55:43 +02:00

11 lines
327 B
Text

FROM fedora:35
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