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 containers for multiple architectures #93

Closed
wants to merge 7 commits into from

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    687cfdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3792e28 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Use multistage build for slim images

    Since the slim images are missing a ton of build tools it's easier to use a full image to build and then move the already built files over to the final image.
    tedivm committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    dfad493 View commit details
    Browse the repository at this point in the history
  2. reuse buildx builder

    tedivm committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    36a37e9 View commit details
    Browse the repository at this point in the history
  3. formatting

    tedivm committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    61dfcaa View commit details
    Browse the repository at this point in the history
  4. fix python3.8-slim path

    tedivm committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    5446352 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

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