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

Makefile: ensure a Docker multi-platform builder exists before building images #104

Closed
wants to merge 1 commit into from

Conversation

pracucci
Copy link
Collaborator

Today I've encountered an issue when building v0.10.0: on my machine I didn't have a multi-platform builder selected. In this PR I propose to create a specific builder for the rollout-operator (with the platforms we need) and then use it. This fixed my issue.

…ng images

Signed-off-by: Marco Pracucci <marco@pracucci.com>
@pracucci pracucci requested a review from a team as a code owner December 14, 2023 10:09
@pstibrany
Copy link
Member

I am not sure that creating per-project builder is a way to go. Builders are deamons running on your machine, and if they are unused, they just consume resources. Perhaps it would be better to check if default builder supports required platforms, and if not, suggest commands to set up one?

@pracucci
Copy link
Collaborator Author

I am not sure that creating per-project builder is a way to go. Builders are deamons running on your machine, and if they are unused, they just consume resources. Perhaps it would be better to check if default builder supports required platforms, and if not, suggest commands to set up one?

Ok

@pracucci pracucci marked this pull request as draft December 14, 2023 11:10
@pracucci pracucci closed this Dec 14, 2023
@pracucci
Copy link
Collaborator Author

Closing for now. Don't have bandwidth to follow up on this.

@pracucci pracucci deleted the ensure-multi-platform-builder-exists branch December 14, 2023 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants