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

added "light" docker image #1191

Merged
merged 2 commits into from
Feb 28, 2019
Merged

Conversation

atheiman
Copy link
Contributor

@atheiman atheiman commented Feb 25, 2019

This new docker image is suitable for use as a sidecar container in a Kubernetes pod with the PodShareProcessNamespace feature. There is more information on why the current images are not a good fit in the linked issue.

Closes #1190

@hashicorp-cla
Copy link

hashicorp-cla commented Feb 25, 2019

CLA assistant check
All committers have signed the CLA.

@atheiman
Copy link
Contributor Author

@pearkes @kyhavlov you two seem to be the most active contributors to this - could you take a few minutes to review this contribution?

@pearkes
Copy link
Contributor

pearkes commented Feb 28, 2019

@atheiman thanks for the contribution and the idea! I don't see any concern with adding this additional target, given it has no dependencies and doesn't add any management overheard I can think of. We'll be doing a Docker release soon (#1192) and this should be available following that.

@pearkes pearkes merged commit ebab455 into hashicorp:master Feb 28, 2019
@atheiman atheiman deleted the light-docker-image branch March 1, 2019 01:40
@atheiman
Copy link
Contributor Author

atheiman commented Mar 3, 2019

If anyone finds this, the light tag has been released: https://hub.docker.com/r/hashicorp/consul-template/tags

$ docker run --rm -it hashicorp/consul-template:light -version
consul-template v0.20.0 (b709612c)
$ docker run --rm -it --entrypoint=/bin/sh hashicorp/consul-template:light
/ # which consul-template
/bin/consul-template
/ # cat /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.9.0
PRETTY_NAME="Alpine Linux v3.9"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://bugs.alpinelinux.org/"

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