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 git to docker image for go alpine 1.18 #113

Merged
merged 2 commits into from
Mar 17, 2022
Merged

Add git to docker image for go alpine 1.18 #113

merged 2 commits into from
Mar 17, 2022

Conversation

ryanwholey
Copy link
Contributor

@ryanwholey ryanwholey commented Mar 17, 2022

go 1.18's alpine image does not contain the git binary, which was included in alpine 1.17. With 1.18's release, our build pipeline fails because go had been depending on git to exist and have jumped to 1.18 because we were not pinning to a go minor version.

Changes

  • Add git binary
  • Pin to minor 1.18

@ryanwholey ryanwholey changed the title Add git to docker image for 1.18 Add git to docker image for go alpine 1.18 Mar 17, 2022
@ryanwholey ryanwholey merged commit b638aa9 into master Mar 17, 2022
@ryanwholey ryanwholey deleted the rw-add-git branch March 17, 2022 19:24
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.

None yet

2 participants