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

Avoid auto-pulling 'scratch' image #565

Merged
merged 1 commit into from
Sep 26, 2016

Commits on Sep 25, 2016

  1. Since version 1.5.0, Docker interprets the Dockerfile instruction

    `FROM scratch` as a special case indicating a no-base image.
    This implies that there is no more an image named 'scratch'.
    Building an image from a Dockerfile with `FROM scratch` currently
    causes the error:
      Unable to pull 'scratch:latest': 'scratch' is a reserved name (Internal Server Error: 500)
    Avoid auto-pulling 'scratch' image.
    Pac72 committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    f97674c View commit details
    Browse the repository at this point in the history