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

maint: dockerize go services #373

Merged
merged 1 commit into from
Jan 9, 2023
Merged

maint: dockerize go services #373

merged 1 commit into from
Jan 9, 2023

Conversation

vreynolds
Copy link
Contributor

Which problem is this PR solving?

Short description of the changes

  • make it work again since switching to shared go.mod file
  • use non-alpine build container because we need git to resolve one of the deps
  • copy certs into bin container so we can talk to honeycomb

- make it work again since switching to shared go.mod file
- use non-alpine build container because we need git to resolve one of the deps
- copy certs into bin container so we can talk to honeycomb
@vreynolds vreynolds requested a review from a team January 9, 2023 17:38
@vreynolds vreynolds self-assigned this Jan 9, 2023
@vreynolds vreynolds added the merge at will Reviewer can merge the PR once reviewed. label Jan 9, 2023
Copy link
Contributor

@MikeGoldsmith MikeGoldsmith left a comment

Choose a reason for hiding this comment

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

Looks good to me. Left one comment about update go version.

@@ -1,10 +1,15 @@
FROM golang:1.16-alpine AS build
FROM golang:1.18 AS build
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we update to 1.19 not it's out?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think I picked 1.18 as "modern enough not to be obsolete, not so modern to cause issues"

@vreynolds vreynolds merged commit c0bd36d into main Jan 9, 2023
@vreynolds vreynolds deleted the vera.dockerize-go branch January 9, 2023 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge at will Reviewer can merge the PR once reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants