Sign inSign up

mhzawadi/picocms:3.0.0-alpha.3

Multi-platform
Index digest

sha256:b420d29eda61b2a331aba326b58b9f25302dea92e8f6d2a699e0dc87f9c74d94

OS/ARCH

Compressed size

13.22 MB

Last pushed

about 3 years by mhzawadi

Type

Image

Manifest digest

sha256:e2da834759a5ff5739cf03bf3bac7ac81d8062ee4a14f847f703080eedb4c47d

Image Layers

1ADD file ... in / 2.77 MB
2CMD ["/bin/sh"]0 B
3MAINTAINER Matthew Horwood <[email protected]>0 B
4RUN /bin/sh -c apk update8.83 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 # buildkit2.08 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.87 KB
9ADD https://github.com/picocms/Pico/archive/refs/tags/v3.0.0-alpha.2.zip /var/www/ # buildkit74.23 KB
10RUN /bin/sh -c cd /var/www830.6 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:e3f56488d3d3bb67729714db13ddadf6652e7efb5281cfc7010d3e71f9d6607f in /