mocaccinoOS / mocaccino

:musical_score: where magic happens
69 stars 7 forks source link

missing docker images in quay.io #32

Closed welele08 closed 2 years ago

welele08 commented 3 years ago

Hi, At the moment, there is missing images in quay.io for desktop-stable. In particular images for layers/net-tools-0.2+12, layers/sys-fs-0.5+50, layers/X-0.8+14, layers/qt-5.15.2+57... More or less anything above net-tools... layers/codecs-3+13 is present.

joostruis commented 3 years ago

Strange. Yesterday I've updated my desktop-stable system and had no such problems.

welele08 commented 3 years ago

It's not on install, it's on building package. You can check with a luet tree image layers/net-tools

For exemple on master (commit b58f28b7811c15db92e48623bad54124e366fc98 "create /etc/timezone here"), it give "layers/net-tools-0.2+12: luet/cache:8894cacd71e1888e51216237d44aa81f8ddd27166f22f424c0f446aad4e1693c"

On quay.io, if you filter by that tag, you'll see it's missing.

In general its happen when you change a package without bumping its revdep (bumping layers/system-x without bumping layers/net-tools for exemple).

joostruis commented 3 years ago

I think we identified what causes the problem. A change in workflow prevents this. (Shall we close this?)

welele08 commented 2 years ago

Yep, we identified, and you're new workflow prevent it. Yet, it's still the case for other repo (os-common, extra, ...). I'm convinced the workflow can be improved. See here