Skip to content

Commit

Permalink
lint: SC30XX we don'tcare about POSIX compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schurz <[email protected]>
  • Loading branch information
schurzi committed Oct 17, 2023
1 parent 01b7eb6 commit 8daa6fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .hadolint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ ignored:
- DL3033 # we don't want to pin versions
- DL3041 # we don't want to pin versions
- DL3037 # we don't want to pin versions
- SC3009 # we don't care aboint POSIX compatibility
- SC3037 # we don't care aboint POSIX compatibility
3 changes: 2 additions & 1 deletion opensuse_tumbleweed-ansible-latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM opensuse/tumbleweed:latest
LABEL maintainer="Sebastian Gumprich"
ENV container=docker

RUN zypper install -y python ansible dbus-1 systemd-sysvinit shadow sudo
RUN zypper install -y python ansible dbus-1 systemd-sysvinit shadow sudo && \
zypper clean

RUN cp /usr/lib/systemd/system/dbus.service /etc/systemd/system/; \
sed -i 's/OOMScoreAdjust=-900//' /etc/systemd/system/dbus.service
Expand Down

0 comments on commit 8daa6fe

Please sign in to comment.