2025-02-08 13:35:18 UTC
3.08 GB
/opt/zeppelin
JAVA_HOME/usr/lib/jvm/java-11-openjdk-amd64
LANGen_US.UTF-8
LC_ALLen_US.UTF-8
LOG_TAG[ZEPPELIN_0.12.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_ADDR0.0.0.0
ZEPPELIN_HOME/opt/zeppelin
Z_VERSION0.12.0
[#000] sha256:d9802f032d6798e2086607424bfe88cb8ec1d6f116e11cd99592dcaf261e9cd2 - 0.83% (26.2 MB)
[#001] sha256:8dc1b246e8e1320327cc24ae43804d63861483ac01dc768e4b6b7085299c26ab - 5.39% (170 MB)
[#002] sha256:b546d859fbdcc4a09f9546e44e4700e51cbaa5d7702be032565c692f24e6ad0d - 0.0% (347 Bytes)
[#003] sha256:3f049d8553ad7ae6de7ccf87367f5c11806fac5105a5fd837e033f0702b8d5ed - 26.81% (845 MB)
[#004] sha256:705139d3240ab398d39cb1ec3ce7b32c03cf95cbd10514de770e9928a4f5158e - 66.97% (2.06 GB)
[#005] sha256:1b15a66028e0d44d413367debf689532fc22dc8756c1730f9a10d3e511e9836a - 0.0% (764 Bytes)
[#006] sha256:dea758d24959bcfef48ad283c357cc7d0af9c7746c52843ed098530d5422a06c - 0.0% (837 Bytes)
[#007] sha256:8bf451f560986f0b5e6b1d43a8775633732e4d0f15221ea934fc3fb253501e35 - 0.0% (1.12 KB)
[#008] sha256:7d3735c14f2464006c1c91ca45f196a023d65e5339569d20a106cda7631e1220 - 0.0% (1.13 KB)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2024-10-11 03:38:25 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-10-11 03:38:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-10-11 03:38:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-10-11 03:38:27 UTC/bin/sh -c #(nop) ADD file:7486147a645d8835a5181c79f00a3606c6b714c83bcbfcd8862221eb14690f9e in /
2024-10-11 03:38:27 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-02-08 13:13:52 UTC (buildkit.dockerfile.v0)LABEL maintainer=Apache Software Foundation <dev@zeppelin.apache.org>
2025-02-08 13:13:52 UTC (buildkit.dockerfile.v0)ENV Z_VERSION=0.12.0
2025-02-08 13:13:52 UTC (buildkit.dockerfile.v0)ENV LOG_TAG=[ZEPPELIN_0.12.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-11-openjdk-amd64 ZEPPELIN_ADDR=0.0.0.0
2025-02-08 13:13:52 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-11-jdk-headless wget unzip && rm -rf /var/lib/apt/lists/* && apt-get autoclean && apt-get clean # buildkit
2025-02-08 13:13:52 UTC (buildkit.dockerfile.v0)ARG miniconda_version=py39_24.1.2-0
2025-02-08 13:13:52 UTC (buildkit.dockerfile.v0)ARG miniconda_sha256=2ec135e4ae2154bb41e8df9ecac7ef23a7d6ca59fc1c8071cfe5298505c19140
2025-02-08 13:13:52 UTC (buildkit.dockerfile.v0)COPY env_python_3_with_R.yml /env_python_3_with_R.yml # buildkit
2025-02-08 13:24:25 UTC (buildkit.dockerfile.v0)RUN |2 miniconda_version=py39_24.1.2-0 miniconda_sha256=2ec135e4ae2154bb41e8df9ecac7ef23a7d6ca59fc1c8071cfe5298505c19140 /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 config --remove channels defaults && conda config --add channels conda-forge && conda config --set channel_priority strict && conda install mamba -c conda-forge && mamba env create -f /env_python_3_with_R.yml -c conda-forge && 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
2025-02-08 13:24:25 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
2025-02-08 13:35:18 UTC (buildkit.dockerfile.v0)RUN |2 miniconda_version=py39_24.1.2-0 miniconda_sha256=2ec135e4ae2154bb41e8df9ecac7ef23a7d6ca59fc1c8071cfe5298505c19140 /bin/sh -c echo "$LOG_TAG Download Zeppelin binary" && mkdir -p ${ZEPPELIN_HOME} && wget -nv -O /tmp/zeppelin-${Z_VERSION}-bin-all.tgz "https://www.apache.org/dyn/closer.lua/zeppelin/zeppelin-${Z_VERSION}/zeppelin-${Z_VERSION}-bin-all.tgz?action=download" && 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
2025-02-08 13:35:18 UTC (buildkit.dockerfile.v0)COPY log4j.properties /opt/zeppelin/conf/ # buildkit
2025-02-08 13:35:18 UTC (buildkit.dockerfile.v0)COPY log4j_docker.properties /opt/zeppelin/conf/ # buildkit
2025-02-08 13:35:18 UTC (buildkit.dockerfile.v0)COPY log4j2.properties /opt/zeppelin/conf/ # buildkit
2025-02-08 13:35:18 UTC (buildkit.dockerfile.v0)COPY log4j2_docker.properties /opt/zeppelin/conf/ # buildkit
2025-02-08 13:35:18 UTC (buildkit.dockerfile.v0)USER 1000
2025-02-08 13:35:18 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{}]
2025-02-08 13:35:18 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2025-02-08 13:35:18 UTC (buildkit.dockerfile.v0)WORKDIR /opt/zeppelin
2025-02-08 13:35:18 UTC (buildkit.dockerfile.v0)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.