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

fixing FROM rule #124

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

fixing FROM rule #124

wants to merge 7 commits into from

Conversation

644262163
Copy link

fixing no_tag regex rule

@@ -5,7 +5,7 @@
#

# Pull base image.
FROM dockerfile/ubuntu
FROM ubuntu:14.04
Copy link
Contributor

@PeterDaveHello PeterDaveHello Oct 6, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not related?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule: No tag is used. It is recommended that a specific tag is used in the FROM line or *-released which is the latest supported release.

This test case does not pass this rule

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I got it, thanks for the explanation!

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