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
5 lines
137 B
Plaintext
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
|