mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 14:57:54 +08:00
2.8.0-debian-10-r2 release
This commit is contained in:
@@ -18,7 +18,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.8.0-debian-10-r1" \
|
||||
BITNAMI_IMAGE_VERSION="2.8.0-debian-10-r2" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -17,7 +17,7 @@ set -o pipefail
|
||||
|
||||
print_welcome_page
|
||||
|
||||
if [[ "$*" = *"/opt/bitnami/scripts/spring-cloud-dataflow/run.sh"* || "$*" = "/run.sh" ]]; then
|
||||
if [[ "$*" = *"/opt/bitnami/scripts/spring-cloud-dataflow/run.sh"* || "$*" = *"/run.sh"* ]]; then
|
||||
info "** Starting Spring Cloud Data Flow setup **"
|
||||
/opt/bitnami/scripts/spring-cloud-dataflow/setup.sh
|
||||
info "** Spring Cloud Data Flow setup finished! **"
|
||||
|
||||
Reference in New Issue
Block a user