Sign inSign up

mhzawadi/picocms:3.0.0-alpha.2

Multi-platform
Index digest

sha256:1297512fac2c09dcefdd9b1e2a2f31fdf540f48a76d0e0b63c5a058a7d3beb4b

OS/ARCH

Compressed size

12.31 MB

Last pushed

over 3 years by mhzawadi

Type

Image

Manifest digest

sha256:e4fe4875ee99f7258ff5d8a42a962681fdcc947d0e4af7d9881dc722716cbcd1

Image Layers

1ADD file ... in / 2.73 MB
2CMD ["/bin/sh"]0 B
3MAINTAINER Matthew Horwood <[email protected]>0 B
4RUN /bin/sh -c apk update7.95 MB
5ENV SSL=false SSL_KEY=/path/to/cert.key SSL_CERT=/path/to/cert.crt SSL_CA=/path/to/ca.crt0 B
6COPY config /config # buildkit1.9 KB
7ENV PICO_SOURCE=https://github.com/picocms/Pico/releases/download/ PICO_SEMVER=3.0.0-alpha.2 PICO_VERSION=v3.0.0-alpha.20 B
8ADD https://github.com/picocms/Pico/releases/download//v3.0.0-alpha.2/pico-release-v3.0.0-alpha.2.tar.gz /var/www/ # buildkit760.89 KB
9ADD https://github.com/picocms/Pico/archive/refs/tags/v3.0.0-alpha.2.zip /var/www/ # buildkit74.24 KB
10RUN /bin/sh -c cd /var/www830.5 KB
11VOLUME [/var/www/html/content]0 B
12VOLUME [/var/www/html/themes]0 B
13VOLUME [/var/www/html/plugins]0 B
14VOLUME [/var/www/html/config]0 B
15EXPOSE map[80/tcp:{}]0 B
16ENTRYPOINT ["/config/start.sh"]0 B
17CMD ["nginx" "-g" "daemon off;"]0 B
18HEALTHCHECK &{["CMD-SHELL" "curl -f http://127.0.0.1/index.php0 B

Command

ADD file:4696f25d0f019b27457c55b3b128b70bf153f38e3e4eb5bdfc21058543313e94 in /