Star this repository if it is useful for you.
latest
,rocky9
(Rocky Linux 9)rocky8
(Rocky Linux 8)centos8
(We have finished support for CentOS 8.)centos7
FROM rockylinux:9
MAINTAINER "Hiroki Takeyama"
ENV TIMEZONE Asia/Tokyo
ENV REQUIRE_SSL true
ENV HTTPD_LOG true
ENV HTTPD_LOG_LEVEL warn
ENV SVN_REPOSITORY dev
ENV CREATE_BASIC_DIRECTORY_STRUCTURE true
ENV SVN_USER user1,user2
ENV SVN_PASSWORD password1,password2
VOLUME /svn
EXPOSE 80
EXPOSE 443