File tree 9 files changed +15
-15
lines changed
9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
2
- DATAFLOW_VERSION = 2.9.3 -SNAPSHOT
3
- SKIPPER_VERSION = 2.8.3 -SNAPSHOT
2
+ DATAFLOW_VERSION = 2.9.5 -SNAPSHOT
3
+ SKIPPER_VERSION = 2.8.5 -SNAPSHOT
4
4
COMPOSE_PROJECT_NAME = scdf
5
5
COMPOSE_HTTP_TIMEOUT = 300
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ services:
40
40
- SPRING_CLOUD_DATAFLOW_TASK_PLATFORM_LOCAL_ACCOUNTS_DEFAULT_DOCKER_PORTRANGE_HIGH=61000
41
41
42
42
# Override the CTR form maven to docker
43
- - SPRING_CLOUD_DATAFLOW_TASK_COMPOSEDTASKRUNNER_URI=docker://springcloud/spring-cloud-dataflow-composed-task-runner:${DATAFLOW_VERSION:-2.9.3 -SNAPSHOT}${BP_JVM_VERSION:-}
43
+ - SPRING_CLOUD_DATAFLOW_TASK_COMPOSEDTASKRUNNER_URI=docker://springcloud/spring-cloud-dataflow-composed-task-runner:${DATAFLOW_VERSION:-2.9.5 -SNAPSHOT}${BP_JVM_VERSION:-}
44
44
- SPRING_CLOUD_DATAFLOW_SERVER_URI=${DATAFLOW_URI:-http://dataflow-server:9393}
45
45
entrypoint : >
46
46
bin/sh -c "
@@ -85,7 +85,7 @@ services:
85
85
wget -qO- '${DATAFLOW_URI:-http://dataflow-server:9393}/apps' --no-check-certificate --post-data='uri=${STREAM_APPS_URI:-https://dataflow.spring.io/kafka-docker-latest&force=true}';
86
86
wget -qO- '${DATAFLOW_URI:-http://dataflow-server:9393}/apps/sink/ver-log/3.0.1' --no-check-certificate --post-data='uri=docker:springcloudstream/log-sink-kafka:3.0.1';
87
87
wget -qO- '${DATAFLOW_URI:-http://dataflow-server:9393}/apps/sink/ver-log/2.1.5.RELEASE' --no-check-certificate --post-data='uri=docker:springcloudstream/log-sink-kafka:2.1.5.RELEASE';
88
- wget -qO- '${DATAFLOW_URI:-http://dataflow-server:9393}/apps/sink/dataflow-tasklauncher/${DATAFLOW_VERSION:-2.9.3 -SNAPSHOT}' --no-check-certificate --post-data='uri=docker:springcloud/spring-cloud-dataflow-tasklauncher-sink-kafka:${DATAFLOW_VERSION:-2.9.3 -SNAPSHOT}${BP_JVM_VERSION:-}';
88
+ wget -qO- '${DATAFLOW_URI:-http://dataflow-server:9393}/apps/sink/dataflow-tasklauncher/${DATAFLOW_VERSION:-2.9.5 -SNAPSHOT}' --no-check-certificate --post-data='uri=docker:springcloud/spring-cloud-dataflow-tasklauncher-sink-kafka:${DATAFLOW_VERSION:-2.9.5 -SNAPSHOT}${BP_JVM_VERSION:-}';
89
89
echo 'Docker Stream apps imported'"
90
90
91
91
app-import-task :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ services:
25
25
- ' 8086:8086'
26
26
27
27
grafana :
28
- image : springcloud/spring-cloud-dataflow-grafana-influxdb:${DATAFLOW_VERSION:-2.9.3 -SNAPSHOT}
28
+ image : springcloud/spring-cloud-dataflow-grafana-influxdb:${DATAFLOW_VERSION:-2.9.5 -SNAPSHOT}
29
29
container_name : grafana
30
30
ports :
31
31
- ' 3000:3000'
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ services:
38
38
- micrometer.prometheus-proxy.tcp-port=7001
39
39
40
40
grafana :
41
- image : springcloud/spring-cloud-dataflow-grafana-prometheus:${DATAFLOW_VERSION:-2.9.3 -SNAPSHOT}
41
+ image : springcloud/spring-cloud-dataflow-grafana-prometheus:${DATAFLOW_VERSION:-2.9.5 -SNAPSHOT}
42
42
container_name : grafana
43
43
ports :
44
44
- ' 3000:3000'
45
45
46
46
prometheus :
47
- image : springcloud/spring-cloud-dataflow-prometheus-local:${DATAFLOW_VERSION:-2.9.3 -SNAPSHOT}
47
+ image : springcloud/spring-cloud-dataflow-prometheus-local:${DATAFLOW_VERSION:-2.9.5 -SNAPSHOT}
48
48
container_name : prometheus
49
49
ports :
50
50
- ' 9090:9090'
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ services:
27
27
wget -qO- '${DATAFLOW_URI:-http://dataflow-server:9393}/apps' --no-check-certificate --post-data='uri=${STREAM_APPS_URI:-https://dataflow.spring.io/rabbitmq-maven-latest&force=true}';
28
28
wget -qO- '${DATAFLOW_URI:-http://dataflow-server:9393}/apps/sink/ver-log/3.0.1' --no-check-certificate --post-data='uri=maven://org.springframework.cloud.stream.app:log-sink-rabbit:3.0.1';
29
29
wget -qO- '${DATAFLOW_URI:-http://dataflow-server:9393}/apps/sink/ver-log/2.1.5.RELEASE' --no-check-certificate --post-data='uri=maven://org.springframework.cloud.stream.app:log-sink-rabbit:2.1.5.RELEASE';
30
- wget -qO- '${DATAFLOW_URI:-http://dataflow-server:9393}/apps/sink/dataflow-tasklauncher/${DATAFLOW_VERSION:-2.9.3 -SNAPSHOT}' --no-check-certificate --post-data='uri=maven://org.springframework.cloud:spring-cloud-dataflow-tasklauncher-sink-rabbit:${DATAFLOW_VERSION:-2.9.3 -SNAPSHOT}';
30
+ wget -qO- '${DATAFLOW_URI:-http://dataflow-server:9393}/apps/sink/dataflow-tasklauncher/${DATAFLOW_VERSION:-2.9.5 -SNAPSHOT}' --no-check-certificate --post-data='uri=maven://org.springframework.cloud:spring-cloud-dataflow-tasklauncher-sink-rabbit:${DATAFLOW_VERSION:-2.9.5 -SNAPSHOT}';
31
31
echo 'Stream apps imported'"
32
32
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ services:
55
55
56
56
dataflow-server :
57
57
user : root
58
- image : springcloud/spring-cloud-dataflow-server:${DATAFLOW_VERSION:-2.9.3 -SNAPSHOT}${BP_JVM_VERSION:-}
58
+ image : springcloud/spring-cloud-dataflow-server:${DATAFLOW_VERSION:-2.9.5 -SNAPSHOT}${BP_JVM_VERSION:-}
59
59
container_name : dataflow-server
60
60
ports :
61
61
- " 9393:9393"
@@ -105,7 +105,7 @@ services:
105
105
wget -qO- '${DATAFLOW_URI:-http://dataflow-server:9393}/apps' --no-check-certificate --post-data='uri=${STREAM_APPS_URI:-https://dataflow.spring.io/kafka-maven-latest&force=true}';
106
106
wget -qO- '${DATAFLOW_URI:-http://dataflow-server:9393}/apps/sink/ver-log/3.0.1' --no-check-certificate --post-data='uri=maven://org.springframework.cloud.stream.app:log-sink-kafka:3.0.1';
107
107
wget -qO- '${DATAFLOW_URI:-http://dataflow-server:9393}/apps/sink/ver-log/2.1.5.RELEASE' --no-check-certificate --post-data='uri=maven://org.springframework.cloud.stream.app:log-sink-kafka:2.1.5.RELEASE';
108
- wget -qO- '${DATAFLOW_URI:-http://dataflow-server:9393}/apps/sink/dataflow-tasklauncher/${DATAFLOW_VERSION:-2.9.3 -SNAPSHOT}' --no-check-certificate --post-data='uri=maven://org.springframework.cloud:spring-cloud-dataflow-tasklauncher-sink-kafka:${DATAFLOW_VERSION:-2.9.3 -SNAPSHOT}';
108
+ wget -qO- '${DATAFLOW_URI:-http://dataflow-server:9393}/apps/sink/dataflow-tasklauncher/${DATAFLOW_VERSION:-2.9.5 -SNAPSHOT}' --no-check-certificate --post-data='uri=maven://org.springframework.cloud:spring-cloud-dataflow-tasklauncher-sink-kafka:${DATAFLOW_VERSION:-2.9.5 -SNAPSHOT}';
109
109
echo 'Maven Stream apps imported'"
110
110
111
111
app-import-task :
@@ -121,7 +121,7 @@ services:
121
121
122
122
skipper-server :
123
123
user : root
124
- image : springcloud/spring-cloud-skipper-server:${SKIPPER_VERSION:-2.8.3 -SNAPSHOT}${BP_JVM_VERSION:-}
124
+ image : springcloud/spring-cloud-skipper-server:${SKIPPER_VERSION:-2.8.5 -SNAPSHOT}${BP_JVM_VERSION:-}
125
125
container_name : skipper
126
126
ports :
127
127
- " 7577:7577"
Original file line number Diff line number Diff line change 14
14
app : grafana
15
15
spec :
16
16
containers :
17
- - image : springcloud/spring-cloud-dataflow-grafana-prometheus:2.9.3 -SNAPSHOT
17
+ - image : springcloud/spring-cloud-dataflow-grafana-prometheus:2.9.5 -SNAPSHOT
18
18
name : grafana
19
19
env :
20
20
- name : GF_SECURITY_ADMIN_USER
Original file line number Diff line number Diff line change 16
16
spec :
17
17
containers :
18
18
- name : scdf-server
19
- image : springcloud/spring-cloud-dataflow-server:2.9.3 -SNAPSHOT
19
+ image : springcloud/spring-cloud-dataflow-server:2.9.5 -SNAPSHOT
20
20
imagePullPolicy : Always
21
21
volumeMounts :
22
22
- name : config
58
58
- name : SPRING_CLOUD_DATAFLOW_FEATURES_SCHEDULES_ENABLED
59
59
value : ' true'
60
60
- name : SPRING_CLOUD_DATAFLOW_TASK_COMPOSEDTASKRUNNER_URI
61
- value : ' docker://springcloud/spring-cloud-dataflow-composed-task-runner:2.9.3 -SNAPSHOT'
61
+ value : ' docker://springcloud/spring-cloud-dataflow-composed-task-runner:2.9.5 -SNAPSHOT'
62
62
- name : SPRING_CLOUD_KUBERNETES_CONFIG_ENABLE_API
63
63
value : ' false'
64
64
- name : SPRING_CLOUD_KUBERNETES_SECRETS_ENABLE_API
Original file line number Diff line number Diff line change 16
16
spec :
17
17
containers :
18
18
- name : skipper
19
- image : springcloud/spring-cloud-skipper-server:2.8.3 -SNAPSHOT
19
+ image : springcloud/spring-cloud-skipper-server:2.8.5 -SNAPSHOT
20
20
imagePullPolicy : Always
21
21
volumeMounts :
22
22
- name : config
You can’t perform that action at this time.
0 commit comments