SHA256
1
0
forked from pool/httpd-image

Accepting request 946418 from home:dancermak:branches:devel:kubic:containers

Cleanup /var/log & /var/cache/zypp

OBS-URL: https://build.opensuse.org/request/show/946418
OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/httpd-image?expand=0&rev=3
This commit is contained in:
Bruno Leon 2022-01-14 13:44:28 +00:00 committed by Git OBS Bridge
parent 0ecb2857a7
commit a28732b686
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