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
FROM scratch HEALTHCHECK --timeout=5s.1ms CMD ls
$ docker build . Sending build context to Docker daemon 1.693MB Step 1/2 : FROM scratch ---> Step 2/2 : HEALTHCHECK --timeout=5s.1ms CMD ls ---> Running in 3af4f3acc567 ---> 22f68f4e91b1 Removing intermediate container 3af4f3acc567 Successfully built 22f68f4e91b1
It seems like the parsing of a flag's duration isn't quite right.
$ dockerfile-utils lint Dockerfile Line: 2 HEALTHCHECK --timeout=5s.1ms CMD ls ^^^^^^ Error: time: unknown unit . in duration 5s.1ms
The text was updated successfully, but these errors were encountered:
d89324d
rcjsuen
No branches or pull requests
It seems like the parsing of a flag's duration isn't quite right.
The text was updated successfully, but these errors were encountered: