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
which doesn't work as expected without uncommenting the inline set opts.
Shell: /bin/bash
Shell options after explicit set: hB
Detailed shell options:
allexport off
braceexpand on
emacs off
errexit off
errtrace off
functrace off
hashall on
histexpand off
history off
ignoreeof off
interactive-comments on
keyword off
monitor off
noclobber off
noexec off
noglob off
nolog off
notify off
nounset off
onecmd off
physical off
pipefail off
posix off
privileged off
verbose off
vi off
xtrace off
The text was updated successfully, but these errors were encountered:
Is this a docs issue?
Type of issue
I can't find what I'm looking for
Description
Hadolint points to the online documentation for the
SHELL
directive. Which is good.However, all that's given here is a powershell example.
That might be useful on windows or dotnet related dockerfiles, but not so handy for linux ones.
Location
https://docs.docker.com/reference/dockerfile/
Suggestion
Maybe a more detailed example based on the moby repo?:
This is me taking a stab at setting shell flags and options
which doesn't work as expected without uncommenting the inline
set
opts.The text was updated successfully, but these errors were encountered: