Sha in Docker images name? #460
-
|
Following the issue #112 and the PR #373 where a different naming was proposed, I was wondering why the Docker images are named with the sha in front of it and not just Also, what's the difference between |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Docker images with a |
Beta Was this translation helpful? Give feedback.
Docker images with a
sha-*prefix are specific commits ofmain, allowing someone to test a new version before it is released. You can usedunglas/frankenphp:1.0.3-php8.3-{alpine|bookworm}or justdunglas/frankenphp:1.0.3-php8.3for actual releases.