Sign inSign up

ensemblorg/mysql4mirror:1.0

Data science
Databases & storage
Manifest digest

sha256:65e02cdb51626b512a2a48a908d7d40908f764acb984fe194fe59b0bed1705ca

OS/ARCH

linux/amd64

Compressed size

181.68 MB

Last pushed

over 4 years by andrewyatz

Type

Image

Manifest digest

sha256:65e02cdb51626b512a2a48a908d7d40908f764acb984fe194fe59b0bed1705ca

Image Layers

1ADD file ... in / 37.29 MB
2/bin/sh -c set -xe &&56.58 KB
3/bin/sh -c rm -rf /var/lib/apt/lists/*423 B
4/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g'680 B
5/bin/sh -c mkdir -p /run/systemd162 B
6CMD ["/bin/bash"]0 B
8ENV DEBIAN_FRONTEND=noninteractive0 B
9ENV HOSTNAME=mysql40 B
10ENV TZ=Europe/London0 B
11ENV TERM=linux0 B
12ENV PATH=/usr/local/mysql/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
13ENV ENSEMBL_CONTAINER=true0 B
14RUN /bin/sh -c sed -i685 B
15RUN /bin/sh -c apt-get update29.31 MB
16RUN /bin/sh -c apt-get install70.28 MB
17RUN /bin/sh -c locale-gen en_GB.UTF-8554.98 KB
18RUN /bin/sh -c echo "$TZ"291.1 KB
19RUN /bin/sh -c groupadd -r1.72 KB
20COPY compile_mysql4.sh mysql-4.1.25.tar.gz /root/ #16.74 MB
21RUN /bin/sh -c chmod +x427 B
22RUN /bin/sh -c /root/compile_mysql4.sh #27.15 MB
23RUN /bin/sh -c mkdir /additional133 B
24RUN /bin/sh -c chmod ugo+rx99 B
25COPY start.sh stop_mysql.sh /additional/ #1009 B
26RUN /bin/sh -c chmod ugo+x1006 B
27EXPOSE map[3306/tcp:{}]0 B
28VOLUME [/db]0 B
29VOLUME [/flatfiles]0 B
30COPY ensembl_databases.py /bin/. # buildkit2.46 KB
31RUN /bin/sh -c chmod ugo+x2.46 KB
32COPY load_mysql.sh /bin/. # buildkit1.35 KB
33RUN /bin/sh -c chmod ugo+x1.35 KB
34COPY dblookup.json /etc/. # buildkit19.28 KB
35ENV ENSEMBL_DBLOOKUP=/etc/dblookup.json0 B
36ENTRYPOINT ["/additional/start.sh"]0 B
37CMD ["mysqld_safe"]0 B

Command

ADD file:6f12126281dd0028de93ca678c7a77561c8f4f7625315097fbd03a80f1d6020a in /