diff --git a/bitnami/flink/2/debian-12/Dockerfile b/bitnami/flink/2/debian-12/Dockerfile index 2ad43fc55e64..8ef770f533fc 100644 --- a/bitnami/flink/2/debian-12/Dockerfile +++ b/bitnami/flink/2/debian-12/Dockerfile @@ -8,7 +8,7 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-03-12T10:16:22Z" \ + org.opencontainers.image.created="2026-04-08T19:00:38Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/flink/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/flink" \ @@ -52,7 +52,7 @@ RUN /opt/bitnami/scripts/java/postunpack.sh ENV APP_VERSION="2.2.0" \ BITNAMI_APP_NAME="flink" \ FLINK_HOME="/opt/bitnami/flink" \ - IMAGE_REVISION="6" \ + IMAGE_REVISION="7" \ JAVA_HOME="/opt/bitnami/java" \ PATH="/opt/bitnami/java/bin:/opt/bitnami/flink/bin:$PATH" diff --git a/bitnami/flink/README.md b/bitnami/flink/README.md index c6b67960995d..a037382aa9e5 100644 --- a/bitnami/flink/README.md +++ b/bitnami/flink/README.md @@ -37,25 +37,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t ## Get this image -The recommended way to get the Bitnami `flink` Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/flink). - -```console -docker pull bitnami/flink:latest -``` - -To use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/bitnami/flink/tags/) in the Docker Hub Registry. - -```console -docker pull bitnami/flink:[TAG] -``` - -If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values. - -```console -git clone https://github.com/bitnami/containers.git -cd bitnami/APP/VERSION/OPERATING-SYSTEM -docker build -t bitnami/APP:latest . -``` +The Bitnami Apache Flink Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers. ## Using `docker-compose.yaml` @@ -123,6 +105,7 @@ Check the [official Apache Flink documentation](https://flink.apache.org//docs) The Bitnami Apache Flink Docker image from the [Bitnami Secure Images](https://go-vmware.broadcom.com/contact-us) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables: - `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`. +- `JAVA_TOOL_OPTIONS`: controls Java FIPS mode. Use `-Djava.security.properties==/opt/bitnami/java/conf/security/java.security.restricted` (restricted), `-Djava.security.properties==/opt/bitnami/java/conf/security/java.security.relaxed` (relaxed), or `-Djava.security.properties==/opt/bitnami/java/conf/security/java.security.original` (off). ## License