mirror of
https://github.com/bitnami/containers.git
synced 2026-03-04 06:47:25 +08:00
2.6.3-debian-10-r22 release
This commit is contained in:
@@ -9,7 +9,7 @@ ENV HOME="/" \
|
||||
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.265-0" --checksum 6c85e8df954fca444f2471195524db015ec24a67e42f43579401f2adb5189cb8
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.272-0" --checksum dcc7827b788cffa756972493c0275ec48a0d9b07ea0dd7c320d1d4ba30a8803c
|
||||
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.3-0" --checksum b8c5a8978a610c206e77d01d093f66cfe930b3ce1d2f49f391286dc48181c9f3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
@@ -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.3-debian-10-r21" \
|
||||
BITNAMI_IMAGE_VERSION="2.6.3-debian-10-r22" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "6c85e8df954fca444f2471195524db015ec24a67e42f43579401f2adb5189cb8",
|
||||
"digest": "dcc7827b788cffa756972493c0275ec48a0d9b07ea0dd7c320d1d4ba30a8803c",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.8.265-0"
|
||||
"version": "1.8.272-0"
|
||||
},
|
||||
"spring-cloud-dataflow": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -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.3`, `2.6.3-debian-10-r21`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow/blob/2.6.3-debian-10-r21/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.6.3`, `2.6.3-debian-10-r22`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow/blob/2.6.3-debian-10-r22/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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user