Skip to content

Commit

Permalink
this should fix the hadolint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie committed Aug 9, 2024
1 parent c82acb7 commit f9e30d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/linters/.hadolint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
ignored:
- DL3007 # use latest tag
- DL3018 # apk should not pin all package versions
- DL3041 # dnf should not pin all package versions
- DL3008 # apt should not pin all package versions
- DL3003 # don't use workdir, this is readable when workdir isn't created yet
Expand Down
3 changes: 3 additions & 0 deletions images/wolfi.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ RUN apk update \

RUN export PATH=$HOME/.local/bin:$PATH

# Shell setup
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Make and set the working directory
RUN mkdir -p /home/runner \
&& chown -R runner:runner /home/runner
Expand Down

0 comments on commit f9e30d4

Please sign in to comment.