Opened a PR to apko that supports changing the default user shell. After that's merged, I'll have complete parity between what we have now and what I've been working on
Should be able to land everything but the shell change tonight
You'll be getting everything but the base metapackage from Wolfi (all of the things defined as runtime deps in melange will come straight from Wolfi and you'll get updates for those). The metapackage pretty much replaces the logic that was in the Containerfile. The action in packages will build whatever packages we place there. Then they'll get uploaded as build artifacts to GitHub. They'll rebuild everytime the workflow runs and are then retrieved by the workflow that builds the Wolfi images
I think I need to mark it as replacing coreutils in Wolfi. I'm suprised this doesn't happen building from the image because we install coreutils there too