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:
parent
0ecb2857a7
commit
a28732b686
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user