-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore: migrate to docker org #40
base: master
Are you sure you want to change the base?
Conversation
b488030
to
693b3fa
Compare
SGTM perhaps for a follow-up, we may want to add a bit more details to the README to explain why someone would use this (because Docker is also available by default), so perhaps we should include some scenarios where this action could help (and scenarios where users can "keep it simple" and use the default). |
There's several aspects of the existing code I'm not sure about; this is incomplete, but here's some that jump out:
|
This is automated by GHA (docker/actions-toolkit#166) but manually approved atm. We need this to avoid users being rate-limited by the GitHub API when checking releases anonymously so we just depend on But I agree that it would be better to rely on smth provided by
Yes sounds good!
Yes indeed that's pretty hacky atm in the toolkit for Windows. A contrib dir with scripts along the win binaries could work 👍. |
Actions README are minimal and mostly technical. Use cases are on https://docs.docker.com/build/ci/github-actions/ but I agree we should have smth for this action there as well. This reminds me we should do smth for the metadata-action that has a pretty huge README. |
Yeah, it's mostly that I want to avoid users starting to use this action when they don't need to .. at all. So if we could have a short description "this is why you should use it (or not!)" would probably be a nice thing to have (not a blocker, obviously) |
description: 'Set up Docker for use in GitHub Actions by downloading and installing a version of Docker CE' | ||
author: 'crazy-max' | ||
name: Docker Setup Docker | ||
description: Set up Docker for use in GitHub Actions by downloading and installing a version of Docker CE |
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.
I know the plan was to phase out the "CE" (and "Community Edition") term, so wondering if we should update these for "Docker Engine" (and "Docker CLI"), but honestly, don't know who's deciding on these things nowadays
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.
I'd find it much easier/preferred to keep the CE as people know what it is and it's proliferated everywhere. Community Edition and Desktop is not the worst thing ever, and we use Engine as a more Kleenex term.
Similar to docker/login-action#3
Make this action official and move it to docker org:
docker/setup-docker-action
.cc @chris-crone @thaJeztah @neersighted