Docker automated build Dockerfile and hooks#3
Merged
Conversation
adilyse
reviewed
Sep 25, 2018
| @@ -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. | |||
geobeau
pushed a commit
to geobeau/consul-k8s
that referenced
this pull request
Feb 25, 2021
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 <jf.webermarx@criteo.com>
kschoche
added a commit
that referenced
this pull request
Apr 6, 2021
kschoche
added a commit
that referenced
this pull request
Apr 6, 2021
ndhanushkodi
referenced
this pull request
in ndhanushkodi/consul-k8s
Jul 9, 2021
values: update to consul 1.2.3
t-eckert
pushed a commit
that referenced
this pull request
Sep 8, 2022
# 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
wilkermichael
pushed a commit
that referenced
this pull request
Oct 17, 2022
wilkermichael
pushed a commit
that referenced
this pull request
Oct 18, 2022
wilkermichael
pushed a commit
that referenced
this pull request
Oct 18, 2022
wilkermichael
pushed a commit
that referenced
this pull request
Oct 19, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds the Dockerfile and hooks for Docker automated builds.
The automated builds are already configured to trigger from a
v1.2.3style tag.Read more for docs here: