Skip to content

Conversation

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
Copy link
Author

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)

@thaJeztah
Copy link
Author

Cool; looks like it works;

Client: Docker Engine - Community
 Version:           27.0.3
 API version:       1.46
 Go version:        go1.21.11
 Git commit:        7d4bcd8
 Built:             Sat Jun 29 00:02:33 2024
 OS/Arch:           linux/amd64
 Context:           default
Server: Docker Engine - Community
 Engine:
  Version:          27.0.3
  API version:      1.46 (minimum version 1.24)
  Go version:       go1.21.11
  Git commit:       662f78c
  Built:            Sat Jun 29 00:02:33 2024
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.7.18
  GitCommit:        ae71819c4f5e67bb4d5ae76a6b735f29cc25774e
 runc:
  Version:          1.7.18
  GitCommit:        v1.1.13-0-g58aa920
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

@thaJeztah thaJeztah changed the title gha: test docker-ce 27.0.3 gha: test docker-ce 27.1.0 Jul 20, 2024
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]>
@eddumelendez
Copy link
Member

We are currently using docker/setup-docker-action in the following workflows ci-rootless.yml and moby-latest.yml. So, I think we can close this one, right?

@eddumelendez
Copy link
Member

We are currently using the docker/setup-docker-action@v4 and using the channel property with stable, test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants