You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dockerfile_lint does a good job linting RUN directives in Dockerfile's, considering many corner cases and risks of shell code. However, many Dockerfile's move the bulk of their provisioning logic into separate shell script files. Could dockerfile_lint suggest the same improvements for shell code in external scripts, as well as inline in Dockerfiles?
The text was updated successfully, but these errors were encountered:
dockerfile_lint does a good job linting
RUN
directives in Dockerfile's, considering many corner cases and risks of shell code. However, many Dockerfile's move the bulk of their provisioning logic into separate shell script files. Could dockerfile_lint suggest the same improvements for shell code in external scripts, as well as inline in Dockerfiles?The text was updated successfully, but these errors were encountered: