Skip to content

static: Use hyphen as version separator in archive names#462

Draft
vvoland wants to merge 2 commits into
docker:mainfrom
vvoland:versionhyphen
Draft

static: Use hyphen as version separator in archive names#462
vvoland wants to merge 2 commits into
docker:mainfrom
vvoland:versionhyphen

Conversation

@vvoland

@vvoland vvoland commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

Change archive filenames from pkgname_version to pkgname-version (e.g. containerd-1.2.3.tgz instead of containerd_1.2.3.tgz) across all pkg-static-build.sh scripts.

This matches current download.docker.com naming

vvoland added 2 commits June 30, 2026 17:37
Previously the tgz/zip archives contained a named subdirectory (e.g.
containerd.io/, docker-buildx/, docker-compose/), requiring users to cd
into it after extraction.

Change the tar and zip commands to archive from inside the staging
directory so all files (binaries, LICENSE, README.md) land directly at
the archive root.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Change archive filenames from `pkgname_version` to `pkgname-version`
(e.g. containerd-1.2.3.tgz instead of containerd_1.2.3.tgz) across all
pkg-static-build.sh scripts.

This matches current download.docker.com naming

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant