Skip to content

Move to gz artifacts since bz2 will not be published in the next release#94

Merged
tianon merged 1 commit into
docker-library:masterfrom
infosiftr:gz
Jul 16, 2026
Merged

Move to gz artifacts since bz2 will not be published in the next release#94
tianon merged 1 commit into
docker-library:masterfrom
infosiftr:gz

Conversation

@yosifkit

@yosifkit yosifkit commented Jul 14, 2026

Copy link
Copy Markdown
Member

This also fixes the update.sh job, since it is failing to build with the changed URLs:

+ tar -xjC /opt/pypy --strip-components=1 -f pypy.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now

See also pypy/pypy#5353 and actions/setup-python#1331

Comment thread Dockerfile-linux.template
echo "$sha256 *pypy.tar.gz" | sha256sum --check --strict -; \
mkdir /opt/pypy; \
tar -xjC /opt/pypy --strip-components=1 -f pypy.tar.bz2; \
tar -xzC /opt/pypy --strip-components=1 -f pypy.tar.gz; \

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We technically shouldn't need -z (or -j) here, because our file extension is correct, but it doesn't matter.

@tianon
tianon merged commit 46ca6f6 into docker-library:master Jul 16, 2026
14 checks passed
@tianon
tianon deleted the gz branch July 16, 2026 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants