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

chore(pkg/cli): set default runner on linux to docker #1611

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maxgio92
Copy link
Contributor

@maxgio92 maxgio92 commented Oct 29, 2024

Docker is already the default runner under Darwin. This is to provide consistency across different platforms, as Bubblewrap runner also runs with different uid in the userns and no capabilities, differently from both Docker and QEMU runners with root and a baseline set of capabilities.

Related:

Functional Changes

  • This change can build all of Wolfi without errors (describe results in notes)

Notes:

To be verified.

SCA Changes

  • Examining several representative APKs show no regression / the desired effect (details in notes)

Notes:

To be verified.

Linter

  • The new check is clean across Wolfi
  • The new check is opt-in or a warning

Notes:

To be verified.

This is already the default runner under Darwin.
And this is to provide consistency across different platforms, as Bubblewrap runner
also runs with different uid in the userns and no capabilities,
differently from both Docker and QEMU runners

Signed-off-by: Massimiliano Giovagnoli <[email protected]>
xnox pushed a commit to wolfi-dev/os that referenced this pull request Oct 29, 2024
Continuous integration and automation runs pipelines in Docker with
Melange, in order to provide consistency and homogeneous environment, it
sets the default runner to Docker. The Make variable can be inherited
and overridden.

  Related:
  - chainguard-dev/melange#1611

Signed-off-by: Massimiliano Giovagnoli <[email protected]>
@maxgio92 maxgio92 marked this pull request as draft October 29, 2024 17:39
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.

1 participant