Skip to content

Commit 44d7f0b

Browse files
committed
gha: moby-latest: use test.docker.com for test-channel
This is just for convenience; the script at test.docker.com is identical to the one at get.docker.com, but uses the test-channel as default. While at it, also setting the '-f' (fail-fast), '-s' (silent, unless failing), '-S' (force TLS), and '-L' (follow redirects) options that are recommended when piping the output and executing it. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 53bc4c7 commit 44d7f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/moby-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install Docker from the TEST channel
2626
if: ${{ matrix.install-docker-type == 'ROOTFUL' }}
27-
run: curl https://get.docker.com | CHANNEL=test sh
27+
run: curl -fsSL https://test.docker.com | sh
2828

2929
- name: Setup rootless Docker
3030
if: ${{ matrix.install-docker-type == 'ROOTLESS' }}

0 commit comments

Comments
 (0)