2.8.1-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-06-26 14:59:48 +00:00
parent c334033679
commit 9e88333b5c
3 changed files with 5 additions and 5 deletions

View File

@@ -11,14 +11,14 @@ COPY prebuildfs /
RUN install_packages acl ca-certificates curl gzip libc6 libgcc1 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.292-0" --checksum 700e2d8391934048faefb45b4c3a2af74bc7b85d4c4e0e9a24164d7256456ca2
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "3.4.1-0" --checksum c88c76a7b5214407821771e5fc340f0320d5ded19eada938629603a982b8b640
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spring-cloud-dataflow" "2.8.0-0" --checksum b34cf67f9e49d2c581641a241ec8da6aac7be47db9431ad81c9d6dbe5a9aa6b0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spring-cloud-dataflow" "2.8.1-0" --checksum 57cc52c86f1954f8d04ac413f386020d942c3ed326e8a553eff16f6b2b8fdde5
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.13.0-0" --checksum fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129
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.8.0-debian-10-r3" \
BITNAMI_IMAGE_VERSION="2.8.1-debian-10-r0" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
USER 1001

View File

@@ -15,10 +15,10 @@
},
"spring-cloud-dataflow": {
"arch": "amd64",
"digest": "b34cf67f9e49d2c581641a241ec8da6aac7be47db9431ad81c9d6dbe5a9aa6b0",
"digest": "57cc52c86f1954f8d04ac413f386020d942c3ed326e8a553eff16f6b2b8fdde5",
"distro": "debian-10",
"type": "NAMI",
"version": "2.8.0-0"
"version": "2.8.1-0"
},
"yq": {
"arch": "amd64",

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.8.0`, `2.8.0-debian-10-r3`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow/blob/2.8.0-debian-10-r3/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.8.1`, `2.8.1-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow/blob/2.8.1-debian-10-r0/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).