Any ideas why `pants publish` would fail pushing t...
# general
h
Any ideas why
pants publish
would fail pushing to a local insecure registry, but
docker push
would succeed? This is rootless docker and pants seems to be respecting the daemon and detecting that I'm pushing to an insecure registry from the logs.
Hmm, but after the
docker push
, now
pants publish
seems happy.
huh, maybe just some registry flakiness. Seems to be working fine now 🤷
c
😬
h
I was getting
connection refused
. Then it worked with
docker push
. Now everything is happy across multiple daemon restarts to adjust settings.
❄️ 1