Skip to content

adding break to loop #122

adding break to loop

adding break to loop #122

Triggered via push November 29, 2023 17:52
Status Failure
Total duration 18s
Artifacts

hadolint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: examples/streamlit/Dockerfile#L11
DL3009 info: Delete the apt-get lists after installing something
lint: serve-python/Dockerfile#L15
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
lint: serve-python/Dockerfile#L15
DL3027 warning: Do not use apt as it is meant to be a end-user tool, use apt-get or apt-cache instead
lint: serve-python/Dockerfile#L15
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
lint: serve-python/Dockerfile.test#L15
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
lint: serve-python/Dockerfile.test#L15
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
lint: serve-python/Dockerfile.test#L15
DL3027 warning: Do not use apt as it is meant to be a end-user tool, use apt-get or apt-cache instead
lint: serve-python/Dockerfile.test#L39
DL3003 warning: Use WORKDIR to switch to a directory
lint: serve-python/Dockerfile.test#L39
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
lint: serve-rstudio/Dockerfile#L74
SC2016 info: Expressions don't expand in single quotes, use double quotes for that.