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

Flag STOPSIGNAL with $ argument as an error #11

Closed
rcjsuen opened this issue Jan 19, 2018 · 0 comments
Closed

Flag STOPSIGNAL with $ argument as an error #11

rcjsuen opened this issue Jan 19, 2018 · 0 comments
Assignees

Comments

@rcjsuen
Copy link
Owner

rcjsuen commented Jan 19, 2018

If we run the CLI linter on the file below, we won't get any errors. However, the Docker builder will not build the image as $ is not a valid STOPSIGNAL argument so the linter should be updated to handle this case.

FROM scratch
STOPSIGNAL $
$ docker build .
Sending build context to Docker daemon  1.871MB
Step 1/2 : FROM scratch
 --->
Step 2/2 : STOPSIGNAL $
Invalid signal: $
@rcjsuen rcjsuen self-assigned this Jan 20, 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