2023-05-04 14:08:33 UTC
539 MB
true
FLINK_ASC_URLhttps://www.apache.org/dist/flink/flink-1.16.1/flink-1.16.1-bin-scala_2.12.tgz.asc
FLINK_HOME/opt/flink
FLINK_TGZ_URLhttps://www.apache.org/dyn/closer.cgi?action=download&filename=flink/flink-1.16.1/flink-1.16.1-bin-scala_2.12.tgz
GOSU_VERSION1.11
GPG_KEYA5F3BCE4CBE993573EC5966A65321B8382B219AF
JAVA_HOME/opt/java/openjdk
JAVA_VERSIONjdk8u372-b07
LANGen_US.UTF-8
LANGUAGEen_US:en
LC_ALLen_US.UTF-8
PATH/opt/flink/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:1bc677758ad7fa4503417ae5be18809c5a8679b5b36fcd1464d5a8e41cb13305 - 5.39% (29 MB)
[#001] sha256:458b02b5411a07f3b354cde2b461caffc1bb184a3413b5736a9e67ee87cb28b2 - 2.21% (11.9 MB)
[#002] sha256:002740899b98a643364beac90f166a1b05735156c68bf55a36111e3c23583efc - 7.4% (39.9 MB)
[#003] sha256:a6cf57c5637311061e94e97b70d019548a68278ad76f57ff72773f7591ea02c9 - 0.0% (162 Bytes)
[#004] sha256:f46089033e6ef9455a6583724a757f1e0b45eada42b9706ea2fd60fe9edd1f9f - 0.82% (4.44 MB)
[#005] sha256:477c384203b6942c062708d387dcfde0470923a5b593a8abbfcec88c1db2e39a - 0.16% (879 KB)
[#006] sha256:15e7cd0947c8f8d97bc87a41882b281a5ed9a98edf30688c10ecabc0899179e0 - 0.0% (4.5 KB)
[#007] sha256:3389715881df0a003dc9e00717fcf7056069b4cac3e06b427aa9eb55a5d9ed75 - 0.0% (148 Bytes)
[#008] sha256:9e0484651f1d2e9a8ed3467968ade3a795fc6921d0869b6159800260e58dad5a - 84.01% (453 MB)
[#009] sha256:a9925def0e4addc5ba6a0a485fd7216bb84c69b15d3fe27b9582ffb99026597e - 0.0% (2.06 KB)
/bin/sh -c #(nop) ARG RELEASE
2023-04-25 17:30:47 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-04-25 17:30:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-04-25 17:30:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-04-25 17:30:49 UTC/bin/sh -c #(nop) ADD file:2fc6364d149eccc7f94ead482a0dcf24b0e44cc0d00ac6a2c1797776153e9608 in /
2023-04-25 17:30:49 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-05-04 07:26:20 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk
2023-05-04 07:26:20 UTC/bin/sh -c #(nop) ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-05-04 07:26:20 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2023-05-04 07:26:43 UTC/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl wget ca-certificates fontconfig locales && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.UTF-8 && rm -rf /var/lib/apt/lists/*
2023-05-04 07:26:43 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u372-b07
2023-05-04 07:27:07 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='f8e440273c8feb3fcfaca88ba18fec291deae18a548adde8a37cd1db08107b95'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u372-b07/OpenJDK8U-jre_aarch64_linux_hotspot_8u372b07.tar.gz'; ;; armhf|arm) ESUM='e58e017012838ae4f0db78293e3246cc09958e6ea9a2393c5947ec003bf736dd'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u372-b07/OpenJDK8U-jre_arm_linux_hotspot_8u372b07.tar.gz'; apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libatomic1 && rm -rf /var/lib/apt/lists/* ;; ppc64el|powerpc:common64) ESUM='ba5f8141a16722e39576bf42b69d2b8ebf95fc2c05441e3200f609af4dd9f1ea'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u372-b07/OpenJDK8U-jre_ppc64le_linux_hotspot_8u372b07.tar.gz'; ;; amd64|i386:x86-64) ESUM='b6fdfe32085a884c11b31f66aa67ac62811df7112fb6fb08beea61376a86fbb4'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u372-b07/OpenJDK8U-jre_x64_linux_hotspot_8u372b07.tar.gz'; ;; *) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; wget -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}/src.zip; find "$JAVA_HOME/lib" -name '*.so' -exec dirname '{}' ';' | sort -u > /etc/ld.so.conf.d/docker-openjdk.conf; ldconfig;
2023-05-04 07:27:07 UTC/bin/sh -c echo Verifying install ... && echo java -version && java -version && echo Complete.
2023-05-04 14:03:00 UTC/bin/sh -c set -ex; apt-get update; apt-get -y install gpg libsnappy1v5 gettext-base libjemalloc-dev; rm -rf /var/lib/apt/lists/*
2023-05-04 14:03:00 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2023-05-04 14:03:21 UTC/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
2023-05-04 14:08:14 UTC/bin/sh -c #(nop) ENV FLINK_TGZ_URL=https://www.apache.org/dyn/closer.cgi?action=download&filename=flink/flink-1.16.1/flink-1.16.1-bin-scala_2.12.tgz FLINK_ASC_URL=https://www.apache.org/dist/flink/flink-1.16.1/flink-1.16.1-bin-scala_2.12.tgz.asc GPG_KEY=A5F3BCE4CBE993573EC5966A65321B8382B219AF CHECK_GPG=true
2023-05-04 14:08:14 UTC/bin/sh -c #(nop) ENV FLINK_HOME=/opt/flink
2023-05-04 14:08:14 UTC/bin/sh -c #(nop) ENV PATH=/opt/flink/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-05-04 14:08:14 UTC/bin/sh -c groupadd --system --gid=9999 flink && useradd --system --home-dir $FLINK_HOME --uid=9999 --gid=flink flink
2023-05-04 14:08:15 UTC/bin/sh -c #(nop) WORKDIR /opt/flink
2023-05-04 14:08:32 UTC/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;
2023-05-04 14:08:33 UTC/bin/sh -c #(nop) COPY file:ab8cf5711c2ee73018994cee7133a7f61b2e5fca388abbb79b5eac61bf7f4fa3 in /
2023-05-04 14:08:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2023-05-04 14:08:33 UTC/bin/sh -c #(nop) EXPOSE 6123 8081
2023-05-04 14:08:33 UTC/bin/sh -c #(nop) CMD ["help"]
2023-05-04 10:29:40 UTC
536 MB
true
FLINK_ASC_URLhttps://www.apache.org/dist/flink/flink-1.16.1/flink-1.16.1-bin-scala_2.12.tgz.asc
FLINK_HOME/opt/flink
FLINK_TGZ_URLhttps://www.apache.org/dyn/closer.cgi?action=download&filename=flink/flink-1.16.1/flink-1.16.1-bin-scala_2.12.tgz
GOSU_VERSION1.11
GPG_KEYA5F3BCE4CBE993573EC5966A65321B8382B219AF
JAVA_HOME/opt/java/openjdk
JAVA_VERSIONjdk8u372-b07
LANGen_US.UTF-8
LANGUAGEen_US:en
LC_ALLen_US.UTF-8
PATH/opt/flink/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:f3f60f415e9a03eed88bd5dd5268c841cde08dacf16911a3ef1e4e0fcdd76568 - 5.05% (27.1 MB)
[#001] sha256:89fb3595122d1cb6fffe722e2624c3c89b00776b393256a5444af56ceda691cf - 2.22% (11.9 MB)
[#002] sha256:b3da1604e5b13884c88c6233d9bd9450ed2e8347a4b89ffb8d9fcef139b85298 - 7.27% (38.9 MB)
[#003] sha256:41e98c0ace3f05ab80fb8bb3db435985c26ea327a5735711ff7172f931571c59 - 0.0% (161 Bytes)
[#004] sha256:df527edb684505b8bde168d32f111c25efd5dec01fe600be05c73051a07b55ac - 0.8% (4.29 MB)
[#005] sha256:c95ea22078c257c593aa7bca91276d08686b627431e3566f6bdf82211d2927a5 - 0.15% (816 KB)
[#006] sha256:d9eda09b8c071b9fd4fbb2a052b8dd30f6580a227a8eea6409f454b94a87f0bf - 0.0% (4.54 KB)
[#007] sha256:7a9a1207232aa85f372c59db9d550ffd928ff60bae9cb0d5a57a177672cab2b8 - 0.0% (148 Bytes)
[#008] sha256:a1d30fac41ab048b5203c9883deac61ea73985aec6e89416dc44e78ff32f76b1 - 84.51% (453 MB)
[#009] sha256:8e2416cc0a826739753c6eb03ae9c079eae1bf176fc7614688ca95034abc892a - 0.0% (2.06 KB)
/bin/sh -c #(nop) ARG RELEASE
2023-04-25 17:31:58 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-04-25 17:31:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-04-25 17:31:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-04-25 17:32:02 UTC/bin/sh -c #(nop) ADD file:aee0d7770ef2f24dc9697e86d391529d001a4013b6e30a3ac90a57932814a57e in /
2023-04-25 17:32:02 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-05-04 03:25:09 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk
2023-05-04 03:25:09 UTC/bin/sh -c #(nop) ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-05-04 03:25:09 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2023-05-04 03:25:23 UTC/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl wget ca-certificates fontconfig locales && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.UTF-8 && rm -rf /var/lib/apt/lists/*
2023-05-04 03:25:24 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u372-b07
2023-05-04 03:25:41 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='f8e440273c8feb3fcfaca88ba18fec291deae18a548adde8a37cd1db08107b95'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u372-b07/OpenJDK8U-jre_aarch64_linux_hotspot_8u372b07.tar.gz'; ;; armhf|arm) ESUM='e58e017012838ae4f0db78293e3246cc09958e6ea9a2393c5947ec003bf736dd'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u372-b07/OpenJDK8U-jre_arm_linux_hotspot_8u372b07.tar.gz'; apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libatomic1 && rm -rf /var/lib/apt/lists/* ;; ppc64el|powerpc:common64) ESUM='ba5f8141a16722e39576bf42b69d2b8ebf95fc2c05441e3200f609af4dd9f1ea'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u372-b07/OpenJDK8U-jre_ppc64le_linux_hotspot_8u372b07.tar.gz'; ;; amd64|i386:x86-64) ESUM='b6fdfe32085a884c11b31f66aa67ac62811df7112fb6fb08beea61376a86fbb4'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u372-b07/OpenJDK8U-jre_x64_linux_hotspot_8u372b07.tar.gz'; ;; *) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; wget -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}/src.zip; find "$JAVA_HOME/lib" -name '*.so' -exec dirname '{}' ';' | sort -u > /etc/ld.so.conf.d/docker-openjdk.conf; ldconfig;
2023-05-04 03:25:42 UTC/bin/sh -c echo Verifying install ... && echo java -version && java -version && echo Complete.
2023-05-04 10:25:12 UTC/bin/sh -c set -ex; apt-get update; apt-get -y install gpg libsnappy1v5 gettext-base libjemalloc-dev; rm -rf /var/lib/apt/lists/*
2023-05-04 10:25:12 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.11
2023-05-04 10:25:35 UTC/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
2023-05-04 10:27:23 UTC/bin/sh -c #(nop) ENV FLINK_TGZ_URL=https://www.apache.org/dyn/closer.cgi?action=download&filename=flink/flink-1.16.1/flink-1.16.1-bin-scala_2.12.tgz FLINK_ASC_URL=https://www.apache.org/dist/flink/flink-1.16.1/flink-1.16.1-bin-scala_2.12.tgz.asc GPG_KEY=A5F3BCE4CBE993573EC5966A65321B8382B219AF CHECK_GPG=true
2023-05-04 10:27:23 UTC/bin/sh -c #(nop) ENV FLINK_HOME=/opt/flink
2023-05-04 10:27:23 UTC/bin/sh -c #(nop) ENV PATH=/opt/flink/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-05-04 10:27:24 UTC/bin/sh -c groupadd --system --gid=9999 flink && useradd --system --home-dir $FLINK_HOME --uid=9999 --gid=flink flink
2023-05-04 10:27:24 UTC/bin/sh -c #(nop) WORKDIR /opt/flink
2023-05-04 10:29:36 UTC/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;
2023-05-04 10:29:39 UTC/bin/sh -c #(nop) COPY file:ab8cf5711c2ee73018994cee7133a7f61b2e5fca388abbb79b5eac61bf7f4fa3 in /
2023-05-04 10:29:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2023-05-04 10:29:40 UTC/bin/sh -c #(nop) EXPOSE 6123 8081
2023-05-04 10:29:40 UTC/bin/sh -c #(nop) CMD ["help"]
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.