Sign inSign up

edgd1er/jeedom-rpi:develop

Multi-platform
Index digest

sha256:99552567214c08f8765a6a24e731ab06a2d5f3d5465cd295c3da15b07e1b6bf3

OS/ARCH

Compressed size

671.58 MB

Last pushed

7 days by edgd1er

Type

Image

Manifest digest

sha256:c9cd62929da67cbffa67e5ed29c4e40765308e84eb85f421a403a282c74e3020

Image Layers

1# debian.sh --arch 'armhf' out/25 MB
2ARG DISTRO=13-slim0 B
3ARG aptCacher0 B
4ENV WEBSERVER_HOME=/var/www/html APACHE_HTTP_PORT=80 APACHE_HTTPS_PORT=443 LOGS_TO_STDOUT=n0 B
5EXPOSE [443/tcp 80/tcp]0 B
7LABEL org.opencontainers.image.description=Optimised Jeedom Docker image0 B
8LABEL org.opencontainers.image.title=Jeedom0 B
9LABEL org.opencontainers.image.url=https://www.jeedom.com/0 B
10LABEL org.opencontainers.image.documentation=https://doc.jeedom.com/0 B
11LABEL org.opencontainers.image.source=https://github.com/jeedom/core0 B
12LABEL org.opencontainers.image.vendor=Jeedom SAS0 B
13LABEL org.opencontainers.image.licenses=GNU GENERAL PUBLIC LICENSE0 B
14LABEL org.opencontainers.image.version=${VERSION}-${DISTRO}0 B
15SHELL [/bin/bash -o pipefail -c]0 B
16RUN |2 DISTRO=13-slim aptCacher= /bin/bash437.16 MB
17RUN |2 DISTRO=13-slim aptCacher= /bin/bash3.89 MB
18ARG aptCacher0 B
19ARG VERSION=develop0 B
20ENV VERSION=develop0 B
21WORKDIR /var/www/html32 B
22SHELL [/bin/bash -o pipefail -c]0 B
23RUN |3 DISTRO=13-slim aptCacher= VERSION=develop205.51 MB
24COPY --chmod=755 init.sh /root/init.sh #5.3 KB
25COPY --chmod=755 extras.sh /root/extras.sh #3.84 KB
26COPY supervisor/ /etc/supervisor/ # buildkit1.04 KB
27COPY supervisorlog /etc/logrotate.d/supervisor # buildkit341 B
28COPY jeedom_plugin /etc/logrotate.d/jeedom_plugin # buildkit282 B
29WORKDIR /var/www/html/32 B
30HEALTHCHECK {Test:[CMD-SHELL curl -s --fail0 B
31CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/supervisord.conf"]0 B
32VOLUME [/var/www/html/.cache]0 B
33VOLUME [/var/www/html/data]0 B
34VOLUME [/var/www/html/backup]0 B
35VOLUME [/var/www/html/tmp]0 B
36VOLUME [/var/www/html/log/]0 B
37VOLUME [/var/log/]0 B

Command

# debian.sh --arch 'armhf' out/ 'trixie' '@1787529600'