Namespace
apache
Image / Tag
flink:1.19.0-scala_2.12-java11
Content Digest
sha256:b0f744b331ac8a2ea1d49ddc3c532f7154ec7149d13f0b60ea4e0d986ff074f7
Details
Created

2024-03-19 05:02:58 UTC

Size

561 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.19.0/flink-1.19.0-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.19.0/flink-1.19.0-bin-scala_2.12.tgz

GOSU_VERSION

1.11

GPG_KEY

028B6605F51BC296B56A5042E57D30ABEE75CA06

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.18% (29 MB)

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

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

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

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

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

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

[#007] sha256:95b772dbedd3247b61a56c54e3fe447f7fa79e29efa863eb52e7974ae90850af - 0.0% (6.22 KB)

[#008] sha256:97ec6360f70c4f101e238c12f55b4de9d594154983f35cbc037e95bf540adcba - 83.66% (469 MB)

[#009] sha256:0e0348b2b1d55cb0141c39e881df78ca2125bb66fd6a3e1a3487e4ef5ab1e965 - 0.0% (2.24 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 05:01:09 UTC (FROM 404d451277c4)

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

2024-03-19 05:01:09 UTC (FROM d26509090a39)

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

2024-03-19 05:01:09 UTC (FROM 9aed8d32bd4a)

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

2024-03-19 05:01:09 UTC (FROM a482fff5e4b5)

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

2024-03-19 05:01:09 UTC (FROM d7262ce90c4d)

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

2024-03-19 05:02:46 UTC (FROM 7d151d8ea9e7)

/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 .; CONF_FILE="$FLINK_HOME/conf/flink-conf.yaml"; if [ ! -e "$FLINK_HOME/conf/flink-conf.yaml" ]; then CONF_FILE="${FLINK_HOME}/conf/config.yaml"; /bin/bash "$FLINK_HOME/bin/config-parser-utils.sh" "${FLINK_HOME}/conf" "${FLINK_HOME}/bin" "${FLINK_HOME}/lib" "-repKV" "rest.address,localhost,0.0.0.0" "-repKV" "rest.bind-address,localhost,0.0.0.0" "-repKV" "jobmanager.bind-host,localhost,0.0.0.0" "-repKV" "taskmanager.bind-host,localhost,0.0.0.0" "-rmKV" "taskmanager.host=localhost"; else sed -i 's/rest.address: localhost/rest.address: 0.0.0.0/g' "$CONF_FILE"; sed -i 's/rest.bind-address: localhost/rest.bind-address: 0.0.0.0/g' "$CONF_FILE"; sed -i 's/jobmanager.bind-host: localhost/jobmanager.bind-host: 0.0.0.0/g' "$CONF_FILE"; sed -i 's/taskmanager.bind-host: localhost/taskmanager.bind-host: 0.0.0.0/g' "$CONF_FILE"; sed -i '/taskmanager.host: localhost/d' "$CONF_FILE"; fi;

2024-03-19 05:02:58 UTC (FROM 48b33eae68e6)

/bin/sh -c #(nop) COPY file:6500c7187de6b6fe7259b7a9aaf75d7e2d78fe8e5ce5ade8626a4eb756d2ea48 in /

2024-03-19 05:02:58 UTC (FROM 1f643a2ae309)

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

2024-03-19 05:02:58 UTC (FROM 568dea98393e)

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

2024-03-19 05:02:58 UTC (FROM 73afb88a8b37)

/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