2019-01-25 15:24:04 UTC
2 GB
/usr/lib/jvm/java-8-openjdk-amd64
LANGen_US.UTF-8
LC_ALLen_US.UTF-8
LOG_TAG[ZEPPELIN_0.8.1]:
PATH/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Z_HOME/zeppelin
Z_VERSION0.8.1
[#000] sha256:7b722c1070cdf5188f1f9e43b8413157f8dfb2b4fe84db3c03cb492379a42fcc - 2.03% (41.5 MB)
[#001] sha256:5fbf74db61f1459176d8647ba8f53f8e6cf933a2e56f73f0e8da81213117b7e9 - 0.0% (847 Bytes)
[#002] sha256:ed41cb72e5c918bdbd78e68f02930a3f1cf1d6079402b0a5b19de8508e67b766 - 0.0% (526 Bytes)
[#003] sha256:7ea47a67709ebea8efed59fbda703dbd00a0d2cae7e2808959744bfa30bfc0e9 - 0.0% (168 Bytes)
[#004] sha256:7ba34fd9f5e0349a598fe97c60d1f9f5e7320010c2a3a0427226b6f182c333da - 6.13% (126 MB)
[#005] sha256:8f2f09b835821e0db0764c3cae1032b5ca178e9a58a611d285749cc3457d74d1 - 0.06% (1.14 MB)
[#006] sha256:40260f0a8f691cc583958f8fd9dd95474ab8e6c769af017595f5ff47e0ddb585 - 5.08% (104 MB)
[#007] sha256:48946af5572cd16f4bed5fbca00aa9011fc8fed2a4fb0fe2e4463782606e30c1 - 3.73% (76.5 MB)
[#008] sha256:8b38acee7e8d551a3deaf4f7453a05244e1f1aeb17858c18ac012788738010b3 - 31.86% (653 MB)
[#009] sha256:a806f41d7e41b75d2f0fb36a4ea3eee071ba2d219762c90996ab3b0c5edacb12 - 4.87% (99.8 MB)
[#010] sha256:7dcaf396dead763a9cd7d79fc229179dee2d747f0c1ad3d094372ca3ed7ef7cb - 46.25% (948 MB)
[#011] sha256:8db355f40e668a6888af0f9e300f4a3adaa73e2a1cca976ea11a36ac79648628 - 0.0% (327 Bytes)
/bin/sh -c #(nop) ADD file:916a45030dee881bbc8bbabf8bcfcc8828c29ce1c318000950bbe84c57f9df73 in /
2019-01-22 22:48:15 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
2019-01-22 22:48:17 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2019-01-22 22:48:19 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-01-22 22:48:19 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-01-25 14:48:00 UTC/bin/sh -c #(nop) MAINTAINER Apache Software Foundation <dev@zeppelin.apache.org>
2019-01-25 14:48:00 UTC/bin/sh -c #(nop) ENV Z_VERSION=0.8.1
2019-01-25 14:48:01 UTC/bin/sh -c #(nop) ENV LOG_TAG=[ZEPPELIN_0.8.1]: Z_HOME=/zeppelin LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
2019-01-25 14:51:11 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
2019-01-25 14:51:24 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
2019-01-25 14:51:24 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
2019-01-25 14:53:20 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/*
2019-01-25 14:54:54 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.2.12-Linux-x86_64.sh -O ~/miniconda.sh && /bin/bash ~/miniconda.sh -b -p /opt/conda && rm ~/miniconda.sh
2019-01-25 14:54:55 UTC/bin/sh -c #(nop) ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-01-25 15:05:05 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 && conda config --set always_yes yes --set changeps1 no && conda update -q conda && conda info -a && conda config --add channels conda-forge && conda install -q numpy=1.12.1 pandas=0.21.1 matplotlib=2.1.1 pandasql=0.7.3 ipython=5.4.1 jupyter_client=5.1.0 ipykernel=4.7.0 bokeh=0.12.10 && pip install -q ggplot==0.11.5 grpcio==1.8.2 bkzep==0.4.0
2019-01-25 15:21:45 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')"
2019-01-25 15:23:54 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}
2019-01-25 15:23:58 UTC/bin/sh -c echo "$LOG_TAG Cleanup" && apt-get autoclean && apt-get clean
2019-01-25 15:23:58 UTC/bin/sh -c #(nop) EXPOSE 8080
2019-01-25 15:23:58 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/bin/tini" "--"]
2019-01-25 15:23:59 UTC/bin/sh -c #(nop) WORKDIR /zeppelin
2019-01-25 15:24:04 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.