This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11
2- DATAFLOW_VERSION = 2.8.1 -SNAPSHOT
3- SKIPPER_VERSION = 2.7.1 -SNAPSHOT
2+ DATAFLOW_VERSION = 2.8.2 -SNAPSHOT
3+ SKIPPER_VERSION = 2.7.2 -SNAPSHOT
44COMPOSE_PROJECT_NAME = scdf
55COMPOSE_HTTP_TIMEOUT = 300
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ services:
3434 - SPRING_CLOUD_DATAFLOW_TASK_PLATFORM_LOCAL_ACCOUNTS_DEFAULT_DOCKER_NETWORK=${COMPOSE_PROJECT_NAME:?COMPOSE_PROJECT_NAME must be set when DooD is enabled}_default
3535 - SPRING_CLOUD_DATAFLOW_TASK_PLATFORM_LOCAL_ACCOUNTS_DEFAULT_DOCKER_DELETE_CONTAINER_ON_EXIT=${DOCKER_DELETE_CONTAINER_ON_EXIT:-true}
3636 # Override the CTR form maven to docker
37- # - SPRING_CLOUD_DATAFLOW_TASK_COMPOSED_TASK_RUNNER_URI=docker://springcloud/spring-cloud-dataflow-composed-task-runner:${DATAFLOW_VERSION:-2.8.1 -SNAPSHOT}
38- - SPRING_CLOUD_DATAFLOW_TASK_COMPOSEDTASKRUNNER_URI=docker://springcloud/spring-cloud-dataflow-composed-task-runner:${DATAFLOW_VERSION:-2.8.1 -SNAPSHOT}
37+ # - SPRING_CLOUD_DATAFLOW_TASK_COMPOSED_TASK_RUNNER_URI=docker://springcloud/spring-cloud-dataflow-composed-task-runner:${DATAFLOW_VERSION:-2.8.2 -SNAPSHOT}
38+ - SPRING_CLOUD_DATAFLOW_TASK_COMPOSEDTASKRUNNER_URI=docker://springcloud/spring-cloud-dataflow-composed-task-runner:${DATAFLOW_VERSION:-2.8.2 -SNAPSHOT}
3939 - SPRING_CLOUD_DATAFLOW_SERVER_URI=${DATAFLOW_URI:-http://dataflow-server:9393}
4040 - LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_CLOUD_DEPLOYER_SPI_LOCAL=DEBUG
4141 entrypoint : >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ services:
2525 - ' 8086:8086'
2626
2727 grafana :
28- image : springcloud/spring-cloud-dataflow-grafana-influxdb:${DATAFLOW_VERSION:-2.8.1 -SNAPSHOT}
28+ image : springcloud/spring-cloud-dataflow-grafana-influxdb:${DATAFLOW_VERSION:-2.8.2 -SNAPSHOT}
2929 container_name : grafana
3030 ports :
3131 - ' 3000:3000'
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ services:
3838 - micrometer.prometheus-proxy.tcp-port=7001
3939
4040 grafana :
41- image : springcloud/spring-cloud-dataflow-grafana-prometheus:${DATAFLOW_VERSION:-2.8.1 -SNAPSHOT}
41+ image : springcloud/spring-cloud-dataflow-grafana-prometheus:${DATAFLOW_VERSION:-2.8.2 -SNAPSHOT}
4242 container_name : grafana
4343 ports :
4444 - ' 3000:3000'
4545
4646 prometheus :
47- image : springcloud/spring-cloud-dataflow-prometheus-local:${DATAFLOW_VERSION:-2.8.1 -SNAPSHOT}
47+ image : springcloud/spring-cloud-dataflow-prometheus-local:${DATAFLOW_VERSION:-2.8.2 -SNAPSHOT}
4848 container_name : prometheus
4949 ports :
5050 - ' 9090:9090'
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ services:
5454 - ZOOKEEPER_CLIENT_PORT=2181
5555
5656 dataflow-server :
57- image : springcloud/spring-cloud-dataflow-server:${DATAFLOW_VERSION:-2.8.1 -SNAPSHOT}
57+ image : springcloud/spring-cloud-dataflow-server:${DATAFLOW_VERSION:-2.8.2 -SNAPSHOT}
5858 container_name : dataflow-server
5959 ports :
6060 - " 9393:9393"
@@ -107,7 +107,7 @@ services:
107107 echo 'Maven Task apps imported'"
108108
109109 skipper-server :
110- image : springcloud/spring-cloud-skipper-server:${SKIPPER_VERSION:-2.7.1 -SNAPSHOT}
110+ image : springcloud/spring-cloud-skipper-server:${SKIPPER_VERSION:-2.7.2 -SNAPSHOT}
111111 container_name : skipper
112112 ports :
113113 - " 7577:7577"
Original file line number Diff line number Diff line change 1414 app : grafana
1515 spec :
1616 containers :
17- - image : springcloud/spring-cloud-dataflow-grafana-prometheus:2.8.1 -SNAPSHOT
17+ - image : springcloud/spring-cloud-dataflow-grafana-prometheus:2.8.2 -SNAPSHOT
1818 name : grafana
1919 env :
2020 - name : GF_SECURITY_ADMIN_USER
Original file line number Diff line number Diff line change 1616 spec :
1717 containers :
1818 - name : scdf-server
19- image : springcloud/spring-cloud-dataflow-server:2.8.1 -SNAPSHOT
19+ image : springcloud/spring-cloud-dataflow-server:2.8.2 -SNAPSHOT
2020 imagePullPolicy : Always
2121 volumeMounts :
2222 - name : config
5858 - name : SPRING_CLOUD_DATAFLOW_FEATURES_SCHEDULES_ENABLED
5959 value : ' true'
6060 - name : SPRING_CLOUD_DATAFLOW_TASK_COMPOSEDTASKRUNNER_URI
61- value : ' docker://springcloud/spring-cloud-dataflow-composed-task-runner:2.8.1 -SNAPSHOT'
61+ value : ' docker://springcloud/spring-cloud-dataflow-composed-task-runner:2.8.2 -SNAPSHOT'
6262 - name : SPRING_CLOUD_KUBERNETES_CONFIG_ENABLE_API
6363 value : ' false'
6464 - name : SPRING_CLOUD_KUBERNETES_SECRETS_ENABLE_API
Original file line number Diff line number Diff line change 1616 spec :
1717 containers :
1818 - name : skipper
19- image : springcloud/spring-cloud-skipper-server:2.7.1 -SNAPSHOT
19+ image : springcloud/spring-cloud-skipper-server:2.7.2 -SNAPSHOT
2020 imagePullPolicy : Always
2121 volumeMounts :
2222 - name : config
You can’t perform that action at this time.
0 commit comments