sha256:1228c32f6d17a47acafbd71fffd1b044cfeffa02870a8465dd8f7ea3e5cf7676
OS/ARCH
linux/amd64
Compressed size
108.03 MB
Last pushed
about 10 hours by eilandert
Type
Image
Manifest digest
sha256:514f8d6e9d241ee1b4ab42ae4f1f2f85e979b59a6281cc2f4d846de7a9188d23
Image Layers
1# debian.sh --arch 'amd64' out/28.45 MB3ENV DEBIAN_FRONTEND=noninteractive DIST=trixie LANG=C.UTF-8 LC_ALL=C.UTF-80 B4COPY deb.myguard.nl.gpg /usr/share/keyrings/deb.myguard.nl.gpg # buildkit1.37 KB5COPY --chmod=0755 bootstrap.sh /bootstrap.sh #143 B6RUN /bin/sh -c set -eux2.5 MB7HEALTHCHECK &{["CMD-SHELL" "test -f /tmp/healthy0 B8STOPSIGNAL SIGTERM0 B9CMD ["/bootstrap.sh"]0 B10LABEL org.opencontainers.image.authors=eilandert org.opencontainers.image.source=https://github.com/myguard-labs/dockerized org.opencontainers.image.url=https://hub.docker.com/r/eilandert/mariadb org.opencontainers.image.documentation=https://deb.myguard.nl0 B11ENV DEBIAN_FRONTEND=noninteractive LANG=C.UTF-80 B12RUN /bin/sh -c groupadd -r838 B13RUN /bin/sh -c set -eux77.07 MB14COPY --chmod=0755 docker-entrypoint.sh /usr/local/bin/ #8.89 KB15COPY --chmod=0755 healthcheck.sh /usr/local/bin/ #4.03 KB16VOLUME [/var/lib/mysql]0 B17EXPOSE map[3306/tcp:{}]0 B18HEALTHCHECK &{["CMD-SHELL" "healthcheck.sh --su-mysql --connect0 B19STOPSIGNAL SIGTERM0 B20ENTRYPOINT ["docker-entrypoint.sh"]0 B21CMD ["mariadbd"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1789689600'