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

Remove consul binary from the consul-ecs docker image #40

Merged
merged 1 commit into from
Oct 21, 2021

Conversation

erichaberkorn
Copy link
Contributor

@erichaberkorn erichaberkorn commented Oct 19, 2021

Changes proposed in this PR:

  • Remove the consul binary from the consul-ecs docker image. This allows users to select whatever version of consul they would like by injecting the consul binary into /bin/consul-inject

How I've tested this PR:

See hashicorp/terraform-aws-consul-ecs#53

How I expect reviewers to test this PR:

👁️

Checklist:

  • Tests added
  • CHANGELOG entry added

This allows users to inject a consul binary into /bin/consul-inject
@erichaberkorn erichaberkorn marked this pull request as ready for review October 20, 2021 14:28
@erichaberkorn erichaberkorn requested review from a team, pglass and ishustava and removed request for a team October 20, 2021 14:28
Copy link

@pglass pglass left a comment

Choose a reason for hiding this comment

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

🎉

@@ -23,13 +18,19 @@ ENV HASHICORP_RELEASES=https://releases.hashicorp.com

# Create a non-root user to run the software.
RUN addgroup ${NAME} && \
adduser -S -G ${NAME} ${NAME}
adduser -S -G ${NAME} ${NAME} && \
# Changing the owner of /consul to NAME allows mesh-init to run as NAME rather
Copy link
Member

Choose a reason for hiding this comment

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

great docs!

@erichaberkorn erichaberkorn merged commit 7d9080d into main Oct 21, 2021
@erichaberkorn erichaberkorn deleted the remove-consul-binary branch October 21, 2021 13:17
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.

4 participants