sabylasolutionscom (sha256:5ef82df8530a5a30a67f0f8bb267de34415a3f68f3458a090e74ec458abca177)

Published 2026-07-14 22:31:58 -04:00 by sabyla

Installation

docker pull forge.sabylasolutions.com/sabyla/sabylasolutionscom@sha256:5ef82df8530a5a30a67f0f8bb267de34415a3f68f3458a090e74ec458abca177
sha256:5ef82df8530a5a30a67f0f8bb267de34415a3f68f3458a090e74ec458abca177

Image layers

ADD alpine-minirootfs-3.19.9-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache apache2 php82-apache2 php82 php82-openssl php82-session php82-simplexml sqlite # buildkit
RUN /bin/sh -c sed -i 's#/var/www/localhost/htdocs#/var/www/html#g' /etc/apache2/httpd.conf && sed -i '/<Directory "\/var\/www\/html">/,/<\/Directory>/ s/AllowOverride None/AllowOverride All/' /etc/apache2/httpd.conf && sed -i 's/#LoadModule rewrite_module/LoadModule rewrite_module/g' /etc/apache2/httpd.conf # buildkit
WORKDIR /var/www/html
COPY . /var/www/html/ # buildkit
RUN /bin/sh -c mkdir -p /var/www/secure && chown apache:apache /var/www/secure # buildkit
RUN /bin/sh -c chown -R apache:apache /var/www/html && find /var/www/html -type d -exec chmod 755 {} \; && find /var/www/html -type f -exec chmod 644 {} \; # buildkit
EXPOSE [80/tcp]
CMD ["httpd" "-D" "FOREGROUND"]

Labels

Key Value
com.docker.compose.project sabylasolutionscom
com.docker.compose.service web
com.docker.compose.version 5.3.1
Details
Container
2026-07-14 22:31:58 -04:00
1
OCI / Docker
linux/amd64
32 MiB
Versions (2) View all
prod 2026-07-14
latest 2026-06-04