Skip to content

Commit b3d99d8

Browse files
committed
test: Use fedora 42 for httpd container, fix CONF env variable
1 parent 1e4d376 commit b3d99d8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

test/httpd/Containerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
FROM fedora:41 AS builder
1+
FROM fedora:42 AS builder
22

33
ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.65.tar.gz"
44

55
RUN dnf install gcc apr-devel apr-util-devel openssl-devel pcre-devel redhat-rpm-config autoconf wcstools -y
66

7-
ENV CONF=httpd/mod_proxy_cluster.conf
87
ENV HTTPD=${HTTPD_SOURCES}
98

109
# make sure you have copy of the local repository at place
@@ -44,7 +43,9 @@ RUN for m in advertise mod_proxy_cluster balancers mod_manager; \
4443

4544
RUN rm -rf /test/httpd/mod_proxy_cluster
4645

47-
FROM fedora:41
46+
FROM fedora:42
47+
48+
ENV CONF=httpd/mod_proxy_cluster.conf
4849

4950
RUN dnf install pcre apr-util wcstools -y
5051

0 commit comments

Comments
 (0)