Ville Aikas
Ville Aikas
I think this is because the ttl.sh has a size limit. You would have to push to a different registry, maybe like gcr.io? Or since you're running on k8s you...
FYI, convert python now has a flag (off by default until we run it through it's paces): https://github.com/chainguard-dev/melange/pull/643 That uses the git-checkout and also sets up the update (--use-relmon) for...
So you can already do the: `melange test test.yaml ` https://github.com/chainguard-dev/melange/blob/main/docs/TESTING.md#specifying-package-to-test--reusing-tests Meaning that the tests do not have to be in the same file as the package definition. IIRC however,...
fwiw, I was able to get this to work with the following (remove go mod tidy), but I think the bigger issue was the packages not pointing at the right...
what's this about? :)
oh, awesome!! 👍
I'd be happy to fix this, since this is for test code, I'm curious how important it is atm. I poked a bit and having a hard time finding a...
Yes! Makes sense. I guess we need to chase down what a suitable replacement is.
I think that makes sense. Just to make sure I'm on the same page, if we were to take the results from here: https://github.com/sigstore/scaffolding/blob/main/cmd/tuf/server/main.go#L90 And move it to where we...
Ok, thanks! I think it might be easier and be better for testing to do what you suggest then instead of serializing/unserializing, I think. Also more tests are always good...