Sign inSign up

openanolis/mariadb:10.3.35-8.6

Multi-platform
Index digest

sha256:8fcf30aa04e6f3abb3dbad3963f351b984d450427d0e72b2e6f0cdf713438d05

OS/ARCH

Compressed size

231.77 MB

Last pushed

over 3 years by anolisos

Type

Image

Manifest digest

sha256:98aaf1e7035dce7845fcb2522b3e9a36b75982610ca481a16741b942a8965645

Image Layers

1LABEL org.opencontainers.image.title=Anolis OS Base Image0 B
2ARG TARGETARCH0 B
3ADD AnolisOS-rootfs-amd64.tar.xz / # buildkit74.25 MB
4CMD ["/bin/bash"]0 B
5LABEL org.opencontainers.image.title=mariadb org.opencontainers.image.version=10.3.35-8.60 B
6RUN /bin/sh -c set -eux;156.63 MB
7ARG TARGETARCH0 B
8ENV GOSU_VERSION=1.140 B
9RUN |1 TARGETARCH=amd64 /bin/sh -c907.3 KB
10RUN |1 TARGETARCH=amd64 /bin/sh -c1.06 KB
11ENV MYSQL_MAJOR=8.00 B
12ENV MYSQL_VERSION=8.0.300 B
13VOLUME [/var/lib/mysql]0 B
14COPY healthcheck.sh /usr/local/bin/healthcheck.sh # buildkit3.43 KB
15COPY docker-entrypoint.sh /usr/local/bin/ # buildkit6.79 KB
16RUN |1 TARGETARCH=amd64 /bin/sh -c127 B
17ENTRYPOINT ["docker-entrypoint.sh"]0 B
18EXPOSE map[3306/tcp:{} 33060/tcp:{}]0 B
19CMD ["mysqld"]0 B

Command

LABEL org.opencontainers.image.title=Anolis OS Base Image org.opencontainers.image.vendor=Anolis OS org.opencontainers.image.licenses=Mulan PSL v2 org.opencontainers.image.created=2022-08-29 20:11:58+0800 maintainer=OpenAnolis Cloud Native SIG