Namespace
apache
Image / Tag
flink:1.17-java11
Content Digest
sha256:caa5d3bac4b1c3e9fe3fee45130912c1ae4ea823f43d91aef2d9c7c5f54a16af
Details
Created

2024-03-19 04:21:52 UTC

Size

536 MB

Content Digest
Labels
  • io.buildah.version
    1.29.0
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.04

Environment
CHECK_GPG

true

FLINK_ASC_URL

https://downloads.apache.org/flink/flink-1.17.2/flink-1.17.2-bin-scala_2.12.tgz.asc

FLINK_HOME

/opt/flink

FLINK_TGZ_URL

https://www.apache.org/dyn/closer.cgi?action=download&filename=flink/flink-1.17.2/flink-1.17.2-bin-scala_2.12.tgz

GOSU_VERSION

1.11

GPG_KEY

2E0E1AB5D39D55E608071FB9F795C02A4D2482B3

JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk-11.0.22+7

LANG

en_US.UTF-8

LANGUAGE

en_US:en

LC_ALL

en_US.UTF-8

PATH

/opt/flink/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:23828d760c7b04df02891af556c40ca44c2dd79d6837ea6f18fac24f4108448c - 5.42% (29 MB)

[#001] sha256:8069355d5739c7da6dbe5ac9692d576813db815ada8e298f80c69c9624b46e9b - 2.3% (12.3 MB)

[#002] sha256:8592575b47d2fdf3e52da8a56b54656aa57f919d38f8a3c6745c2b76c01b2017 - 8.38% (44.9 MB)

[#003] sha256:c61e678dec2f8828e103907040eb5f18fdd49c5563d50304ee6859a60bd38253 - 0.0% (159 Bytes)

[#004] sha256:932693503cb0bcb18ebf376b5c211495fe98153f06db7b9bdc815f3bc8cd3680 - 0.0% (734 Bytes)

[#005] sha256:69acc4036cd6c7ebd04fd9ebb2869a300e51a1a7cf15b3de34fe76590be7cae3 - 0.85% (4.57 MB)

[#006] sha256:64d0064dec84de786dac518f5e7cf4ea8c45126583acf91892b639ef9c8e8046 - 0.17% (907 KB)

[#007] sha256:7ab4b8774dbfc0c88a5520e397e75bc64cc5a8a1e863ec19bb0f127d5aa8a23a - 0.0% (6.21 KB)

[#008] sha256:f790e490b546153217055f4b88e4a0958a28a5392e527330413c5292bef23b00 - 82.88% (444 MB)

[#009] sha256:dfb3329ea794d799dea9d0fe8de1c48fcf8c8f5c099a22906edf389da523d607 - 0.0% (2.09 KB)


History
2024-02-27 18:52:57 UTC

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

2024-02-27 18:52:57 UTC

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

2024-02-27 18:52:57 UTC

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

2024-02-27 18:52:57 UTC

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

2024-02-27 18:52:58 UTC

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

2024-02-27 18:52:59 UTC

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

2024-03-06 06:02:14 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk

2024-03-06 06:02:14 UTC

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

2024-03-06 06:02:14 UTC

/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8

2024-03-06 06:02:33 UTC

/bin/sh -c set -eux; apt-get update; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends curl wget fontconfig ca-certificates p11-kit tzdata locales ; echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen; locale-gen en_US.UTF-8; rm -rf /var/lib/apt/lists/*

2024-03-06 06:03:26 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk-11.0.22+7

2024-03-06 06:03:59 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='46e2bff7d5f419ac7c2fad29e78bfacf49ead4a2de1aba73b6329128f6d1f707'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.22%2B7/OpenJDK11U-jre_aarch64_linux_hotspot_11.0.22_7.tar.gz'; ;; amd64|i386:x86-64) ESUM='3a0fec1b9ef38d6abd86cf11f6001772b086096b6ec2588d2a02f1fa86b2b1de'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.22%2B7/OpenJDK11U-jre_x64_linux_hotspot_11.0.22_7.tar.gz'; ;; armhf|arm) ESUM='a5ab40aa53ecd413a8af738e66855d423e64b5389f876a4825e2cbdb45e9cfb3'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.22%2B7/OpenJDK11U-jre_arm_linux_hotspot_11.0.22_7.tar.gz'; ;; ppc64el|powerpc:common64) ESUM='a6719f71217d0b6f931461acec465ca3a1eb0b0e94942fe165e27b30ecc341c2'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.22%2B7/OpenJDK11U-jre_ppc64le_linux_hotspot_11.0.22_7.tar.gz'; ;; s390x|s390:64-bit) ESUM='1662e73deb814814fe27239666c5bf2d989484821343f0a3629ffb03729044ce'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.22%2B7/OpenJDK11U-jre_s390x_linux_hotspot_11.0.22_7.tar.gz'; ;; *) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; wget --progress=dot:giga -O /tmp/openjdk.tar.gz ${BINARY_URL}; echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -; mkdir -p "$JAVA_HOME"; tar --extract --file /tmp/openjdk.tar.gz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm -f /tmp/openjdk.tar.gz ${JAVA_HOME}/lib/src.zip; find "$JAVA_HOME/lib" -name '*.so' -exec dirname '{}' ';' | sort -u > /etc/ld.so.conf.d/docker-openjdk.conf; ldconfig; java -Xshare:dump;

2024-03-06 06:03:59 UTC

/bin/sh -c set -eux; echo "Verifying install ..."; echo "java --version"; java --version; echo "Complete."

2024-03-06 06:04:00 UTC

/bin/sh -c #(nop) COPY file:8b8864b3e02a33a579dc216fd51b28a6047bc8eeaa03045b258980fe0cf7fcb3 in /__cacert_entrypoint.sh

2024-03-06 06:04:00 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/__cacert_entrypoint.sh"]

2024-03-19 03:50:32 UTC (FROM docker.io/library/eclipse-temurin:11-jre-jammy)

/bin/sh -c set -ex; apt-get update; apt-get -y install gpg libsnappy1v5 gettext-base libjemalloc-dev; rm -rf /var/lib/apt/lists/*

2024-03-19 03:50:32 UTC (FROM c2b59f611f6a)

/bin/sh -c #(nop) ENV GOSU_VERSION 1.11

2024-03-19 03:50:36 UTC (FROM 315f445d978f)

/bin/sh -c set -ex; wget -nv -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)"; wget -nv -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc"; export GNUPGHOME="$(mktemp -d)"; for server in ha.pool.sks-keyservers.net $(shuf -e hkp://p80.pool.sks-keyservers.net:80 keyserver.ubuntu.com hkp://keyserver.ubuntu.com:80 pgp.mit.edu) ; do gpg --batch --keyserver "$server" --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && break || : ; done && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; gpgconf --kill all; rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; chmod +x /usr/local/bin/gosu; gosu nobody true

2024-03-19 04:20:55 UTC (FROM 404d451277c4)

/bin/sh -c #(nop) ENV FLINK_TGZ_URL=https://www.apache.org/dyn/closer.cgi?action=download&filename=flink/flink-1.17.2/flink-1.17.2-bin-scala_2.12.tgz FLINK_ASC_URL=https://downloads.apache.org/flink/flink-1.17.2/flink-1.17.2-bin-scala_2.12.tgz.asc GPG_KEY=2E0E1AB5D39D55E608071FB9F795C02A4D2482B3 CHECK_GPG=true

2024-03-19 04:20:55 UTC (FROM 3c21272e748c)

/bin/sh -c #(nop) ENV FLINK_HOME=/opt/flink

2024-03-19 04:20:55 UTC (FROM 09f0fa9cd404)

/bin/sh -c #(nop) ENV PATH=$FLINK_HOME/bin:$PATH

2024-03-19 04:20:56 UTC (FROM 795260c49386)

/bin/sh -c groupadd --system --gid=9999 flink && useradd --system --home-dir $FLINK_HOME --uid=9999 --gid=flink flink

2024-03-19 04:20:56 UTC (FROM 083d813f55c5)

/bin/sh -c #(nop) WORKDIR $FLINK_HOME

2024-03-19 04:21:40 UTC (FROM abf3df0c87e5)

/bin/sh -c set -ex; wget -nv -O flink.tgz "$FLINK_TGZ_URL"; if [ "$CHECK_GPG" = "true" ]; then wget -nv -O flink.tgz.asc "$FLINK_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for server in ha.pool.sks-keyservers.net $(shuf -e hkp://p80.pool.sks-keyservers.net:80 keyserver.ubuntu.com hkp://keyserver.ubuntu.com:80 pgp.mit.edu) ; do gpg --batch --keyserver "$server" --recv-keys "$GPG_KEY" && break || : ; done && gpg --batch --verify flink.tgz.asc flink.tgz; gpgconf --kill all; rm -rf "$GNUPGHOME" flink.tgz.asc; fi; tar -xf flink.tgz --strip-components=1; rm flink.tgz; chown -R flink:flink .; sed -i 's/rest.address: localhost/rest.address: 0.0.0.0/g' $FLINK_HOME/conf/flink-conf.yaml; sed -i 's/rest.bind-address: localhost/rest.bind-address: 0.0.0.0/g' $FLINK_HOME/conf/flink-conf.yaml; sed -i 's/jobmanager.bind-host: localhost/jobmanager.bind-host: 0.0.0.0/g' $FLINK_HOME/conf/flink-conf.yaml; sed -i 's/taskmanager.bind-host: localhost/taskmanager.bind-host: 0.0.0.0/g' $FLINK_HOME/conf/flink-conf.yaml; sed -i '/taskmanager.host: localhost/d' $FLINK_HOME/conf/flink-conf.yaml;

2024-03-19 04:21:51 UTC (FROM 9ab8acbc063e)

/bin/sh -c #(nop) COPY file:18ceea04d780292adeffc52fa3777edb3d58088a3fb6356b9204f24063a0e3f0 in /

2024-03-19 04:21:52 UTC (FROM 4c4bb0de93b0)

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2024-03-19 04:21:52 UTC (FROM 026af961863a)

/bin/sh -c #(nop) EXPOSE 6123 8081

2024-03-19 04:21:52 UTC (FROM c72faf85f80f)

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

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