Files
zuul/doc/source/examples/logs-Dockerfile
James E. Blair 9756e0f913 Switch quickstart Dockerfiles to opendevmirror
These two dockerfiles are used to build custom images in the
quickstart.  Switch them to use already existing base layers
from the quay opendevmirror to avoid dockerhub issues.

Change-Id: I5e7edaacdefd133adbca896a6b97004c26dc9b21
2025-02-07 07:23:58 -08:00

5 lines
137 B
Plaintext

# Mirror of docker.io/library/httpd:alpine
FROM quay.io/opendevmirror/httpd:alpine
COPY ./httpd.conf /usr/local/apache2/conf/httpd.conf