Release Binaries not to include Version
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 4.5k
- Forks
- 682
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 29
Description
Currently release binary names are including version, e.g.: buildx-<version>.<arch>
Is it possible to remove the -<version> so we can just do an unattended install via script?
e.g.:
wget -O /usr/lib/docker/cli-plugins/docker-buildx https://github.com/docker/buildx/releases/download/latest/buildx.linux-amd64
Thanks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the release packaging workflow that constructs the versioned buildx.. artifacts. Check how the latest release URL and Docker CLI plugin installation expect artifact names to behave. Done means release binaries are available without the version suffix and the unattended download example resolves to the intended executable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- cli, release
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100