Skip to content
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 a build pipeline parameter to avoid the docker pull operation #1096

Open
sxa opened this issue Aug 9, 2024 · 0 comments
Open

Add a build pipeline parameter to avoid the docker pull operation #1096

sxa opened this issue Aug 9, 2024 · 0 comments

Comments

@sxa
Copy link
Member

sxa commented Aug 9, 2024

Related:

In #611 I made a change to avoid issuing a docker pull to get the dockerfile for RHEL. This is due to the OS being licensed and therefore cannot be redistributed. This was necessary for Linux/s390x where we build on RHEL because CentOS was not available.

The way this was done was to search for rhel in the image name, which is suboptimal (and in fact I have created images with notrhel in the name elsewhere when I wanted to avoid the pull, such as the windows ones) and was never indented to be a permanent solution. We should add a parameter to the pipelines, or have some other mechanism to do the same, to allow the image not to be "pulled". While we want to have all production images uploaded somewhere (location TBC) this would also allow for more rapid local testing of new images on the machines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Status: Todo
Development

No branches or pull requests

1 participant