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
RHAIENG-287: fix(Dockerfiles): use bash or printf to avoid Hadolint SC3037,SC3041 warning
```
./jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu:19 SC3037 warning: In POSIX sh, echo flags are undefined.
./jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu:178 SC3041 warning: In POSIX sh, set flag -E is undefined.
./jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu:312 SC3041 warning: In POSIX sh, set flag -E is undefined.
./jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu:322 SC3041 warning: In POSIX sh, set flag -E is undefined.
./jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu:331 SC3041 warning: In POSIX sh, set flag -E is undefined.
./codeserver/ubi9-python-3.12/Dockerfile.cpu:288 SC3041 warning: In POSIX sh, set flag -E is undefined.
```
0 commit comments