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

Update Alpine ARM docker image #51099

Merged
merged 2 commits into from
Apr 15, 2021

Commits on Apr 12, 2021

  1. Update Alpine ARM docker image

    The Alpine ARM docker image is used for cross compilation. There was a
    breaking change in Alpine 3.13 - it uses a new MUSL that has 64 bit
    time_t even on 32 bit platforms. Since the official support for Alpine
    ARM was not announced yet, it was decided that we will support it only
    on Alpine >= 3.13 instead of having to build and distribute two different
    versions of runtime.
    
    This change updates the docker image used to build Alpine ARM runtime to
    a new version that uses Alpine 3.13 rootfs. It is also using Ubuntu
    16.04 instead of 18.04 as a host to unify it with the one we use to
    build for Alpine ARM64.
    janvorli committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    f91f55e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    9723000 View commit details
    Browse the repository at this point in the history