Sign inSign up

mhzawadi/picocms:3.0.0-alpha.3

Multi-platform
Index digest

sha256:b420d29eda61b2a331aba326b58b9f25302dea92e8f6d2a699e0dc87f9c74d94

OS/ARCH

Compressed size

14.77 MB

Last pushed

about 3 years by mhzawadi

Type

Image

Manifest digest

sha256:349ccef572bd131d0ddd62dcee015d3e64f731f26fce313690828889cc894ebb

Image Layers

1ADD file ... in / 3.24 MB
2CMD ["/bin/sh"]0 B
3MAINTAINER Matthew Horwood <[email protected]>0 B
4RUN /bin/sh -c apk update9.9 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.58 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:32ff5e7a78b890996ee4681cc0a26185d3e9acdb4eb1e2aaccb2411f922fed6b in /