chainguard-dev/melange

Cannot use melange anymore without specify explict git repo url

Closed this issue · 1 comments

Since commit eab3401

I am no longer able to use Melange with default parameters.

Also, hard-coding the repo owners to your own namespace feels weird and is hacky

melange/pkg/cli/build.go

Lines 297 to 301 in f63a1e3

allowedRepoOwners := []string{
"wolfi-dev",
"chainguard-dev",
}

Yesterday's release should have fixed the issue with the build halting. Check that out and let me know if you're still seeing the issue.

We're going to solve the config repo URL issue a different way — opening a PR now for that...