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

Add CircleCI Configuration #11

Merged
merged 13 commits into from
May 30, 2019
Merged

Add CircleCI Configuration #11

merged 13 commits into from
May 30, 2019

Conversation

alvin-huang
Copy link
Contributor

@alvin-huang alvin-huang commented Apr 19, 2019

go.sum was updated due to:

verifying github.com/hashicorp/go-rootcerts@v0.0.0-20160503143440-6bb64b370b90: checksum mismatch
        downloaded: h1:VBj0QYQ0u2MCJzBfeYXGexnAl17GsH1yidnoxCqqD9E=
        go.sum:     h1:9HVkPxOpo+yO93Ah4yrO67d/qh0fbLLWbKqhYjyHq9A=

by removing go.sum, go clean -modcache, and regenerating a new go.sum. I suspect this was due to the symbolic link on deps in 1.11.3. This relates to golang/go#27925 and golang/go#27153 which was fixed in golang/go@1bca6ce. This fixes #7

This PR also closes #9, building and publishing docker containers on tags. This will build up to 3 containers per tag:

  1. latest which is the latest tag available. This will be updated when a new tag has a higher x.y.z.
  2. latest minor version which is the latest minor version of consul-aws. This will be updated if the latest x.y.Z > current x.y.Z.
  3. exact version which is the exact version of the tag. Every tag will get their exact x.y.z version published.

@alvin-huang alvin-huang changed the title Circleci config Add CircleCI Configuration Apr 19, 2019
@alvin-huang alvin-huang force-pushed the circleci-config branch 2 times, most recently from 073cd36 to 1e33b9e Compare April 19, 2019 21:44
Copy link
Member

@hanshasselberg hanshasselberg left a comment

Choose a reason for hiding this comment

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

🙏

@hanshasselberg hanshasselberg merged commit 69275d6 into master May 30, 2019
@hanshasselberg hanshasselberg deleted the circleci-config branch May 30, 2019 12:49
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.

[req] Publish docker images Fix hash for rootcerts
2 participants