Skip to content

Commit 9b8fa96

Browse files
author
Dominique Quatravaux
committed
[hotfix] httpd build failure
- As the second FROM doesn't get rewritten, we must use an “OpenShift-realistic” name for the image - And wp-dev will have to change to match
1 parent 607a58a commit 9b8fa96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/httpd/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM epflsi/os-wp-base
1+
FROM docker-registry.default.svc:5000/wwp-test/wp-base
22

33
RUN perl -i -pe 's/^# deb-src/deb-src/' /etc/apt/sources.list /etc/apt/sources.list.d/*.list
44

@@ -15,7 +15,7 @@ RUN set -e -x; mkdir /build; cd /build; \
1515
cd msmtp*; dpkg-buildpackage -d; \
1616
mkdir /deb; mv ../*.deb /deb
1717

18-
FROM epflsi/os-wp-base
18+
FROM docker-registry.default.svc:5000/wwp-test/wp-base
1919

2020
RUN apt-get -qy update && apt-get -qy install --no-install-recommends \
2121
apache2 \

0 commit comments

Comments
 (0)