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

Warn if base image's digest is invalid #15

Closed
rcjsuen opened this issue Jan 20, 2018 · 1 comment
Closed

Warn if base image's digest is invalid #15

rcjsuen opened this issue Jan 20, 2018 · 1 comment
Assignees

Comments

@rcjsuen
Copy link
Owner

rcjsuen commented Jan 20, 2018

If the digest of a FROM is invalid, we should create a warning about it.

FROM alpine@sha25:x
$ docker build .
Sending build context to Docker daemon  1.881MB
Step 1/1 : FROM alpine@sha25:x
invalid reference format
@rcjsuen rcjsuen changed the title Warn if source image's digest/tag is invalid Warn if source image's digest is invalid Feb 10, 2018
@rcjsuen
Copy link
Owner Author

rcjsuen commented Feb 10, 2018

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.

@rcjsuen rcjsuen changed the title Warn if source image's digest is invalid Warn if base image's digest is invalid Feb 10, 2018
@rcjsuen rcjsuen self-assigned this Feb 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant