Skip to content

Initial setup

Initial setup #11

Triggered via pull request April 26, 2024 15:09
@lucyblucyb
synchronize #7
initial-setup
Status Success
Total duration 24s
Artifacts

main.yml

on: pull_request
lint-dockerfile
16s
lint-dockerfile
Fit to window
Zoom out
Zoom in

Annotations

4 errors
lint-dockerfile: Dockerfile#L11
DL3027 warning: Do not use apt as it is meant to be a end-user tool, use apt-get or apt-cache instead
lint-dockerfile: Dockerfile#L11
DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
lint-dockerfile: Dockerfile#L25
DL3022 warning: `COPY --from` should reference a previously defined `FROM` alias
lint-dockerfile: Dockerfile#L32
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.