Namespace
apache
Image / Tag
zeppelin:0.8.2
Content Digest
sha256:3b7fc0ad29bc7ef4523e8619ff24cc42a7645202cdb76c286d052f6ab8f1c24e
Details
Created

2019-10-07 18:38:32 UTC

Size

2.08 GB

Content Digest
Environment
JAVA_HOME

/usr/lib/jvm/java-8-openjdk-amd64

LANG

en_US.UTF-8

LC_ALL

en_US.UTF-8

LOG_TAG

[ZEPPELIN_0.8.2]:

PATH

/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

Z_HOME

/zeppelin

Z_VERSION

0.8.2


Layers

[#000] sha256:16c48d79e9cc2d6cdb79a91e9c410250c1a44102ed4c971fbf24692cc09f2351 - 1.97% (42 MB)

[#001] sha256:3c654ad3ed7d66e3caa5ab60bee1b166359d066be7e9edca6161b72ac06f2008 - 0.0% (532 Bytes)

[#002] sha256:6276f4f9c29df0a2fc8019e3c9929e6c3391967cb1f610f57a3c5f8044c8c2b6 - 0.0% (856 Bytes)

[#003] sha256:a4bd43ad48cebce2cad4207b823fe1693e10c440504ce72f48643772e3c98d7a - 0.0% (169 Bytes)

[#004] sha256:09fa44e5c8f4bbfb9e4664ef77f565e216109159536644b966a6de5c5aeba4ed - 5.98% (127 MB)

[#005] sha256:d2194c8e902856747e38156317d6cf191773e710d6ec93bdba8922d84979ca29 - 0.05% (1.14 MB)

[#006] sha256:14999b83e6c2ca5e8e9bdec9c58c0de3ef1f500b2f048819a741fa860242a802 - 4.9% (104 MB)

[#007] sha256:8bf995f72bf410e8f051200590d488ddd718dcaee8a6fca0530ee658c5f6f9a6 - 3.61% (77 MB)

[#008] sha256:cb1a3c7ca81d67ccf6890f7494ef4bb370ab7d131c7175ea1d20c143a172f3fa - 32.75% (698 MB)

[#009] sha256:cfc0133079f05333d8e3b4ba07c0fcff67b6f71bf3b6fd17687e529e00bf5bda - 6.05% (129 MB)

[#010] sha256:ce08f9779ba46b71101d9880da5f724545ed7e82758d754f65a4b60172c84633 - 44.7% (953 MB)

[#011] sha256:4a0003e23910d11ca321867062cf515b867dc3c2296e5a1f8d4dabb1169f4857 - 0.0% (328 Bytes)


History
2019-09-18 23:21:10 UTC

/bin/sh -c #(nop) ADD file:a5b5bea2fa5358461649feb68a28ec3e9ec4547164744e8eb7f4112c1969f64f in /

2019-09-18 23:21:10 UTC

/bin/sh -c rm -rf /var/lib/apt/lists/*

2019-09-18 23:21:11 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-09-18 23:21:12 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2019-09-18 23:21:12 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2019-10-07 17:47:23 UTC

/bin/sh -c #(nop) MAINTAINER Apache Software Foundation <dev@zeppelin.apache.org>

2019-10-07 17:47:24 UTC

/bin/sh -c #(nop) ENV Z_VERSION=0.8.2

2019-10-07 17:47:24 UTC

/bin/sh -c #(nop) ENV LOG_TAG=[ZEPPELIN_0.8.2]: Z_HOME=/zeppelin LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8

2019-10-07 17:51:41 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-10-07 17:51:56 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-10-07 17:51:57 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64

2019-10-07 17:54:37 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-10-07 17:56:20 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-10-07 17:56:21 UTC

/bin/sh -c #(nop) ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2019-10-07 18:08: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 && 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.13.3 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 scipy==0.18.0 ggplot==0.11.5 grpcio==1.8.2 bkzep==0.4.0

2019-10-07 18:36:17 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 --allow-unauthenticated 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-10-07 18:38:27 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-10-07 18:38:31 UTC

/bin/sh -c echo "$LOG_TAG Cleanup" && apt-get autoclean && apt-get clean

2019-10-07 18:38:31 UTC

/bin/sh -c #(nop) EXPOSE 8080

2019-10-07 18:38:32 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/usr/bin/tini" "--"]

2019-10-07 18:38:32 UTC

/bin/sh -c #(nop) WORKDIR /zeppelin

2019-10-07 18:38:32 UTC

/bin/sh -c #(nop) CMD ["bin/zeppelin.sh"]

Danger Zone
Delete Tag

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.

Delete