We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116f6b5 commit 85b8a1eCopy full SHA for 85b8a1e
.github/workflows/test.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Start foreground instance for first-contact sanity checking
46
run: |
47
- timeout 30 docker run --rm --name docker_registry_proxy \
+ timeout --signal=9 --verbose 30 docker run --rm --name docker_registry_proxy \
48
-p 0.0.0.0:3128:3128 -e ENABLE_MANIFEST_CACHE=false \
49
-v $(pwd)/docker_mirror_cache:/docker_mirror_cache \
50
-v $(pwd)/docker_mirror_certs:/ca \
0 commit comments