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

drivers/docker: detect arch for default docker plugin infra_image #8957

Merged
merged 1 commit into from
Sep 23, 2020

Commits on Sep 23, 2020

  1. drivers/docker: detect arch for default infra_image

    The 'docker.config.infra_image' would default to an amd64 container.
    It is possible to reference the correct image for a platform using
    the `runtime.GOARCH` variable, eliminating the need to explicitly set
    the `infra_image` on non-amd64 platforms.
    
    Also upgrade to Google's pause container version 3.1 from 3.0, which
    includes some enhancements around process management.
    
    Fixes #8926
    shoenig committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    188a604 View commit details
    Browse the repository at this point in the history