Kapper

Results 7 comments of Kapper

@piksel When i look into the watchtower logs it gives me the following: ![image](https://github.com/containrrr/watchtower/assets/76392392/a2649f6b-ff4d-40be-89fc-c974945eadd9) So it seems that it does try a normal pull but that fails and says authentication...

We authenticate with the repo by following the steps in the watchtower docs: https://containrrr.dev/watchtower/private-registries/ Where it says to authenticate with GCloud you would base64 encode the value of your service...

Yes the whole thing is base64 encoded as described in the docs

Yes exactly, when i use the same config.json to authenticate with the docker CLI it works as expected

@simskij Yeah sure i have posted it below: ``` { "auths": { "europe-west3-docker.pkg.dev": { "auth": "BASE64-encoded-value" } } } ```

@Kerwood Yes I used that exact command

> > Thank you for the quick feed back. I know the trick with the tag for 3.5. Did you think it would work with 3.6? > > what is...