sabylasolutionscom (latest)

Published 2026-06-04 22:19:01 -04:00 by sabyla

Installation

docker pull forge.sabylasolutions.com/sabyla/sabylasolutionscom:latest
sha256:6c432afd770d651c3eb996ab914764b0a913ce99c9ba2a909db4240b36cbccbd

Image layers

ADD alpine-minirootfs-3.19.9-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
/bin/sh -c apk add --no-cache apache2 php82-apache2 php82 php82-openssl php82-session sqlite
/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
WORKDIR /var/www/html
COPY dir:6b4bef30a02d5ca971b8779940c7a487e8f03a3f62999235649329631b3b8398 in /var/www/html/
/bin/sh -c mkdir -p /var/www/secure && chown apache:apache /var/www/secure
/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 {} \;
EXPOSE 80
CMD ["httpd" "-D" "FOREGROUND"]
LABEL com.docker.compose.image.builder=classic

Labels

Key Value
com.docker.compose.image.builder classic
Details
Container
2026-06-04 22:19:01 -04:00
4
OCI / Docker
linux/amd64
21 MiB
Versions (2) View all
prod 2026-07-14
latest 2026-06-04