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 dockerEnabled option #191

Merged
merged 1 commit into from Nov 16, 2020
Merged

Conversation

Warashi
Copy link
Contributor

@Warashi Warashi commented Nov 16, 2020

Add dockerEnabled option for users who does not need docker and want not to run privileged container.
if dockerEnabled == false, dind container not run, and there are no privileged container.

Do the same as closed #96

Copy link
Collaborator

@mumoshu mumoshu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks a lot for your continued effort @Warashi!

Note: I initially thought if the new flag is same as DockerdWithinRunnerContainer, but it isn't. DockerWithinRunnerContainer also add priviledges to the runner container, which DockerEnabled doesn't. https://github.com/summerwind/actions-runner-controller/blob/e613219a8980c88977f8231bedbe691b5caa3d9c/controllers/runner_controller.go#L368

@mumoshu mumoshu merged commit 4371de9 into actions:master Nov 16, 2020
@callum-tait-pbx
Copy link
Contributor

callum-tait-pbx commented Nov 16, 2020

The new configuration option needs documenting still @Warashi

@Warashi
Copy link
Contributor Author

Warashi commented Nov 16, 2020

oh, I forgot to document this feature.
thank you for notifying me

@Warashi
Copy link
Contributor Author

Warashi commented Nov 16, 2020

Opened #193

mumoshu pushed a commit that referenced this pull request Nov 17, 2020
@Warashi Warashi deleted the feature/docker-enabled branch November 19, 2020 00:44
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

3 participants