Hi! Press works like a charm with Digitalocean container registry, but have anyone used different (free) registry service? I tried 2 other tools (docker login and docker push via cli works normally always with them):
- Tried to use local gitlab container registry (api token with registry_read and registry_write) but with press setup (upload image after building candidate) it always getting 401.
- Use harbor registry, it can upload image, but then i try to deploy i got message like:
docker login -u harbor_user -p harbor_pwd harbor_host/test
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Error response from daemon: Get “https://harbor_host/v2/”: unauthorized:
Case with harbor looks almost working, just somewhere need to be fixed login method? Or may be some workaround here?