2018-07-03 02:52:05 UTC
1.49 GB
/usr/lib/jvm/java-8-openjdk-amd64
LANGen_US.UTF-8
LC_ALLen_US.UTF-8
LOG_TAG[ZEPPELIN_0.8.0]:
PATH/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Z_HOME/zeppelin
Z_VERSION0.8.0
[#000] sha256:b234f539f7a1d65eabae1617e63c81ac01768abffd48b5cbbf7166efca6a3429 - 2.69% (41.1 MB)
[#001] sha256:55172d420b43cf03feeec11bcc917c7ddfc192036102e065ab57aa9abb95311e - 0.0% (853 Bytes)
[#002] sha256:5ba5bbeb6b91e2676c98255c6babc66d7b05cac40185eeba4b3773199c701da0 - 0.0% (619 Bytes)
[#003] sha256:43ae2841ad7a7fd1aeae30028105cac7f6ee0ec955e5229e52b3333fea3c17b5 - 0.0% (851 Bytes)
[#004] sha256:f6c9c6de41905e9a66f2bc2c4a19858c8dc5b0a94f01e03eafc719afe25888aa - 0.0% (168 Bytes)
[#005] sha256:42e97ba880a6ad0e8d49f2816f92292671def9893d50eb495e2631caffe4e902 - 9.16% (140 MB)
[#006] sha256:6b8d2bc4aca9f65d3fd3826bc8b128652bf5fcdcf441c8205a1454d6992c70b8 - 0.07% (1.14 MB)
[#007] sha256:3d05c1e9012a597267cb69c9c9d51e94f0ee384092aabc864115eb4efc2cdf45 - 6.63% (101 MB)
[#008] sha256:abc4ec475f4fa466bf06ff2982dfcc61d6c68f5a8443f0343b6f38e81c89d6ec - 5.77% (88.3 MB)
[#009] sha256:096e84a406feb057c2d7f2d4776b9f857b3dcd1e30c6a99bd3362cc0d9d32512 - 8.25% (126 MB)
[#010] sha256:4b2ed1d229bb7e229c833d13d9fb96f0c4c1ee6636d1371b47c58d3cae8dbc9d - 6.03% (92.3 MB)
[#011] sha256:4b6b28f0679f598d5edab8f21227c74fc70af16350a0aaf3f29d8b9a80c29f1c - 61.4% (939 MB)
[#012] sha256:b1f04ceb3fe8c87be674a946f02c80f708ba42c7a196b8e4642a2d37bca3301e - 0.0% (328 Bytes)
/bin/sh -c #(nop) ADD file:d37ff24540ea7700d0fc053e1996b234428a88f3a324d7fcbd83d8ef95318040 in /
2018-06-05 21:21:53 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2018-06-05 21:21:54 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2018-06-05 21:21:54 UTC/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
2018-06-05 21:21:55 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2018-06-05 21:21:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2018-07-03 02:32:12 UTC/bin/sh -c #(nop) MAINTAINER Apache Software Foundation <dev@zeppelin.apache.org>
2018-07-03 02:32:12 UTC/bin/sh -c #(nop) ENV Z_VERSION=0.8.0
2018-07-03 02:32:13 UTC/bin/sh -c #(nop) ENV LOG_TAG=[ZEPPELIN_0.8.0]: Z_HOME=/zeppelin LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
2018-07-03 02:35:17 UTC/bin/sh -c echo "$LOG_TAG update and install basic packages" && apt-get -y update && apt-get install -y locales && locale-gen $LANG && apt-get install -y software-properties-common && apt -y autoclean && apt -y dist-upgrade && apt-get install -y build-essential
2018-07-03 02:35:28 UTC/bin/sh -c echo "$LOG_TAG install tini related packages" && apt-get install -y wget curl grep sed dpkg && TINI_VERSION=`curl https://github.com/krallin/tini/releases/latest | grep -o "/v.*\"" | sed 's:^..\(.*\).$:\1:'` && curl -L "https://github.com/krallin/tini/releases/download/v${TINI_VERSION}/tini_${TINI_VERSION}.deb" > tini.deb && dpkg -i tini.deb && rm tini.deb
2018-07-03 02:35:29 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
2018-07-03 02:36:27 UTC/bin/sh -c echo "$LOG_TAG Install java8" && apt-get -y update && apt-get install -y openjdk-8-jdk && rm -rf /var/lib/apt/lists/*
2018-07-03 02:37:17 UTC/bin/sh -c echo "$LOG_TAG Install miniconda2 related packages" && apt-get -y update && apt-get install -y bzip2 ca-certificates libglib2.0-0 libxext6 libsm6 libxrender1 git mercurial subversion && echo 'export PATH=/opt/conda/bin:$PATH' > /etc/profile.d/conda.sh && wget --quiet https://repo.continuum.io/miniconda/Miniconda2-4.3.11-Linux-x86_64.sh -O ~/miniconda.sh && /bin/bash ~/miniconda.sh -b -p /opt/conda && rm ~/miniconda.sh
2018-07-03 02:37:18 UTC/bin/sh -c #(nop) ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2018-07-03 02:38:36 UTC/bin/sh -c echo "$LOG_TAG Install python related packages" && apt-get -y update && apt-get install -y python-dev python-pip && apt-get install -y gfortran && apt-get install -y libblas-dev libatlas-dev liblapack-dev && apt-get install -y libpng-dev libfreetype6-dev libxft-dev && apt-get install -y python-tk libxml2-dev libxslt-dev zlib1g-dev && pip install numpy && pip install matplotlib
2018-07-03 02:49:53 UTC/bin/sh -c echo "$LOG_TAG Install R related packages" && echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial/" | tee -a /etc/apt/sources.list && gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9 && gpg -a --export E084DAB9 | apt-key add - && apt-get -y update && apt-get -y install r-base r-base-dev && R -e "install.packages('knitr', repos='http://cran.us.r-project.org')" && R -e "install.packages('ggplot2', repos='http://cran.us.r-project.org')" && R -e "install.packages('googleVis', repos='http://cran.us.r-project.org')" && R -e "install.packages('data.table', repos='http://cran.us.r-project.org')" && apt-get -y install libcurl4-gnutls-dev libssl-dev && R -e "install.packages('devtools', repos='http://cran.us.r-project.org')" && R -e "install.packages('Rcpp', repos='http://cran.us.r-project.org')" && Rscript -e "library('devtools'); library('Rcpp'); install_github('ramnathv/rCharts')"
2018-07-03 02:52:00 UTC/bin/sh -c echo "$LOG_TAG Download Zeppelin binary" && wget -O /tmp/zeppelin-${Z_VERSION}-bin-all.tgz http://archive.apache.org/dist/zeppelin/zeppelin-${Z_VERSION}/zeppelin-${Z_VERSION}-bin-all.tgz && tar -zxvf /tmp/zeppelin-${Z_VERSION}-bin-all.tgz && rm -rf /tmp/zeppelin-${Z_VERSION}-bin-all.tgz && mv /zeppelin-${Z_VERSION}-bin-all ${Z_HOME}
2018-07-03 02:52:04 UTC/bin/sh -c echo "$LOG_TAG Cleanup" && apt-get autoclean && apt-get clean
2018-07-03 02:52:04 UTC/bin/sh -c #(nop) EXPOSE 8080
2018-07-03 02:52:04 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/bin/tini" "--"]
2018-07-03 02:52:05 UTC/bin/sh -c #(nop) WORKDIR /zeppelin
2018-07-03 02:52:05 UTC/bin/sh -c #(nop) CMD ["bin/zeppelin.sh"]
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.