Skip to content

feat: CI job for building Docker binary-only images#122

Merged
asgrim merged 9 commits into
php:mainfrom
Wirone:codito/docker-builds
Dec 4, 2024
Merged

feat: CI job for building Docker binary-only images#122
asgrim merged 9 commits into
php:mainfrom
Wirone:codito/docker-builds

Conversation

@Wirone
Copy link
Copy Markdown
Contributor

@Wirone Wirone commented Nov 21, 2024

Similar to composer/docker#250 (more info), this PR introduces a CI process for releasing binary-only images for Pie 🥳!

You can see the result here, there is an image in my fork's Package Registry, built here.

Here's how the image looks like (dive ghcr.io/wirone/php-pie:latest-bin):
image

PS: I decided to not verify GPG signature during build because we can trust our own workflow (we copy PHAR file built in previous stage), but also I had some problems with verification (GPG imported correctly, but verification failed). Users may verify the file on their own, if they want, using attached pie.asc. Signing was dropped.

Fixes #137

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

Labels

enhancement New feature or request maintainer investigating This ticket is being investigated by maintainers. Please check with us before contributing PRs etc!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PIE installable in a Dockerfile?

4 participants