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

docker: alpine without docker-base #1333

Merged
merged 4 commits into from
Mar 3, 2020

Conversation

greut
Copy link
Contributor

@greut greut commented Jan 19, 2020

Alpine comes with tini, which is quite similar to dumb-init. It simplifies a bit the Dockerfile for alpine.

cf. #1245

@eikenb
Copy link
Contributor

eikenb commented Jan 24, 2020

I was just working on this as well. Alpine also comes with dumb-init and that is what I was going to use. Do you think tini offers any advantages? If not I'd suggest we stick with dumb-init to keep the change to a minimum.

As you beat me to the PR we can use your version once we nail down the tini/dumb-init thing.

greut added 2 commits January 26, 2020 10:59
Signed-off-by: Yoan Blanc <[email protected]>
@greut
Copy link
Contributor Author

greut commented Jan 26, 2020

@eikenb sure dumb-init it is.

@eikenb eikenb added this to the 0.25.0 milestone Feb 1, 2020
@eikenb eikenb merged commit 79fe74e into hashicorp:master Mar 3, 2020
@greut greut deleted the docker-alpine-with-tini branch March 3, 2020 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants