Sign inSign up

eilandert/mariadb:debian

Databases & storage
Index digest

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 MB
2LABEL maintainer=Thijs Eilander <[email protected]> org.opencontainers.image.title=Base0 B
3ENV DEBIAN_FRONTEND=noninteractive DIST=trixie LANG=C.UTF-8 LC_ALL=C.UTF-80 B
4COPY deb.myguard.nl.gpg /usr/share/keyrings/deb.myguard.nl.gpg # buildkit1.37 KB
5COPY --chmod=0755 bootstrap.sh /bootstrap.sh #143 B
6RUN /bin/sh -c set -eux2.5 MB
7HEALTHCHECK &{["CMD-SHELL" "test -f /tmp/healthy0 B
8STOPSIGNAL SIGTERM0 B
9CMD ["/bootstrap.sh"]0 B
10LABEL 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 B
11ENV DEBIAN_FRONTEND=noninteractive LANG=C.UTF-80 B
12RUN /bin/sh -c groupadd -r838 B
13RUN /bin/sh -c set -eux77.07 MB
14COPY --chmod=0755 docker-entrypoint.sh /usr/local/bin/ #8.89 KB
15COPY --chmod=0755 healthcheck.sh /usr/local/bin/ #4.03 KB
16VOLUME [/var/lib/mysql]0 B
17EXPOSE map[3306/tcp:{}]0 B
18HEALTHCHECK &{["CMD-SHELL" "healthcheck.sh --su-mysql --connect0 B
19STOPSIGNAL SIGTERM0 B
20ENTRYPOINT ["docker-entrypoint.sh"]0 B
21CMD ["mariadbd"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1789689600'