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

Build docker with go 1.19 #1231

Merged
merged 2 commits into from
Oct 9, 2023
Merged

Build docker with go 1.19 #1231

merged 2 commits into from
Oct 9, 2023

Commits on Oct 9, 2023

  1. app-emulation/docker*: build docker with Go 1.19

    Go 1.18 is already EOL, so no security update at all. Since
    upstream docker projects already have Go 1.19, Flatcar should also have
    that.
    
    See also
    https://github.com/moby/moby/blob/5d6db842238e3c4f5f9fb9ad70ea46b35227d084/Dockerfile#L6.
    
    (cherry picked from commit 93a8983)
    Signed-off-by: Jeremi Piotrowski <[email protected]>
    Fixes: flatcar/Flatcar#1203
    dongsupark authored and jepio committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    fe2a76c View commit details
    Browse the repository at this point in the history
  2. changelog: Add entry for Docker permission issue

    caused by building with Go <1.19.
    
    Signed-off-by: Jeremi Piotrowski <[email protected]>
    jepio committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    254f77a View commit details
    Browse the repository at this point in the history