2024-04-03 01:08:44 UTC
3.14 GB
/opt/zeppelin
JAVA_HOME/usr/lib/jvm/java-8-openjdk-amd64
LANGen_US.UTF-8
LC_ALLen_US.UTF-8
LOG_TAG[ZEPPELIN_0.11.1]:
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.11.1
[#000] sha256:17d0386c2fff30a5b92652bbef2b84639dba9b9f17bdbb819c8d10badd827fdb - 0.82% (26.2 MB)
[#001] sha256:4795fae7da733b91b7feed9df7f439d19505dc5422c6276707219d863d4f6c76 - 2.29% (73.7 MB)
[#002] sha256:cab5f0fb503c67a539b0b4bca1db50907b83fda8124e86bfa20be61a47516a96 - 0.0% (354 Bytes)
[#003] sha256:d53f4b2352a58011a6032dbf4b077567f5fc75d4b654e808412f20926b40af22 - 26.71% (859 MB)
[#004] sha256:0cb78f6fcc515298eca33a759fceebea9d05e0ea7d8a3d3542d12bf334184358 - 70.19% (2.2 GB)
[#005] sha256:0406bf8ba9b8f42b9a9552f87c0fb382bc567ecf0f9f79791d1d59e02a8993f3 - 0.0% (765 Bytes)
[#006] sha256:ca58a68e2adbc5fa3158b60c94c129266ba7faa5483ff964a2a5b8aae8537d01 - 0.0% (837 Bytes)
[#007] sha256:0dd67e5d90675c545a3c282740d07a79a5482d79877f62c144fa1ce63194fda5 - 0.0% (1.12 KB)
[#008] sha256:7cad739f71128513ffae310e43830936fe9ee51f6b871cb23db09c32ae70408b - 0.0% (1.13 KB)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2024-02-16 21:32:49 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-02-16 21:32:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-02-16 21:32:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-02-16 21:32:52 UTC/bin/sh -c #(nop) ADD file:a25798f31219000d6a82d2c9258743926b1a400530d12dbb1eadf2c2519f9888 in /
2024-02-16 21:32:52 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-04-03 00:45:55 UTC (buildkit.dockerfile.v0)LABEL maintainer=Apache Software Foundation <dev@zeppelin.apache.org>
2024-04-03 00:45:55 UTC (buildkit.dockerfile.v0)ENV Z_VERSION=0.11.1
2024-04-03 00:45:55 UTC (buildkit.dockerfile.v0)ENV LOG_TAG=[ZEPPELIN_0.11.1]: 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-04-03 00:45:55 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-04-03 00:45:55 UTC (buildkit.dockerfile.v0)ARG miniconda_version=py39_24.1.2-0
2024-04-03 00:45:55 UTC (buildkit.dockerfile.v0)ARG miniconda_sha256=2ec135e4ae2154bb41e8df9ecac7ef23a7d6ca59fc1c8071cfe5298505c19140
2024-04-03 00:45:55 UTC (buildkit.dockerfile.v0)COPY env_python_3_with_R.yml /env_python_3_with_R.yml # buildkit
2024-04-03 00:55:35 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 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-04-03 00:55:35 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-04-03 01:08:43 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://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-04-03 01:08:43 UTC (buildkit.dockerfile.v0)COPY log4j.properties /opt/zeppelin/conf/ # buildkit
2024-04-03 01:08:44 UTC (buildkit.dockerfile.v0)COPY log4j_docker.properties /opt/zeppelin/conf/ # buildkit
2024-04-03 01:08:44 UTC (buildkit.dockerfile.v0)COPY log4j2.properties /opt/zeppelin/conf/ # buildkit
2024-04-03 01:08:44 UTC (buildkit.dockerfile.v0)COPY log4j2_docker.properties /opt/zeppelin/conf/ # buildkit
2024-04-03 01:08:44 UTC (buildkit.dockerfile.v0)USER 1000
2024-04-03 01:08:44 UTC (buildkit.dockerfile.v0)EXPOSE map[8080/tcp:{}]
2024-04-03 01:08:44 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2024-04-03 01:08:44 UTC (buildkit.dockerfile.v0)WORKDIR /opt/zeppelin
2024-04-03 01:08:44 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.