-
We use apko to build hermetic and most importantly repeatable base images. But today we couldn't build the project because gtk-0.95-r1.apk is no longer available
Why did this happen and how then is it possible to build repeatable builds? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Find this commit e707da3 |
Beta Was this translation helpful? Give feedback.
-
It had provides; that was breaking installing up to date packages and causing install & runtime failures of webkit, chromium, and other images. We had no choice, but to remove that, as otherwise APK & apko were preferring that old package instead of latest packages named differently. There should be withdrawal log and PRs explaining that. I also wish we would make public the .apk that we removed at a different endpoint ie. packages.wolfi.dev/removed-os/ or some such. But currently we only have those in internal-only cold storage. |
Beta Was this translation helpful? Give feedback.
It had provides; that was breaking installing up to date packages and causing install & runtime failures of webkit, chromium, and other images.
We had no choice, but to remove that, as otherwise APK & apko were preferring that old package instead of latest packages named differently. There should be withdrawal log and PRs explaining that.
I also wish we would make public the .apk that we removed at a different endpoint ie. packages.wolfi.dev/removed-os/ or some such. But currently we only have those in internal-only cold storage.