-
Notifications
You must be signed in to change notification settings - Fork 8
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
Decouple the process of image build from the current flow #211
Comments
Acceptance Criteria is missing |
@lioramilbaum I couldnt find on web any solution on how to decouple the image build from current flow (Vagrantfile) without going backwards again when we used the external shell script. Pls correct me if I'm wrong. |
To answer your question, what we want to achieve by decoupling the image build from the deployment process: I am sure that if you google it, you might find additional ones. |
'beyond' image is now hosted on our namespace 'quay.io/redhat-beyond/beyond'
$ docker images |
@lioramilbaum as a part of this effort, I now need to make the following possible (correct me if I;m wrong):
In order to make this happen, I created a robot account in our namespace on quay. But I cant find any info about how should i proceed from here. [1]: /usr/local/bin/docker-compose-1.28.2 -f "/vagrant/docker-compose.yml" up -d Stdout from the command: Continue with the new image? [yN] Stderr from the command: Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/ pull access denied for beyond, repository does not exist or may require 'docker login': denied: requested access to the resource is denied_ |
Have you tried to perform manually what you expect the automation to do? |
Yes, locally (manually) it works fine. I am able to pull the image from quay and continue with the flow. |
What about spinning the environment with Vagrant, ssh-ing and performing the steps there? |
Thanks, i was managed to resolve. the reason was that i used not complete image name. The issue is now resolved, and patch waiting for review. What I had (and did not work): What should be: |
Cool |
Currently the docker image is being built and deployed on the same instance, and in the same flow.
This needs to be decoupled onto different stages.
The image needs to be pushed to quay.io
The text was updated successfully, but these errors were encountered: