Use docker login credentials from host #855
Reference in New Issue
Block a user
No description provided.
Delete Branch "ineiti/abra:add_docker_login"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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!💟