Namespace
apache
Image / Tag
zeppelin:0.11.0
Content Digest
sha256:073da47d69effc8ad281ea5a4c802372e33b45e813440649966a2e4445136fc9
Details
Created

2024-02-11 08:35:19 UTC

Size

3.62 GB

Content Digest
Labels
  • maintainer
    Apache Software Foundation <dev@zeppelin.apache.org>
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    20.04

Environment
HOME

/opt/zeppelin

JAVA_HOME

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

LANG

en_US.UTF-8

LC_ALL

en_US.UTF-8

LOG_TAG

[ZEPPELIN_0.10.0]:

PATH

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

ZEPPELIN_ADDR

0.0.0.0

ZEPPELIN_HOME

/opt/zeppelin

Z_VERSION

0.10.0


Layers

[#000] sha256:8ee0874247356ecb5ea92128219660506b139dcb6cc45dcab84d98b3c6485061 - 0.71% (26.2 MB)

[#001] sha256:0b4748cd817de84c09cb77e32377975ea62594002579fefa3f58dd654070c595 - 1.99% (73.7 MB)

[#002] sha256:35db8aac24936963d885fc413924d0f75dff70e12224136a43541c64610088ce - 0.0% (353 Bytes)

[#003] sha256:7a95a19005b70206274883f16920ca0939d33b1cb89e26edb513bb242f2b87c9 - 20.59% (763 MB)

[#004] sha256:c92b31ca56f493106d40525e389d454447a143ab2ec39e61cfad72893adfe6fd - 76.71% (2.77 GB)

[#005] sha256:5cc53d6f9b150fb24f03951dcad13167b8984655617a48f8551caffc54004de1 - 0.0% (768 Bytes)

[#006] sha256:a05fd81ce996de488215e7b3c517457c986538789c3f548fd72c2508eaf08c4b - 0.0% (841 Bytes)

[#007] sha256:c9499d77d827c2c1a89ff3d74af296cd02ce92e515360e6a1580131d5c6fe187 - 0.0% (1.13 KB)

[#008] sha256:abccd6642a00ea3f324d31e36f5dba035de64a0de856b9b022fd6457edb6681c - 0.0% (1.13 KB)

[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2024-01-23 13:01:02 UTC

/bin/sh -c #(nop) ARG RELEASE

2024-01-23 13:01:02 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2024-01-23 13:01:02 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2024-01-23 13:01:02 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04

2024-01-23 13:01:04 UTC

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

2024-01-23 13:01:04 UTC

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

2024-02-11 07:30:30 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Apache Software Foundation <dev@zeppelin.apache.org>

2024-02-11 07:30:30 UTC (buildkit.dockerfile.v0)

ENV Z_VERSION=0.10.0

2024-02-11 07:30:30 UTC (buildkit.dockerfile.v0)

ENV LOG_TAG=[ZEPPELIN_0.10.0]: ZEPPELIN_HOME=/opt/zeppelin HOME=/opt/zeppelin LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 ZEPPELIN_ADDR=0.0.0.0

2024-02-11 07:30:30 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c echo "$LOG_TAG install basic packages" && apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get install -y locales language-pack-en tini openjdk-8-jdk-headless wget unzip && rm -rf /var/lib/apt/lists/* && apt-get autoclean && apt-get clean # buildkit

2024-02-11 07:30:30 UTC (buildkit.dockerfile.v0)

ARG miniconda_version=py37_4.9.2

2024-02-11 07:30:30 UTC (buildkit.dockerfile.v0)

ARG miniconda_sha256=79510c6e7bd9e012856e25dcb21b3e093aa4ac8113d9aa7e82a86987eabe1c31

2024-02-11 07:30:31 UTC (buildkit.dockerfile.v0)

COPY env_python_3_with_R.yml /env_python_3_with_R.yml # buildkit

2024-02-11 08:23:51 UTC (buildkit.dockerfile.v0)

RUN |2 miniconda_version=py37_4.9.2 miniconda_sha256=79510c6e7bd9e012856e25dcb21b3e093aa4ac8113d9aa7e82a86987eabe1c31 /bin/sh -c set -ex && wget -nv https://repo.anaconda.com/miniconda/Miniconda3-${miniconda_version}-Linux-x86_64.sh -O miniconda.sh && echo "${miniconda_sha256} miniconda.sh" > anaconda.sha256 && sha256sum --strict -c anaconda.sha256 && bash miniconda.sh -b -p /opt/conda && export PATH=/opt/conda/bin:$PATH && conda config --set always_yes yes --set changeps1 no && conda info -a && conda install mamba -c conda-forge && mamba env update -f /env_python_3_with_R.yml --prune && rm -v miniconda.sh anaconda.sha256 && find /opt/conda/ -follow -type f -name '*.a' -delete && find /opt/conda/ -follow -type f -name '*.js.map' -delete && mamba clean -ay # buildkit

2024-02-11 08:23:51 UTC (buildkit.dockerfile.v0)

ENV PATH=/opt/conda/envs/python_3_with_R/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2024-02-11 08:35:19 UTC (buildkit.dockerfile.v0)

RUN |2 miniconda_version=py37_4.9.2 miniconda_sha256=79510c6e7bd9e012856e25dcb21b3e093aa4ac8113d9aa7e82a86987eabe1c31 /bin/sh -c echo "$LOG_TAG Download Zeppelin binary" && mkdir -p ${ZEPPELIN_HOME} && wget -nv -O /tmp/zeppelin-${Z_VERSION}-bin-all.tgz https://archive.apache.org/dist/zeppelin/zeppelin-${Z_VERSION}/zeppelin-${Z_VERSION}-bin-all.tgz && tar --strip-components=1 -zxvf /tmp/zeppelin-${Z_VERSION}-bin-all.tgz -C ${ZEPPELIN_HOME} && rm -f /tmp/zeppelin-${Z_VERSION}-bin-all.tgz && chown -R root:root ${ZEPPELIN_HOME} && mkdir -p ${ZEPPELIN_HOME}/logs ${ZEPPELIN_HOME}/run ${ZEPPELIN_HOME}/webapps && chgrp root /etc/passwd && chmod ug+rw /etc/passwd && chmod -R 775 "${ZEPPELIN_HOME}/logs" "${ZEPPELIN_HOME}/run" "${ZEPPELIN_HOME}/notebook" "${ZEPPELIN_HOME}/conf" && chmod 775 ${ZEPPELIN_HOME} && chmod -R 775 /opt/conda # buildkit

2024-02-11 08:35:19 UTC (buildkit.dockerfile.v0)

COPY log4j.properties /opt/zeppelin/conf/ # buildkit

2024-02-11 08:35:19 UTC (buildkit.dockerfile.v0)

COPY log4j_docker.properties /opt/zeppelin/conf/ # buildkit

2024-02-11 08:35:19 UTC (buildkit.dockerfile.v0)

COPY log4j2.properties /opt/zeppelin/conf/ # buildkit

2024-02-11 08:35:19 UTC (buildkit.dockerfile.v0)

COPY log4j2_docker.properties /opt/zeppelin/conf/ # buildkit

2024-02-11 08:35:19 UTC (buildkit.dockerfile.v0)

USER 1000

2024-02-11 08:35:19 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2024-02-11 08:35:19 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/tini" "--"]

2024-02-11 08:35:19 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/zeppelin

2024-02-11 08:35:19 UTC (buildkit.dockerfile.v0)

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