2.6.3-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2020-09-29 21:37:53 +00:00
parent a8c0d7d631
commit b9a84c1f36
3 changed files with 8 additions and 8 deletions

View File

@@ -13,10 +13,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
echo "6c85e8df954fca444f2471195524db015ec24a67e42f43579401f2adb5189cb8 /tmp/bitnami/pkg/cache/java-1.8.265-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/java-1.8.265-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/java-1.8.265-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/spring-cloud-dataflow-shell-2.6.2-0-linux-amd64-debian-10.tar.gz && \
echo "b18c582e16a647e8c0a6d3f4f9dd6f8b8888f43b195ddc39f2d5a241a8e5c3c1 /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.6.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.6.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.6.2-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/spring-cloud-dataflow-shell-2.6.3-0-linux-amd64-debian-10.tar.gz && \
echo "06c6e11c3452a7d6e8ed96f5c0af4930fbb1b6bb30c3b8d1fd876de217e0fc64 /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.6.3-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.6.3-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/spring-cloud-dataflow-shell-2.6.3-0-linux-amd64-debian-10.tar.gz
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -29,7 +29,7 @@ RUN touch /opt/bitnami/spring-cloud-dataflow-shell/spring-cloud-dataflow-shell.l
COPY rootfs /
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV BITNAMI_APP_NAME="spring-cloud-dataflow-shell" \
BITNAMI_IMAGE_VERSION="2.6.2-debian-10-r13" \
BITNAMI_IMAGE_VERSION="2.6.3-debian-10-r0" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
PATH="/opt/bitnami/java/bin:$PATH"

View File

@@ -8,9 +8,9 @@
},
"spring-cloud-dataflow-shell": {
"arch": "amd64",
"digest": "b18c582e16a647e8c0a6d3f4f9dd6f8b8888f43b195ddc39f2d5a241a8e5c3c1",
"digest": "06c6e11c3452a7d6e8ed96f5c0af4930fbb1b6bb30c3b8d1fd876de217e0fc64",
"distro": "debian-10",
"type": "NAMI",
"version": "2.6.2-0"
"version": "2.6.3-0"
}
}