-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add target to build images from supported-versions.yml file #14587
Add target to build images from supported-versions.yml file #14587
Conversation
143dd7f
to
d1858d5
Compare
Just started reviewing :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…upported-versions
jenkins, test this again please |
1 similar comment
jenkins, test this again please |
I don't think failures in CI are related, merging this. |
@jsoriano could we document how to run this command, and its main purpose? |
Yes, we have to revamp the developer guides, and we should include these targets in some explanation of the In the meantime, do you need some clarification about these commands? |
…14587) Add mage targets intended to be used mostly by CI to prebuild and push images used by integration and E2E tests. It leverages existing docker compose scenarios, and build all the images in the docker-compose.yml file associated to each supported-versions.yml file. To find the associated docker-compose.yml file, it follows similar behaviour we have in other places, it starts descending directories till it finds a directory with a docker-compose.yml file. (cherry picked from commit 5cbda9f)
…14659) Add mage targets intended to be used mostly by CI to prebuild and push images used by integration and E2E tests. It leverages existing docker compose scenarios, and build all the images in the docker-compose.yml file associated to each supported-versions.yml file. To find the associated docker-compose.yml file, it follows similar behaviour we have in other places, it starts descending directories till it finds a directory with a docker-compose.yml file. (cherry picked from commit 5cbda9f)
Add mage targets intended to be used mostly by CI to prebuild
and push images used by integration and E2E tests. It leverages
existing docker compose scenarios, and build all the images in
the
docker-compose.yml
file associated to eachsupported-versions.yml
file.To find the associated
docker-compose.yml
file, it follows similarbehaviour we have in other places, it starts descending directories
till it finds a directory with a
docker-compose.yml
file.Usage example:
For push:
Related to #14520 and #14355.