Sign inSign up

albarreto/wordpress-bookworm-apache-fpm:latest

Index digest

sha256:180755644bd5d4022d0e7f87e7bdc0ec70394079ce7b78c3a641304ed4f2c0d0

OS/ARCH

linux/arm64

Compressed size

105.42 MB

Last pushed

6 months by albarreto

Type

Image

Manifest digest

sha256:6330f1a13ccbdfb758505120a23e0cbdd50e7dede9a43280d026eb9e565cb4cb

Image Layers

1# debian.sh --arch 'arm64' out/26.81 MB
2ENV DEBIAN_FRONTEND=noninteractive0 B
3ENV APACHE_RUN_USER=www-data0 B
4ENV APACHE_RUN_GROUP=www-data0 B
5ENV APACHE_LOG_DIR=/var/log/apache20 B
6ENV APACHE_PID_FILE=/var/run/apache2/apache2.pid0 B
7ENV APACHE_RUN_DIR=/var/run/apache20 B
8ENV APACHE_LOCK_DIR=/var/lock/apache20 B
9RUN /bin/sh -c apt-get update78.6 MB
10RUN /bin/sh -c a2enmod rewrite509 B
11RUN /bin/sh -c a2enconf php8.2-fpm305 B
12COPY vhost.conf /etc/apache2/sites-available/000-default.conf # buildkit493 B
13COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit1.15 KB
14RUN /bin/sh -c chmod +x1.19 KB
15WORKDIR /var/www/html32 B
16EXPOSE [80/tcp]0 B
17ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B
18CMD ["bash" "-lc" "php-fpm8.2 -D0 B

Command

# debian.sh --arch 'arm64' out/ 'bookworm' '@1773619200'