panic: interface conversion: reference.repository is not reference.NamedTagged: missing method Tag #731

Open
opened 2025-11-25 00:28:00 +00:00 by decentral1se · 2 comments
Owner
➜  merri-bek-tech abra app deploy loomio.spike2.merri-bek.tech 
WARN no version found for config entrypoint
panic: interface conversion: reference.repository is not reference.NamedTagged: missing method Tag

goroutine 1 [running]:
coopcloud.tech/abra/pkg/deploy.GatherImagesForDeploy(_, {{0x7ffdc681324b, 0x1c}, {{0xc000118c78, 0x6}, {0xc000118c7f, 0xd}, {0xc000118c7f, 0xd}, 0x0, ...}, ...}, ...)
	/home/d1/hack/abra/pkg/deploy/utils.go:285 +0x20d
coopcloud.tech/abra/cli/app.init.func20(0xc0001ceb00?, {0xc0003e5f40, 0x1, 0x1})
	/home/d1/hack/abra/cli/app/deploy.go:222 +0xfe8
github.com/spf13/cobra.(*Command).execute(0x1db9220, {0xc0003e5f20, 0x1, 0x1})
	/home/d1/hack/abra/vendor/github.com/spf13/cobra/command.go:1019 +0xae7
github.com/spf13/cobra.(*Command).ExecuteC(0xc000032608)
	/home/d1/hack/abra/vendor/github.com/spf13/cobra/command.go:1148 +0x465
github.com/spf13/cobra.(*Command).Execute(...)
	/home/d1/hack/abra/vendor/github.com/spf13/cobra/command.go:1071
coopcloud.tech/abra/cli.Run({0x14bc528, 0xb}, {0x14cd800, 0x28})
	/home/d1/hack/abra/cli/run.go:317 +0x1195
main.main()
	/home/d1/hack/abra/cmd/abra/main.go:22 +0xa9
``` ➜ merri-bek-tech abra app deploy loomio.spike2.merri-bek.tech WARN no version found for config entrypoint panic: interface conversion: reference.repository is not reference.NamedTagged: missing method Tag goroutine 1 [running]: coopcloud.tech/abra/pkg/deploy.GatherImagesForDeploy(_, {{0x7ffdc681324b, 0x1c}, {{0xc000118c78, 0x6}, {0xc000118c7f, 0xd}, {0xc000118c7f, 0xd}, 0x0, ...}, ...}, ...) /home/d1/hack/abra/pkg/deploy/utils.go:285 +0x20d coopcloud.tech/abra/cli/app.init.func20(0xc0001ceb00?, {0xc0003e5f40, 0x1, 0x1}) /home/d1/hack/abra/cli/app/deploy.go:222 +0xfe8 github.com/spf13/cobra.(*Command).execute(0x1db9220, {0xc0003e5f20, 0x1, 0x1}) /home/d1/hack/abra/vendor/github.com/spf13/cobra/command.go:1019 +0xae7 github.com/spf13/cobra.(*Command).ExecuteC(0xc000032608) /home/d1/hack/abra/vendor/github.com/spf13/cobra/command.go:1148 +0x465 github.com/spf13/cobra.(*Command).Execute(...) /home/d1/hack/abra/vendor/github.com/spf13/cobra/command.go:1071 coopcloud.tech/abra/cli.Run({0x14bc528, 0xb}, {0x14cd800, 0x28}) /home/d1/hack/abra/cli/run.go:317 +0x1195 main.main() /home/d1/hack/abra/cmd/abra/main.go:22 +0xa9 ```
decentral1se added the
bug
label 2025-11-25 00:28:00 +00:00

I came across this and was able to just wget the 0.10.1-beta release of abra and use that to deploy the app I was having an issue with on 0.11 and 0.12. I'm going to take a nap but if you would like a lead i can cook up a git bisect command to find a lead

I came across this and was able to just wget the 0.10.1-beta release of abra and use that to deploy the app I was having an issue with on 0.11 and 0.12. I'm going to take a nap but if you would like a lead i can cook up a git bisect command to find a lead
Member

I think this should be fixed by #706
I didn't come around to finish it yet though. It would help if you could test this branch :)

I think this should be fixed by https://git.coopcloud.tech/toolshed/abra/pulls/706 I didn't come around to finish it yet though. It would help if you could test this branch :)
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#731
No description provided.