mirror of
https://github.com/bitnami/containers.git
synced 2026-03-18 15:27:52 +08:00
[bitnami/spring-cloud-dataflow-composed-task-runner] Release 2.9.4-debian-11-r25 (#2537)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -10,9 +10,9 @@ COPY prebuildfs /
|
|||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages acl ca-certificates curl gzip libc6 libgcc-s1 procps tar
|
RUN install_packages acl ca-certificates curl gzip libc6 libgcc-s1 procps tar
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.345-0" --checksum c252c0b479c9a882cb4e447b3610beedaf11f152d04bf16a5a36c24c98378098
|
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.345-1" --checksum 4d90bf2066c8d6605ac771e9b97c1188f4491d458fcb56956eeead6a18f70ac4
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spring-cloud-dataflow-composed-task-runner" "2.9.4-152" --checksum a53d13a1f26425c8464fc5d935b942e928912e59c0a17a5ca3be6535f8815fce
|
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spring-cloud-dataflow-composed-task-runner" "2.9.4-153" --checksum cf885078f557bc93c50d56b54dabc6fcf4f7c790dababa0c48f6d3e5effcb1cc
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
|
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
|
|||||||
@@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
"gosu": {
|
"gosu": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0",
|
"digest": "d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "1.14.0-152"
|
"version": "1.14.0-153"
|
||||||
},
|
},
|
||||||
"java": {
|
"java": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "c252c0b479c9a882cb4e447b3610beedaf11f152d04bf16a5a36c24c98378098",
|
"digest": "4d90bf2066c8d6605ac771e9b97c1188f4491d458fcb56956eeead6a18f70ac4",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "1.8.345-0"
|
"version": "1.8.345-1"
|
||||||
},
|
},
|
||||||
"spring-cloud-dataflow-composed-task-runner": {
|
"spring-cloud-dataflow-composed-task-runner": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "a53d13a1f26425c8464fc5d935b942e928912e59c0a17a5ca3be6535f8815fce",
|
"digest": "cf885078f557bc93c50d56b54dabc6fcf4f7c790dababa0c48f6d3e5effcb1cc",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "2.9.4-152"
|
"version": "2.9.4-153"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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/).
|
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-11`, `2.9.4`, `2.9.4-debian-11-r24`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/spring-cloud-dataflow-composed-task-runner/2/debian-11/Dockerfile)
|
* [`2`, `2-debian-11`, `2.9.4`, `2.9.4-debian-11-r25`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/spring-cloud-dataflow-composed-task-runner/2/debian-11/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user