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

Change gitlab-ci to allow unprivileged gitlab runners #3824

Open
n-borges opened this issue Aug 3, 2022 · 0 comments
Open

Change gitlab-ci to allow unprivileged gitlab runners #3824

n-borges opened this issue Aug 3, 2022 · 0 comments

Comments

@n-borges
Copy link

n-borges commented Aug 3, 2022

Description

As is, the gitlab-ci script uses the docker:dind image, which assumes that the runner is privileged. We could change this behaviour, taking advantage of the gitlab container registry to build a test image and pull it later for the test job.

Rationale

Allowing non-privileged runners to run the pipelines would be a good thing securiy-wise.

If you think that might be a good idea, I would be happy to work on a PR for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant