-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to publish to a private registry with credentials #257
Comments
I'm facing the same issue, even if I run docker login on the private registry previously. |
I'm facing the same issues. I'm copying the generated docker-compose file into my pipeline, but I keep getting errors and am unable to log in to a private docker registry. aspirate generate --output-format compose after copying I'm doing docker-compose -f .\docker-compose.yaml up -d PLS HELP. |
@adamtrip I just started playing around with Aspirate and I was able to publish to a private Github container repository. I was locally logged in and it worked straight away. You likely got something wrong with your repository URL. Try publishing an image built by docker composed by the values of @gurelsoycaner it seems like your having issues pulling the image from a private repository. That seems to be a general issue, I can't get that part to work either using Kustomize or Helm. |
I've been trying to generate a project to a private registry but I'm not being able.
When I run this command I get the following error:
if I do a
docker login
before I'm able to do so but since I'm running this on a github action pipeline, even doing the login before the command, it does not work.I don't know if I'm missconfiguring something however, if I run the generated publish command and add
SDK_CONTAINER_REGISTRY_UNAME
andSDK_CONTAINER_REGISTRY_PWORD
it publishes it just fine.Thanks in advance. Any extra info required, just ask :)
The text was updated successfully, but these errors were encountered: