File tree 3 files changed +3
-10
lines changed
3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 72
72
run : |
73
73
# Checkout the running gateway+backend
74
74
podman build -t checkout-test checkout-test
75
- podman run --network anms -v $PWD:/mnt -e XUNIT_OUTFILE=/mnt/testresults.xml -e CHECKOUT_BASE_URL=http://authnz:${AUTHNZ_PORT} / -e SSL_CERT_FILE=/mnt/puppet/modules/apl_test/files/anms/tls/certs/ammos-ca-bundle.crt checkout-test
75
+ podman run --network anms -v $PWD:/mnt -e XUNIT_OUTFILE=/mnt/testresults.xml -e CHECKOUT_BASE_URL=http://authnz/ -e SSL_CERT_FILE=/mnt/puppet/modules/apl_test/files/anms/tls/certs/ammos-ca-bundle.crt checkout-test
76
76
- name : Stop
77
77
if : always()
78
78
run : |
Original file line number Diff line number Diff line change 25
25
# DOCKER_IMAGE_PREFIX to contain a (default empty) image registry and path to all custom images
26
26
# DOCKER_IMAGE_TAG to contain the image tag for custom images
27
27
#
28
- version : ' 3.9'
29
28
30
29
networks :
31
30
# This network is created by docker-compose.yml
@@ -59,7 +58,6 @@ services:
59
58
networks :
60
59
default :
61
60
ipv4_address : 10.5.0.102
62
- command : " /sbin/init"
63
61
ion-agent3 :
64
62
<< : *ion-agent
65
63
hostname : ion-agent3
Original file line number Diff line number Diff line change 28
28
networks :
29
29
default :
30
30
name : ${DOCKER_CTR_PREFIX}anms
31
+ attachable : true
31
32
driver_opts :
32
33
com.docker.network.bridge.name : br-${DOCKER_CTR_PREFIX}anms
33
34
com.docker.network.driver.mtu : 65535
34
35
ipam :
35
36
config :
36
37
- subnet : 10.5.0.0/16
37
38
gateway : 10.5.0.1
38
- aux_addresses :
39
- ion-manager : 10.5.0.101
40
- ion-agent2 : 10.5.0.102
41
- ion-agent3 : 10.5.0.103
42
-
43
39
volumes :
44
40
grafana-data : {}
45
41
postgres-data : {}
@@ -366,6 +362,5 @@ services:
366
362
DB_USER : ${DB_USER}
367
363
DB_PASSWORD : ${DB_PASSWORD}
368
364
DB_NAME : ${DB_NAME}
369
- command : " /sbin/init"
370
- # TODO: Above command is a workaround. Can likely be removed after fixing base.Dockerfile (done, but not rebuilt)
365
+
371
366
You can’t perform that action at this time.
0 commit comments