Skip to content

Commit dcf9e25

Browse files
Benoit Rattesolidnerd
authored andcommitted
fix: test image curl uses ipv4 only
* Despite the command running with --retry-connrefused, connections with ipv6 are not retried because it returns EADDRNOTAVAIL instead of ECONNREFUSED Reference: appropriate/docker-curl#5
1 parent 4f0895f commit dcf9e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
name: Testing image
7373
command: |
7474
docker run --network container:$(docker-compose ps -q gitlab) \
75-
appropriate/curl --retry 15 --retry-delay 5 --retry-connrefused http://localhost/explore
75+
appropriate/curl --ipv4 --retry 15 --retry-delay 5 --retry-connrefused http://localhost/explore
7676
7777
- run:
7878
name: Generate docker build image cache

0 commit comments

Comments
 (0)