Accepting request 1167088 from devel:BCI:Tumbleweed

🤖: sync package with devel:BCI:Tumbleweed from OBS

OBS-URL: https://build.opensuse.org/request/show/1167088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/init-image?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2024-04-14 09:54:09 +00:00 committed by Git OBS Bridge
commit fb6a0a18b1
2 changed files with 6 additions and 1 deletions

View File

@ -41,7 +41,7 @@ LABEL org.opensuse.release-stage="released"
# endlabelprefix
LABEL usage="This container should only be used to build containers for daemons. Add your packages and enable services using systemctl."
RUN set -euo pipefail; zypper -n in --no-recommends systemd gzip; zypper -n clean; rm -rf /var/log/*
RUN set -euo pipefail; zypper -n in --no-recommends systemd gzip; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
CMD ["/usr/lib/systemd/systemd"]
RUN mkdir -p /etc/systemd/system.conf.d/ && \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 12 12:03:53 UTC 2024 - Dirk Mueller <dmueller@suse.com>
- Don't wipe everything in /var/log, only remove log files (this omits directories owned by packages)
-------------------------------------------------------------------
Fri Mar 22 17:20:58 UTC 2024 - Dirk Mueller <dmueller@suse.com>