You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deploy a project that involves pulling a couple of images from our org's custom repo. We're evaluating Yacht as a replacement for Portainer, but I cannot seem to figure out if there's any way to give Yacht access to the repo. I've tried using the docker login command from the CLI, it reports a successful login but then Yacht still acts as if it needs authorization. We have the same issue with Portainer, but Portainer lets us specify the repository address, username and password so that it can login. Am I just missing something, or is this just not something Yacht can do yet?
Edit to add: We have also tested just deploying directly with docker-compose and there were no issues there, so everything is working with the repo and with docker. It just Yacht that's giving us errors when it tries to access the repo and pull the files.
This is the error we get:
Bad Request: Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/ Creating volume "[redacted]" with default driver Creating volume "[redacted]" with default driver Creating volume "[redacted]" with default driver Creating volume "[redacted]" with default driver Pulling [redacted] ([redacted]:)... unauthorized: unauthorized to access repository: [redacted], action: pull: unauthorized to access repository: [redacted], action: pull
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to deploy a project that involves pulling a couple of images from our org's custom repo. We're evaluating Yacht as a replacement for Portainer, but I cannot seem to figure out if there's any way to give Yacht access to the repo. I've tried using the docker login command from the CLI, it reports a successful login but then Yacht still acts as if it needs authorization. We have the same issue with Portainer, but Portainer lets us specify the repository address, username and password so that it can login. Am I just missing something, or is this just not something Yacht can do yet?
Edit to add: We have also tested just deploying directly with docker-compose and there were no issues there, so everything is working with the repo and with docker. It just Yacht that's giving us errors when it tries to access the repo and pull the files.
This is the error we get:
Bad Request: Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/ Creating volume "[redacted]" with default driver Creating volume "[redacted]" with default driver Creating volume "[redacted]" with default driver Creating volume "[redacted]" with default driver Pulling [redacted] ([redacted]:)... unauthorized: unauthorized to access repository: [redacted], action: pull: unauthorized to access repository: [redacted], action: pull
Beta Was this translation helpful? Give feedback.
All reactions