1.18.1
sha256:d4b623f8169d76c5eb426714ab551b1db845649eb9ba6ba80d459c611c675f32
OS/ARCH
Compressed size
1.18 GB
Last pushed
23 days by localstackci
Type
Image
Manifest digest
sha256:9446ba85c396082c4fb59ee500e16e58392085f1140cdda3aea33fbdb414604b
Image Layers
1
ARG RELEASE
0 B
2
ARG LAUNCHPAD_BUILD_ARCH
0 B
3
LABEL org.opencontainers.image.ref.name=ubuntu
0 B
4
LABEL org.opencontainers.image.version=22.04
0 B
5
ADD file ... in /
28.17 MB
6
CMD ["/bin/bash"]
0 B
7
ENV JAVA_HOME=/opt/java/openjdk
0 B
8
ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
9
ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
0 B
10
RUN /bin/sh -c set -eux;
15.39 MB
11
ENV JAVA_VERSION=jdk-11.0.26+4
0 B
12
RUN /bin/sh -c set -eux;
45.03 MB
13
RUN /bin/sh -c set -eux;
158 B
14
COPY --chmod=755 entrypoint.sh /__cacert_entrypoint.sh #
2.23 KB
15
ENTRYPOINT ["/__cacert_entrypoint.sh"]
0 B
16
RUN /bin/sh -c set -ex;
1.12 MB
17
ENV GOSU_VERSION=1.11
0 B
18
RUN /bin/sh -c set -ex;
879.39 KB
19
ENV FLINK_TGZ_URL=https://dlcdn.apache.org/flink/flink-1.18.1/flink-1.18.1-bin-scala_2.12.tgz FLINK_ASC_URL=https://downloads.apache.org/flink/flink-1.18.1/flink-1.18.1-bin-scala_2.12.tgz.asc GPG_KEY=96AE0E32CBE6E0753CE6DF6CB078D1D3253A8D82 CHECK_GPG=true
0 B
20
ENV FLINK_HOME=/opt/flink
0 B
21
ENV PATH=/opt/flink/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
22
RUN /bin/sh -c groupadd --system
4.48 KB
23
WORKDIR /opt/flink
115 B
24
RUN /bin/sh -c set -ex;
459.09 MB
25
COPY docker-entrypoint.sh / # buildkit
2.06 KB
26
ENTRYPOINT ["/docker-entrypoint.sh"]
0 B
27
EXPOSE map[6123/tcp:{} 8081/tcp:{}]
0 B
28
CMD ["help"]
0 B
29
ARG FLINK=1.18.1
0 B
30
USER root
0 B
31
RUN |1 FLINK=1.18.1 /bin/sh -c
176 B
32
RUN |1 FLINK=1.18.1 /bin/sh -c
26.71 MB
33
COPY supervisord.conf /etc/supervisord.conf # buildkit
441 B
34
COPY log4j-cli.properties /opt/flink/conf/log4j-cli.properties # buildkit
719 B
35
COPY log4j-console.properties /opt/flink/conf/log4j-console.properties # buildkit
811 B
36
COPY pom.xml /tmp/pom.xml # buildkit
839 B
37
RUN |1 FLINK=1.18.1 /bin/sh -c
629.35 MB
38
ENTRYPOINT ["/usr/bin/supervisord" "-c" "/etc/supervisord.conf"]
0 B
Command
ARG RELEASE