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

Conversation

Pac72
Copy link
Contributor

@Pac72 Pac72 commented Sep 25, 2016

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.

`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.
@rhuss
Copy link
Collaborator

rhuss commented Sep 26, 2016

Thanks ! will add this to the next release.

@rhuss rhuss merged commit f97674c into fabric8io:master Sep 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants