-
Notifications
You must be signed in to change notification settings - Fork 38
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
build(docker): fix JSONArgsRecommended warning #596
Comments
mdonadoni
added a commit
to mdonadoni/reana-workflow-controller
that referenced
this issue
Aug 8, 2024
Fix the `JSONArgsRecommended` warning by explicitly setting the shell to be used when running the Dockerfile's `CMD` command. Note that it is not possible to switch to the exec form of `CMD`, as it lacks environment variable expansion. Closes reanahub#596
mdonadoni
added a commit
to mdonadoni/reana-workflow-controller
that referenced
this issue
Aug 8, 2024
Fix the `JSONArgsRecommended` warning by explicitly setting the shell to be used when running the Dockerfile's `CMD` command. Note that it is not possible to switch to the exec form of `CMD`, as it lacks environment variable expansion. Closes reanahub#596
jlemesh
pushed a commit
to jlemesh/reana-workflow-controller
that referenced
this issue
Aug 16, 2024
Fix the `JSONArgsRecommended` warning by explicitly setting the shell to be used when running the Dockerfile's `CMD` command. Note that it is not possible to switch to the exec form of `CMD`, as it lacks environment variable expansion. Closes reanahub#596
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behaviour
See https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
Expected behaviour
No warnings should be printed during container image building of REANA components.
The text was updated successfully, but these errors were encountered: