Use docker login credentials from host #855
Merged
decentral1se
merged 2 commits from 2026-06-16 17:41:01 +00:00
ineiti/abra:add_docker_login into main
Labels
Clear labels
bug
build
ci/cd
critical fix
design
documentation
duplicate
easy-first-issue
enhancement
help wanted
i10n
i18n
installer
invalid
question
release
release-candidate
security
tech-debt
test
wontfix
Something is not working
go build related issues
Building things with CI/CD
https://docs.coopcloud.tech/federation/resolutions/passed/010/
UI/UX
Documenting all the things
This issue or pull request already exists
Something for new people to get stuck into. We hope it's easy!
New feature
Need some help
Everything to do with localisation
Everything to do with internationalisation
Everything to do with the install script.
Something is wrong
More information is needed
Release management
Related to the new release candidate
Security related
Unit/integration testing
This won't be fixed
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Abra "next"
Done
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
BornDeleuze
Brooke
carla
cas (Cassowary)
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
iexos
jade (Jade Ambrose)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
moosemower
moritz
notplants
oxaliq (sorrel)
p4u1
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
renovate-bot (Comrade Renovate Bot)
ripclap
simon
sixsmith (Sixsmith)
stevensting
trav (Trav Fryer)
val (val (he/him))
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: toolshed/abra#855
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I had a lot of failures for pulling the docker images lately,
so I was looking for a way to connect using docker login.
This PR sends the docker login credentials from the host to
the swarm server.
81f4e6687eto12d4252acbThe actual change looks good to me. I just wonder if we should put this behind a flag. What do you others think?
@ineiti LGTM! thanks! Yeh, following what @p4u1 said, is there any impact on people who haven't done a
docker login? Then it is not a breaking change and we can just merge this, right? If you could try to smoke out any issues with this, it would be appreciated! We can try to merge it then.OK, confirmed that updating lasuite-docs with an empty docker login, I get something like
which disappears once I login to ghcr.io.
12d4252acbtobf99cea640@decentral1se also rebased on latest main. Btw: there seems to be a
make i18nmissing lately. it changes a lot of lines, so I didn't run it for this PR. Or should I?@ineiti yes,
make i18nis noisy but usually required. If you can do that, then we can merge. Thanks!💟