2.7.0-debian-10-r24 release

This commit is contained in:
Bitnami Bot
2021-01-14 04:47:09 +00:00
parent f00a5747c5
commit 5367b23bd0
4 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/spring-cloud-dataflow/postunpack.sh
ENV BITNAMI_APP_NAME="spring-cloud-dataflow" \
BITNAMI_IMAGE_VERSION="2.7.0-debian-10-r23" \
BITNAMI_IMAGE_VERSION="2.7.0-debian-10-r24" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
USER 1001

View File

@@ -15,7 +15,7 @@ set -o pipefail
# Load Spring Cloud Data Flow environment variables
. /opt/bitnami/scripts/spring-cloud-dataflow-env.sh
for dir in "${SPRING_CLOUD_DATAFLOW_VOLUME_DIR}" "${SPRING_CLOUD_DATAFLOW_CONF_DIR}" "${SPRING_CLOUD_DATAFLOW_M2_DIR}"; do
for dir in "$SPRING_CLOUD_DATAFLOW_VOLUME_DIR" "$SPRING_CLOUD_DATAFLOW_CONF_DIR" "$SPRING_CLOUD_DATAFLOW_M2_DIR"; do
ensure_dir_exists "$dir"
chmod -R g+rwX "$dir"
done

View File

@@ -22,7 +22,7 @@ __run_cmd="java"
__run_flags=($JAVA_OPTS "-jar" "-Duser.home=${HOME}" "${SPRING_CLOUD_DATAFLOW_BASE_DIR}/spring-cloud-dataflow.jar" "--spring.config.additional-location=${SPRING_CLOUD_DATAFLOW_CONF_FILE}" "$@")
if am_i_root; then
exec gosu "$SPRING_CLOUD_DATAFLOW_DAEMON_USER" "${__run_cmd}" "${__run_flags[@]}"
exec gosu "$SPRING_CLOUD_DATAFLOW_DAEMON_USER" "$__run_cmd" "${__run_flags[@]}"
else
exec "${__run_cmd}" "${__run_flags[@]}"
exec "$__run_cmd" "${__run_flags[@]}"
fi

View File

@@ -39,7 +39,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`2`, `2-debian-10`, `2.7.0`, `2.7.0-debian-10-r23`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow/blob/2.7.0-debian-10-r23/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.7.0`, `2.7.0-debian-10-r24`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow/blob/2.7.0-debian-10-r24/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/spring-cloud-dataflow GitHub repo](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow).