sha256:d6f01401ae957650e848f92bb30a41ba6f7d526bea32184fbff84523de328810
OS/ARCH
Compressed size
96.51 MB
Last pushed
almost 3 years by trafex
Type
Image
Manifest digest
sha256:27a9a171ced6e9f1cc4977d38705bd6804cb24aa21d819111c95be309b994735
Image Layers
1ADD file ... in / 3 MB2CMD ["/bin/sh"]0 B4RUN /bin/sh -c apk --no-cache68.94 MB5COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.31 KB6COPY config/fpm-pool.conf /etc/php82/php-fpm.d/zzz_custom.conf # buildkit890 B7COPY config/php.ini /etc/php82/conf.d/zzz_custom.ini # buildkit445 B8COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit339 B9VOLUME [/var/www/wp-content]0 B10WORKDIR /var/www/wp-content139 B11RUN /bin/sh -c chown -R187 B12ENV WORDPRESS_VERSION=6.4.10 B13ENV WORDPRESS_SHA1=35e62d935d6a93097366476e389752dd55d8a0770 B14RUN /bin/sh -c mkdir -p110 B15RUN /bin/sh -c curl -o23.18 MB16RUN /bin/sh -c ln -s145 B17RUN /bin/sh -c curl -o1.38 MB18COPY wp-config.php /usr/src/wordpress # buildkit566 B19RUN /bin/sh -c chown nobody.nobody563 B20COPY wp-secrets.php /usr/src/wordpress # buildkit259 B21RUN /bin/sh -c chown nobody.nobody259 B22COPY entrypoint.sh /entrypoint.sh # buildkit369 B23ENTRYPOINT ["/entrypoint.sh"]0 B24EXPOSE map[80/tcp:{}]0 B25CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B26HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 BCommand
ADD file:2222b03381ff0fce22edd647f5c60529ec6a72202f8d3cb1d6e4648ebcd19a1e in /