We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the digest of a FROM is invalid, we should create a warning about it.
FROM
FROM alpine@sha25:x
$ docker build . Sending build context to Docker daemon 1.881MB Step 1/1 : FROM alpine@sha25:x invalid reference format
The text was updated successfully, but these errors were encountered:
Leaving this issue open for creating a warning if the digest is invalid. See #20 for creating a warning a warning if the tag is invalid.
Sorry, something went wrong.
67e5586
rcjsuen
No branches or pull requests
If the digest of a
FROM
is invalid, we should create a warning about it.FROM alpine@sha25:x
The text was updated successfully, but these errors were encountered: