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 pip install --no-cache-dir to avoid Hadolint DL3042 warning
```
./runtimes/datascience/ubi9-python-3.12/Dockerfile.cpu:214 DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
./runtimes/datascience/ubi9-python-3.12/Dockerfile.cpu:239 DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
./runtimes/datascience/ubi9-python-3.12/Dockerfile.cpu:308 DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
./codeserver/ubi9-python-3.12/Dockerfile.cpu:53 DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
./jupyter/trustyai/ubi9-python-3.12/Dockerfile.cpu:32 DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
```
0 commit comments