Accepting request 946423 from devel:kubic:containers

OBS-URL: https://build.opensuse.org/request/show/946423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/httpd-image?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2022-01-14 22:13:29 +00:00 committed by Git OBS Bridge
commit 58d2f61f60
2 changed files with 7 additions and 1 deletions

View File

@ -16,7 +16,8 @@ PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL org.opensuse.reference="registry.opensuse.org/opensuse/httpd:%%PKG_VERSION%%-%RELEASE%"
RUN zypper install -y --no-recommends apache2 && \
zypper clean
zypper clean && \
rm -rf /var/log/* /var/cache/zypp
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
STOPSIGNAL SIGWINCH

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 14 13:09:12 UTC 2022 - Dan Čermák <dcermak@suse.com>
- Cleanup /var/log & /var/cache/zypp
-------------------------------------------------------------------
Thu Apr 08 09:37:09 UTC 2021 - bruno.leon@suse.com