Sign inSign up

joseluisq/alpine-mysql-client:1.6.0

Multi-platform
Developer tools
Databases & storage
Index digest

sha256:9b2de3a567742f7d548b90c447b8123e676a3148af18c737d760e1a40a841572

OS/ARCH

Compressed size

15.24 MB

Last pushed

over 3 years by joseluisq

Type

Image

Manifest digest

sha256:8fb81838a7d5332b75c116a60f92d8d772d2715419fb1ba6e80f211ab26b0288

Image Layers

1ADD file ... in / 2.97 MB
2CMD ["/bin/sh"]0 B
3ARG VERSION=0.0.00 B
4ENV VERSION=1.6.00 B
5LABEL version=1.6.0 description=MySQL client for0 B
6ENV BUILD_DEPS=gettext0 B
7ENV RUNTIME_DEPS=libintl0 B
8ARG USER_NAME0 B
9ARG USER_HOME_DIR0 B
10ENV USER_NAME=mysql0 B
11ENV USER_HOME_DIR=/home/mysql0 B
12RUN |3 VERSION=1.6.0 USER_NAME=mysql USER_HOME_DIR=/home/mysql11.35 MB
13COPY /usr/local/bin/enve /usr/local/bin/ # buildkit941.87 KB
14COPY ./__mysqldump.sh /usr/local/bin/__mysqldump.sh # buildkit1.09 KB
15COPY ./mysql_exporter /usr/local/bin/mysql_exporter # buildkit309 B
16COPY ./__mysqlimport.sh /usr/local/bin/__mysqlimport.sh # buildkit886 B
17COPY ./mysql_importer /usr/local/bin/mysql_importer # buildkit308 B
18RUN |3 VERSION=1.6.0 USER_NAME=mysql USER_HOME_DIR=/home/mysql32 B
19USER mysql0 B
20WORKDIR /home/mysql32 B
21VOLUME [/home/mysql]0 B
22ENTRYPOINT ["/usr/bin/dumb-init"]0 B
23CMD ["mysql"]0 B
24LABEL org.opencontainers.image.vendor=Jose Quintana org.opencontainers.image.url=https://github.com/joseluisq/alpine-mysql-client org.opencontainers.image.title=Alpine0 B

Command

ADD file:2dd294d20c0b500c8fed6b410b059429b36f51cd48a45eaf7a06ecbef9e2a3bb in /