mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 15:57:21 +08:00
2.6.3-debian-10-r0 release
This commit is contained in:
@@ -10,8 +10,8 @@ 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 "spring-cloud-dataflow-composed-task-runner" "2.6.2-0" --checksum 7da971e2218ad8d05420dd8bbc3ab7a192f49bb1adf03d2ba7bca60eec5202dc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-1" --checksum 51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "spring-cloud-dataflow-composed-task-runner" "2.6.3-0" --checksum 0bc44df1c7eec646de180d93ef0b45975c71f8f1b4f92422b04865abb70ee4f0
|
||||
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
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
@@ -19,7 +19,7 @@ RUN mkdir /.m2 && chmod -R g+rwX /.m2
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="spring-cloud-dataflow-composed-task-runner" \
|
||||
BITNAMI_IMAGE_VERSION="2.6.2-debian-10-r13" \
|
||||
BITNAMI_IMAGE_VERSION="2.6.3-debian-10-r0" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c",
|
||||
"digest": "4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.12.0-1"
|
||||
"version": "1.12.0-2"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"spring-cloud-dataflow-composed-task-runner": {
|
||||
"arch": "amd64",
|
||||
"digest": "7da971e2218ad8d05420dd8bbc3ab7a192f49bb1adf03d2ba7bca60eec5202dc",
|
||||
"digest": "0bc44df1c7eec646de180d93ef0b45975c71f8f1b4f92422b04865abb70ee4f0",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.2-0"
|
||||
"version": "2.6.3-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.6.2`, `2.6.2-debian-10-r13`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow-composed-task-runner/blob/2.6.2-debian-10-r13/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.6.3`, `2.6.3-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow-composed-task-runner/blob/2.6.3-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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user