You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is NOT an executable image (i.e. you would not be able to run docker run --rm ghcr.io/php/pie:latest) - this is only publishing the PHAR but contained within the Dockerfile.
Alternate approaches would be using ADD , for example (note; untested) ADD https://github.com/php/pie/releases/latest/download/pie.phar /usr/bin/pie
Currently the only supported distribution mechanism is downloading the PHAR from the https://github.com/php/pie/releases page. Other distribution mechanisms should be carefully evaluated on a case-by-case basis.
Relates to existing PR #122
Should PIE be installable in a Dockerfile?
Points to note:
docker run --rm ghcr.io/php/pie:latest) - this is only publishing the PHAR but contained within the Dockerfile.ADD, for example (note; untested)ADD https://github.com/php/pie/releases/latest/download/pie.phar /usr/bin/piegh attestation verify(recent example for the PHAR itself in Add build provenance attestation to the release workflow #128 )Currently the only supported distribution mechanism is downloading the PHAR from the https://github.com/php/pie/releases page. Other distribution mechanisms should be carefully evaluated on a case-by-case basis.