2.7.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2020-12-04 10:15:18 +00:00
parent 7a36398ec8
commit f043a12c9c
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ 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.275-0" --checksum 81e35af4a12129edc3d2fdd6fd7c4fab2dbdd5fba74eab6fe4576381867a55ab
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.6.4-0" --checksum af4df25fffac90c188b2589d37c4c810037d0360ac4d286c7ae510fbdac518cb
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spring-cloud-dataflow" "2.7.0-0" --checksum 1a53d710ddbf52002e55240389843e206f85bfc97ec51b5b9659ff80c5bde6d8
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -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.6.4-debian-10-r3" \
BITNAMI_IMAGE_VERSION="2.7.0-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": "af4df25fffac90c188b2589d37c4c810037d0360ac4d286c7ae510fbdac518cb",
"digest": "1a53d710ddbf52002e55240389843e206f85bfc97ec51b5b9659ff80c5bde6d8",
"distro": "debian-10",
"type": "NAMI",
"version": "2.6.4-0"
"version": "2.7.0-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.6.4`, `2.6.4-debian-10-r3`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow/blob/2.6.4-debian-10-r3/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.7.0`, `2.7.0-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow/blob/2.7.0-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).