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 MB2ARG DISTRO=13-slim0 B3ARG aptCacher0 B4ENV WEBSERVER_HOME=/var/www/html APACHE_HTTP_PORT=80 APACHE_HTTPS_PORT=443 LOGS_TO_STDOUT=n0 B5EXPOSE [443/tcp 80/tcp]0 B7LABEL org.opencontainers.image.description=Optimised Jeedom Docker image0 B8LABEL org.opencontainers.image.title=Jeedom0 B9LABEL org.opencontainers.image.url=https://www.jeedom.com/0 B10LABEL org.opencontainers.image.documentation=https://doc.jeedom.com/0 B11LABEL org.opencontainers.image.source=https://github.com/jeedom/core0 B12LABEL org.opencontainers.image.vendor=Jeedom SAS0 B13LABEL org.opencontainers.image.licenses=GNU GENERAL PUBLIC LICENSE0 B14LABEL org.opencontainers.image.version=${VERSION}-${DISTRO}0 B15SHELL [/bin/bash -o pipefail -c]0 B16RUN |2 DISTRO=13-slim aptCacher= /bin/bash437.16 MB17RUN |2 DISTRO=13-slim aptCacher= /bin/bash3.89 MB18ARG aptCacher0 B19ARG VERSION=develop0 B20ENV VERSION=develop0 B21WORKDIR /var/www/html32 B22SHELL [/bin/bash -o pipefail -c]0 B23RUN |3 DISTRO=13-slim aptCacher= VERSION=develop205.51 MB24COPY --chmod=755 init.sh /root/init.sh #5.3 KB25COPY --chmod=755 extras.sh /root/extras.sh #3.84 KB26COPY supervisor/ /etc/supervisor/ # buildkit1.04 KB27COPY supervisorlog /etc/logrotate.d/supervisor # buildkit341 B28COPY jeedom_plugin /etc/logrotate.d/jeedom_plugin # buildkit282 B29WORKDIR /var/www/html/32 B30HEALTHCHECK {Test:[CMD-SHELL curl -s --fail0 B31CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/supervisord.conf"]0 B32VOLUME [/var/www/html/.cache]0 B33VOLUME [/var/www/html/data]0 B34VOLUME [/var/www/html/backup]0 B35VOLUME [/var/www/html/tmp]0 B36VOLUME [/var/www/html/log/]0 B37VOLUME [/var/log/]0 BCommand
# debian.sh --arch 'armhf' out/ 'trixie' '@1787529600'