2019-11-02 05:00:31 UTC
629 MB
v0.6.1
LANGen_US.UTF-8
LC_ALLzh_CN.utf8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
VERSIONv1.7.1
[#000] sha256:d8d02d45731499028db01b6fa35475f91d230628b4e25fab8e3c015594dc3261 - 11.42% (71.9 MB)
[#001] sha256:ab19b791439fefcdd7e9c5807a216de831b93825f2770bdea59f99c65a54b1fe - 0.0% (116 Bytes)
[#002] sha256:fa0e3fe5c24e8264d4855b6e0a3692fe0abb0952b4c52d5bae360b1f712925da - 19.32% (122 MB)
[#003] sha256:81cd7d5504e975e0d73d3a8bcdbcf2ff12ebf9d24982514d9855f2cc120ce6dc - 0.46% (2.91 MB)
[#004] sha256:4c555776085935cac703d6e4b26c792e851f736739d4a6b02d6f7a6e26339d3b - 15.85% (99.8 MB)
[#005] sha256:95ef59bc4648fcb14a66dba1571597215d645fa71d7c2395bc1d3f7eb359f2c9 - 8.96% (56.4 MB)
[#006] sha256:5537e6a6d281ba69ce2a8a4ac1e763bfa93476e30cd5ad51a2c83d6d3a0cca49 - 0.69% (4.37 MB)
[#007] sha256:f187b8e989afa71b88f92ae08d74e2e2b01250909b5195bd411661ea07f12ba8 - 0.0% (6.22 KB)
[#008] sha256:4d4b8a42d96490d73a5d7208003cee9b135f789de0ccea3369e3da62a3babfaf - 7.51% (47.2 MB)
[#009] sha256:3a5b231dab1f31fdde9b68f4fac5a24f609504a3801e885a82cae27e5529d2cc - 10.85% (68.3 MB)
[#010] sha256:deabc03594f7d801c9ec9942ee243a62f9298e6fcba617cb95f36638ef346aaa - 24.93% (157 MB)
/bin/sh -c #(nop) ADD file:4e7247c06de9ad117293b6bf39c77f96c623a1bca4da35068d7e64c7cb826c08 in /
2019-08-20 20:21:01 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20190801
2019-08-20 20:21:01 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-11-02 04:37:06 UTC/bin/sh -c #(nop) ENV VERSION=v1.7.1
2019-11-02 04:37:07 UTC/bin/sh -c #(nop) WORKDIR /opt/archery
2019-11-02 04:51:18 UTC/bin/sh -c yum -y install wget gcc make zlib-devel openssl openssl-devel ncurses-devel && cd /opt && wget "https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tar.xz" && tar -xvJf Python-3.6.5.tar.xz && cd /opt/Python-3.6.5 && ./configure prefix=/usr/local/python3 && make && make install && ln -fs /usr/local/python3/bin/python3 /usr/bin/python3 && ln -fs /usr/local/python3/bin/pip3 /usr/bin/pip3 && pip3 install virtualenv && cd /opt && ln -fs /usr/local/python3/bin/virtualenv /usr/bin/virtualenv && virtualenv venv4archery --python=python3 && rm -rf Python-3.6.5 && rm -rf Python-3.6.5.tar.xz && rm -rf /etc/localtime && ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && yum -y install kde-l10n-Chinese && localedef -c -f UTF-8 -i zh_CN zh_CN.utf8
2019-11-02 04:51:21 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8
2019-11-02 04:51:22 UTC/bin/sh -c #(nop) ENV LC_ALL=zh_CN.utf8
2019-11-02 04:51:22 UTC/bin/sh -c #(nop) ENV DOCKERIZE_VERSION=v0.6.1
2019-11-02 04:51:25 UTC/bin/sh -c wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz
2019-11-02 04:57:06 UTC/bin/sh -c yum -y install epel-release && yum -y install cmake bison gcc-c++ git mysql-devel libaio-devel libffi-devel glib2 glib2-devel && yum -y install https://repo.percona.com/yum/percona-release-latest.noarch.rpm && yum -y install Percona-Server-devel-56 Percona-Server-shared-56 Percona-Server-client-56 && cd /opt && git clone https://github.com/hhyo/SQLAdvisor.git && cd /opt/SQLAdvisor/ && cmake -DBUILD_CONFIG=mysql_release -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=/usr/local/sqlparser ./ && make && make install && cd sqladvisor/ && cmake -DCMAKE_BUILD_TYPE=debug ./ && make && mv /opt/SQLAdvisor/sqladvisor/sqladvisor /opt && rm -rf /opt/SQLAdvisor/
2019-11-02 04:57:40 UTC/bin/sh -c cd /opt && virtualenv venv4schemasync --python=python2 && source venv4schemasync/bin/activate && yum install -y python-devel && pip install schema-sync mysql-python
2019-11-02 04:57:43 UTC/bin/sh -c cd /opt && wget https://github.com/XiaoMi/soar/releases/download/0.11.0/soar.linux-amd64 -O soar && chmod a+x soar
2019-11-02 04:57:45 UTC/bin/sh -c cd /opt && git clone https://github.com/danfengcao/binlog2sql.git && mv binlog2sql/binlog2sql/ tmp_binlog2sql && rm -rf binlog2sql
2019-11-02 04:58:02 UTC/bin/sh -c cd /opt && curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/mssql-release.repo && ACCEPT_EULA=Y yum -y install msodbcsql17 && yum -y install unixODBC-devel
2019-11-02 04:58:18 UTC/bin/sh -c yum -y install http://yum.oracle.com/repo/OracleLinux/OL7/oracle/instantclient/x86_64/getPackage/oracle-instantclient19.3-basiclite-19.3.0.0.0-1.x86_64.rpm
2019-11-02 05:00:30 UTC/bin/sh -c cd /opt && yum -y install openldap-devel gettext nginx && git clone https://github.com/hhyo/archery.git && cd archery && git checkout $VERSION && source /opt/venv4archery/bin/activate && pip3 install -r /opt/archery/requirements.txt && cp /opt/archery/src/docker/nginx.conf /etc/nginx/ && mv /opt/sqladvisor /opt/archery/src/plugins/ && mv /opt/soar /opt/archery/src/plugins/ && mv /opt/tmp_binlog2sql /opt/archery/src/plugins/binlog2sql
2019-11-02 05:00:31 UTC/bin/sh -c #(nop) EXPOSE 9123
2019-11-02 05:00:31 UTC/bin/sh -c #(nop) ENTRYPOINT ["/bin/sh" "-c" "bash /opt/archery/src/docker/startup.sh && bash"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.