Skip to content

Commit

Permalink
image: Add shellcheck to the image (kubevirt#10)
Browse files Browse the repository at this point in the history
This needs to be a separate step in order for our post submit jobs to
trigger and build the new image. This then needs to be used by our
pre-submit job before adding the use of shellcheck to the lint script.

Signed-off-by: Lee Yarwood <[email protected]>

Signed-off-by: Lee Yarwood <[email protected]>
  • Loading branch information
lyarwood authored Nov 4, 2022
1 parent 82ccf65 commit 3adec0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

FROM quay.io/fedora/fedora-minimal:36

RUN microdnf install -y make git golang python3-pip tar && microdnf clean all -y
RUN microdnf install -y make git golang python3-pip tar ShellCheck && microdnf clean all -y

# yamllint bashate openapi2jsonschema
RUN pip install yamllint bashate openapi2jsonschema && pip cache purge
Expand Down

0 comments on commit 3adec0b

Please sign in to comment.