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

Make the base & minimal notebook containers not amd specific (e.g. support building for arm64) #1368

Merged
merged 16 commits into from
Jul 8, 2021

Commits on Jul 6, 2021

  1. Dynamically select the right miniforge arch and unpin the ROOT_CONTAI…

    …NER so that buildx can build arm64 and amd64
    
    cleanup
    holdenk committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    5ce5888 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a125bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6a4667 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b7d143 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec579fa View commit details
    Browse the repository at this point in the history
  6. Fix up the dockerfile, make the default buildx compatible with the CI…

    … and add a comment about how to do cross-platform builds.
    holdenk committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    bae7ce7 View commit details
    Browse the repository at this point in the history
  7. Update the docs

    holdenk committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    c87bf14 View commit details
    Browse the repository at this point in the history
  8. Refactor the Makefile to support cross-building images incrementally,…

    … add ARG OWNER to the Dockerfile's so people can more easily push to their own, add docker buildx & ARM64 support to the CI
    holdenk committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    55d5f31 View commit details
    Browse the repository at this point in the history
  9. Simplify build-test-all rule

    holdenk committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    480a329 View commit details
    Browse the repository at this point in the history
  10. Match patch version

    holdenk committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    65312e2 View commit details
    Browse the repository at this point in the history
  11. Run prettier on docker.yml

    holdenk committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    22fef86 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8a16192 View commit details
    Browse the repository at this point in the history
  13. Skip CI changes

    holdenk committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    ad949af View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Revert the makefile changes

    holdenk committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    8f8b0d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99a75a2 View commit details
    Browse the repository at this point in the history
  3. back out unrelated changes

    holdenk committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    cf7dc25 View commit details
    Browse the repository at this point in the history