wip: login to docker to avoid rate limiting #139

Closed
3wordchant wants to merge 1 commits from docker-login into main
Owner

Fixes coop-cloud/organising#262

I'm floundering a bit here - this seems correct based on examples on Github, but I get a segmentation fault and I don't know how to debug it:

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x69ea42]

@roxxers any ideas?

Fixes coop-cloud/organising#262 I'm floundering a bit here - this seems correct based on [examples on Github](https://github.com/search?q=registrylogin+serveraddress+username+-filename%3Alogin.go&type=Code), but I get a segmentation fault and I don't know how to debug it: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x69ea42] ``` @roxxers any ideas?
3wordchant added 1 commit 2021-11-29 11:42:22 +00:00
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details
aa344fc94f
wip: login to docker to avoid rate limiting
Owner

Uhhhmmm maybe I managed to get this working? Kinda hard to tell but take a look at f3e55e5023 and see what you reckon? I couldn't get a token back from the RegistryLogin logic so went looking into the existing query logic.

Uhhhmmm maybe I managed to get this working? Kinda hard to tell but take a look at https://git.coopcloud.tech/coop-cloud/abra/commit/f3e55e5023eac306c3cb31bafe025974b432ad67 and see what you reckon? I couldn't get a token back from the `RegistryLogin` logic so went looking into the existing query logic.
decentral1se referenced this issue from a commit 2021-12-26 03:05:34 +00:00
Owner

abra catalogue generate --user foo --pass bar

`abra catalogue generate --user foo --pass bar`
decentral1se closed this pull request 2022-01-03 17:33:16 +00:00
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

Pull request closed

Sign in to join this conversation.
No description provided.