-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
gha: test docker-ce 27.1.0 #8818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
thaJeztah
commented
Jun 29, 2024
- relates to [Bug]: cannot create network ... : conflicts with network ... : networks have overlapping IPv4 #8813
- relates to Fix duplicate subnet allocations moby/moby#48084
- relates to [27.0 backport] daemon/graphdriver/overlay2: set TarOptions.InUserNS for native differ (fix "failed to Lchown "/dev/console") moby/moby#48086
- relates to [27.0 regression] Docker Pull Fails in Rootless "failed to register layer: failed to Lchown "/dev/console" moby/moby#48064
| sudo systemctl stop docker.service | ||
| sudo apt-get purge docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin | ||
| curl -fsSL https://test.docker.com -o get-docker.sh | ||
| sudo REPO_FILE=docker-ce-staging.repo DOWNLOAD_URL=https://download-stage.docker.com sh ./get-docker.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These currently use the staging domain (packages will be deployed to production after the weekend)
|
Cool; looks like it works; |
It was only downloading the script, but not executing. 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]>
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]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
e940819 to
c266045
Compare
|
We are currently using |
|
We are currently using the |