2.9.3-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-03-25 16:03:06 +00:00
parent ec4a246b69
commit 3cd2ff544c
5 changed files with 7 additions and 10 deletions

View File

@ -12,7 +12,7 @@ COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libgcc1 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.322-8" --checksum d5670d09ac0e679ae28306e417e77e91b44051908ca3a82259efcd70764b996f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spring-cloud-dataflow-composed-task-runner" "2.9.2-7" --checksum 4a8ba0527a857b7714250c60929ff65b91c46f3500af801b269255f043a31b96
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spring-cloud-dataflow-composed-task-runner" "2.9.3-0" --checksum 142111b4902da41d1adf739483c82bd00fc6179ec98308c70e7edb6e1ca9cdfe
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@ -21,9 +21,9 @@ RUN mkdir /.m2 && chmod -R g+rwX /.m2
COPY rootfs /
RUN /opt/bitnami/scripts/java/postunpack.sh
ENV APP_VERSION="2.9.2" \
ENV APP_VERSION="2.9.3" \
BITNAMI_APP_NAME="spring-cloud-dataflow-composed-task-runner" \
BITNAMI_IMAGE_VERSION="2.9.2-debian-10-r63" \
BITNAMI_IMAGE_VERSION="2.9.3-debian-10-r0" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"

View File

@ -15,9 +15,9 @@
},
"spring-cloud-dataflow-composed-task-runner": {
"arch": "amd64",
"digest": "4a8ba0527a857b7714250c60929ff65b91c46f3500af801b269255f043a31b96",
"digest": "142111b4902da41d1adf739483c82bd00fc6179ec98308c70e7edb6e1ca9cdfe",
"distro": "debian-10",
"type": "NAMI",
"version": "2.9.2-7"
"version": "2.9.3-0"
}
}

View File

@ -392,10 +392,6 @@ web_server_update_app_configuration() {
--hosts \
| --server-name \
| --server-aliases \
| --enable-http \
| --enable-https \
| --disable-http \
| --disable-https \
| --http-port \
| --https-port \
)

View File

@ -9,6 +9,7 @@
# 4. Environment variables set externally (i.e. current Bash context/Dockerfile/userdata)
# Load logging library
# shellcheck disable=SC1091
. /opt/bitnami/scripts/liblog.sh
export BITNAMI_ROOT_DIR="/opt/bitnami"

View File

@ -31,7 +31,7 @@ $ docker run --name spring-cloud-dataflow-composed-task-runner bitnami/spring-cl
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.9.2`, `2.9.2-debian-10-r63`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow-composed-task-runner/blob/2.9.2-debian-10-r63/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.9.3`, `2.9.3-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow-composed-task-runner/blob/2.9.3-debian-10-r0/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/spring-cloud-dataflow-composed-task-runner GitHub repo](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow-composed-task-runner).