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

Stable build images for Alpine x64 and x86 have outdated Go version #1043

Closed
atc0005 opened this issue Jun 14, 2023 · 1 comment · Fixed by #1046
Closed

Stable build images for Alpine x64 and x86 have outdated Go version #1043

atc0005 opened this issue Jun 14, 2023 · 1 comment · Fixed by #1046
Assignees
Labels
Milestone

Comments

@atc0005
Copy link
Owner

atc0005 commented Jun 14, 2023

Per https://hub.docker.com/_/golang/tags?page=1&name=1.20.5-alpine there are Alpine-based Go 1.20.5 images for:

  • Alpine 3.17
  • Alpine 3.18
  • Alpine "current" (shown as 1.20.5-alpine)

We are using Go 1.20 images based on Alpine 3.16:

FROM golang:1.20.4-alpine3.16

FROM i386/golang:1.20.4-alpine3.16

which only provide up to Go 1.20.4 and not Go 1.20.5 as intended.

We'll need to move from Alpine 3.16 to one of the other two image versions.

@atc0005 atc0005 added this to the Next Release milestone Jun 14, 2023
@atc0005 atc0005 self-assigned this Jun 14, 2023
@atc0005
Copy link
Owner Author

atc0005 commented Jun 15, 2023

Per https://hub.docker.com/_/golang/tags?page=1&name=1.20.5-alpine there are Alpine-based Go 1.20.5 images for:

  • Alpine 3.17
  • Alpine 3.18
  • Alpine "current" (shown as 1.20.5-alpine)

The same holds true for Go 1.19.10 images:

https://hub.docker.com/_/golang/tags?page=1&name=1.19.10-alpine

atc0005 added a commit that referenced this issue Jun 15, 2023
Switch from Alpine 3.16 to Alpine 3.18.

refs GH-1043
atc0005 added a commit that referenced this issue Jun 15, 2023
All dependency versions updated to reflect the switch from
Alpine 3.16 to 3.18:

- bash
- file
- gcc
- git
- make
- mingw-w64-gcc
- musl-dev
- nano
- util-linux
- xz

refs GH-1043
@atc0005 atc0005 changed the title Stable build images for Alpine x64 and x86 are outdated Stable build images for Alpine x64 and x86 have outdated Go version Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant