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

Don't create pods/container when registering systemd unit #923

Conversation

winston-yallow
Copy link
Contributor

Closes #922 by removing the side effect from the systemd register action.

Contributor Checklist:

  • this PR is outside of the scope of the compose spec as it is systemd related.
  • no unit tests have been changes since the code that was removed wasn't tested before.

@winston-yallow winston-yallow force-pushed the remove-sideeffect-from-systemd-registration branch 2 times, most recently from f969029 to 4399db0 Compare May 1, 2024 17:58
@winston-yallow
Copy link
Contributor Author

winston-yallow commented May 1, 2024

It seems like the DCO bot is not happy with my "Signed-off-by" line since I used the anonymized github mail there, which works for signing commits (you can see it is verified) but apparently does not satisfy the bot.
got it working, my bad

@winston-yallow winston-yallow force-pushed the remove-sideeffect-from-systemd-registration branch from 4399db0 to d31a8b1 Compare May 1, 2024 18:03
@p12tic
Copy link
Collaborator

p12tic commented May 1, 2024

Looks like I can override DCO bot, which is reasonable in this case.

@winston-yallow
Copy link
Contributor Author

Already figured it out, my local git client did the signing wrong. Edited it manually, sorry for the hassle 😅

@p12tic
Copy link
Collaborator

p12tic commented May 1, 2024

Ah, now it's signed as expected by the bot, thanks.

@p12tic p12tic merged commit a73dac2 into containers:main May 1, 2024
8 checks passed
@winston-yallow
Copy link
Contributor Author

thanks for the fast merge!

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.

Registering a systemd unit should not create pods or containers
2 participants