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 tag is invalid #20

Closed
rcjsuen opened this issue Feb 10, 2018 · 0 comments
Closed

Warn if base image's tag is invalid #20

rcjsuen opened this issue Feb 10, 2018 · 0 comments
Assignees

Comments

@rcjsuen
Copy link
Owner

rcjsuen commented Feb 10, 2018

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

FROM alpine:
$ docker build .
Sending build context to Docker daemon   1.88MB
Step 1/1 : FROM alpine:
invalid reference format
FROM alpine:^
$ docker build .
Sending build context to Docker daemon  1.881MB
Step 1/1 : FROM alpine:^
invalid reference format
FROM alpine:a66^
$ docker build .
Sending build context to Docker daemon  1.881MB
Step 1/1 : FROM alpine:a66^
invalid reference format
@rcjsuen rcjsuen changed the title Warn if source image's tag is invalid Warn if base image's tag 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