Skip to content

Commit 505a9c2

Browse files
authored
ci: Revert attempted docker/compose image fix (#735)
Signed-off-by: Ryan Northey <[email protected]>
1 parent 5b37d4c commit 505a9c2

File tree

6 files changed

+0
-12
lines changed

6 files changed

+0
-12
lines changed

dynamic-config-fs/docker-compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ services:
1313
- "${PORT_ADMIN:-19000}:19000"
1414

1515
service1:
16-
image: ${COMPOSE_PROJECT_NAME}-echo
1716
build:
1817
context: ../shared/echo
1918
environment:
2019
ECHO_HOSTNAME: service1
2120

2221
service2:
23-
image: ${COMPOSE_PROJECT_NAME}-echo
2422
build:
2523
context: ../shared/echo
2624
environment:

lua/docker-compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ services:
99
- "${PORT_PROXY:-10000}:10000"
1010

1111
web_service:
12-
image: ${COMPOSE_PROJECT_NAME}-echo
1312
build:
1413
context: ../shared/echo

rbac/docker-compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ services:
88
- "${PORT_ADMIN:-10001}:10001"
99

1010
backend:
11-
image: ${COMPOSE_PROJECT_NAME}-echo
1211
build:
1312
context: ../shared/echo

tls-inspector/docker-compose.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ services:
1616
- "${PORT_ADMIN:-12345}:12345"
1717

1818
service-https0:
19-
image: ${COMPOSE_PROJECT_NAME}-echo
2019
build:
2120
context: ../shared/echo
2221
environment:
@@ -27,7 +26,6 @@ services:
2726
ECHO_TLS_KEY: /tmp/snakeoil/tls.key
2827

2928
service-https1:
30-
image: ${COMPOSE_PROJECT_NAME}-echo
3129
build:
3230
context: ../shared/echo
3331
environment:
@@ -38,7 +36,6 @@ services:
3836
ECHO_TLS_KEY: /tmp/snakeoil/tls.key
3937

4038
service-http:
41-
image: ${COMPOSE_PROJECT_NAME}-echo
4239
build:
4340
context: ../shared/echo
4441
environment:

tls-sni/docker-compose.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ services:
2525
- "${PORT_PROXY_CLIENT:-20000}:10000"
2626

2727
service-http0:
28-
image: ${COMPOSE_PROJECT_NAME}-echo
2928
build:
3029
context: ../shared/echo
3130
environment:
@@ -34,7 +33,6 @@ services:
3433
ECHO_HTTP_PORT: 80
3534

3635
service-http1:
37-
image: ${COMPOSE_PROJECT_NAME}-echo
3836
build:
3937
context: ../shared/echo
4038
environment:
@@ -43,7 +41,6 @@ services:
4341
ECHO_HTTP_PORT: 80
4442

4543
service-https:
46-
image: ${COMPOSE_PROJECT_NAME}-echo
4744
build:
4845
context: ../shared/echo
4946
environment:

tls/docker-compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ services:
4545
- "${PORT_PROXY3:-10003}:10000"
4646

4747
service-http:
48-
image: ${COMPOSE_PROJECT_NAME}-echo
4948
build:
5049
context: ../shared/echo
5150
environment:
@@ -54,7 +53,6 @@ services:
5453
ECHO_HTTP_PORT: 80
5554

5655
service-https:
57-
image: ${COMPOSE_PROJECT_NAME}-echo
5856
build:
5957
context: ../shared/echo
6058
environment:

0 commit comments

Comments
 (0)