-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cache poisoning issue. #347
Comments
Both versions have the same release of alpine.
So it has more to do with when it was built then the cache actually being poisoned. The shame is that the Alpine package repository is changing without a change in it's version number... |
Is it because we don't have base pinned to a specific tag? https://github.com/Islandora-Devops/isle-buildkit/blob/main/base/Dockerfile#L2 |
It's pined here: https://github.com/Islandora-Devops/isle-buildkit/blob/main/docker-bake.hcl#L301 It's because the alpine repository isn't idempotent for a given release, like / # apk add postgresql=16.2
ERROR: unable to select packages:
postgresql16-16.3-r0:
breaks: world[postgresql=16.2] But at that point we're just making work for ourselves for little gain. The only upside is that for a specific commit, of While I strived to make |
make clean && make bake && make up
Check 1:
Check 2:
Originally posted by @g7morris in #346 (comment)
The text was updated successfully, but these errors were encountered: