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

Move to the S6 init system #10

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Move to the S6 init system #10

wants to merge 8 commits into from

Conversation

brutalgg
Copy link

@brutalgg brutalgg commented Oct 5, 2020

These changes are to use the S6 init system in place of supervisor. This change drastically reduces the size of the resulting container by not requiring the entire python language to be installed as well as any supervisor dependencies.

Also structure has been added to allow the customization of the UID:GID of the container user. This is more flexible for upstream images as it allows the consumer of an image to define their own UID:GID without reliance on a user existing in the container with the desired id combination.

I've also created sample patches for upstream consumers of this image to demonstrate how s6 might be used. These changes can be viewed in the following repos or by pulling the image directly from dockerhub.

@brutalgg
Copy link
Author

brutalgg commented Oct 5, 2020

It appears I missed updating the goss tests for circle CI to pass. I will look into how I might be able to get these running.

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