-
Notifications
You must be signed in to change notification settings - Fork 323
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 automated build Dockerfile and hooks #3
Conversation
@@ -0,0 +1,62 @@ | |||
# This Dockerfile creates a production release image for the project. This | |||
# downloads the release from releases.hashicorp.com and therefore requires that | |||
# the release is published before building the Docker iamge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "iamge" -> "image"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! 👍
Jira: STO-9658 - spread hashicorp#1: 1 big (480Gb) instance (mems97) on 2m20300bf2 - spread hashicorp#2: 2 normal (240Gb) instances (mems9[56]) on 2m20300bdx - spread hashicorp#3: 3 small (160Gb) instances (mems9[234]) on 2m20300bdw - spread hashicorp#2: 1 small and 1 normal instance (mems9[46]) on 2m20300bdr Change-Id: I897c4e8084222c460f722c74ecc3532876a1efff Signed-off-by: Jean-Francois Weber-Marx <[email protected]>
values: update to consul 1.2.3
# This is the 1st commit message: Add service for terminating-gateways # This is the commit message #2: Add gateway-kind:terminating to deployment # This is the commit message #3: Add registration path for terminating gateways # This is the commit message #4: Add BATS tests # This is the commit message #5: Remove registration from terminating gateways deployment # This is the commit message #6: Set ports AFAIK in service # This is the commit message #7: Begin setting values for endpoints controller # This is the commit message #8: Copy values from deployment to endpoints controller (as comment) # This is the commit message #9: Use connect-init instead of acl-init # This is the commit message #10: Remove guards from term gw service (they will get hit by the deployment) # This is the commit message #11: Range over gateways to produce a service for each deployment # This is the commit message #12: Add test for multiple gateways # This is the commit message #13: Remove the format script # This is the commit message #14: Note which parts of the config have been set
This adds the Dockerfile and hooks for Docker automated builds.
The automated builds are already configured to trigger from a
v1.2.3
style tag.Read more for docs here: