2.7.2-debian-10-r0 release
This commit is contained in:
parent
32d13604ba
commit
8a30f54e3a
|
|
@ -10,14 +10,14 @@ 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.292-0" --checksum 700e2d8391934048faefb45b4c3a2af74bc7b85d4c4e0e9a24164d7256456ca2
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spring-cloud-dataflow-composed-task-runner" "2.7.1-0" --checksum f75eca5e6c8baa921542bfc0b2d1e826bdebb2667d24e794bd18039f6d7e762e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spring-cloud-dataflow-composed-task-runner" "2.7.2-0" --checksum 55f50c1e70bcf3f9769b0f566a62c2b74c3cd93d08e8cf06aeae943f5c72ab7c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
RUN mkdir /.m2 && chmod -R g+rwX /.m2
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="spring-cloud-dataflow-composed-task-runner" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.1-debian-10-r98" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.2-debian-10-r0" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"spring-cloud-dataflow-composed-task-runner": {
|
||||
"arch": "amd64",
|
||||
"digest": "f75eca5e6c8baa921542bfc0b2d1e826bdebb2667d24e794bd18039f6d7e762e",
|
||||
"digest": "55f50c1e70bcf3f9769b0f566a62c2b74c3cd93d08e8cf06aeae943f5c72ab7c",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.1-0"
|
||||
"version": "2.7.2-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -28,7 +28,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.7.1`, `2.7.1-debian-10-r98`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow-composed-task-runner/blob/2.7.1-debian-10-r98/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.7.2`, `2.7.2-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow-composed-task-runner/blob/2.7.2-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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue