Skip to content

Commit

Permalink
Test on Fedora rawhide.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Pazdziora committed Aug 5, 2024
1 parent e2a90cd commit 8481359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Dockerfile.app
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora
FROM registry.fedoraproject.org/fedora:rawhide
RUN dnf install -y python3-django && dnf clean all
RUN mkdir -p /var/www/django
WORKDIR /var/www/django
Expand Down
2 changes: 1 addition & 1 deletion tests/Dockerfile.httpd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora
FROM registry.fedoraproject.org/fedora:rawhide
RUN dnf install -y httpd mod_auth_openidc mod_auth_mellon && dnf clean all
COPY mod_auth_openidc_keycloak.conf mod_auth_mellon_keycloak.conf /etc/httpd/conf.d/
RUN sed -i -e '/^Listen/aListen 8079' -e 's/^Listen 80/Listen 8080/' /etc/httpd/conf/httpd.conf
Expand Down

0 comments on commit 8481359

Please sign in to comment.