[info=d173c86eeb65687f818e4f91e0ab8f9e]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/php-fpm8-image?expand=0&rev=54
This commit is contained in:
Dan Čermák 2024-04-12 12:17:08 +00:00 committed by Git OBS Bridge
parent ea7dd841bb
commit 4e81acef9d
2 changed files with 6 additions and 1 deletions

View File

@ -38,7 +38,7 @@ LABEL org.opensuse.release-stage="released"
# endlabelprefix # endlabelprefix
RUN set -euo pipefail; zypper -n in php8 php8-cli php-composer2 php8-curl php8-zip php8-zlib php8-phar php8-mbstring php8-fpm; zypper -n clean; rm -rf /var/log/* RUN set -euo pipefail; zypper -n in php8 php8-cli php-composer2 php8-curl php8-zip php8-zlib php8-phar php8-mbstring php8-fpm; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
ENV PHP_VERSION="%%php_version%%" ENV PHP_VERSION="%%php_version%%"
ENV PHP_INI_DIR="/etc/php8/" ENV PHP_INI_DIR="/etc/php8/"
ENV PHPIZE_DEPS="php8-devel awk make" ENV PHPIZE_DEPS="php8-devel awk make"

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)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 17 14:29:14 UTC 2024 - Dan Čermák <dcermak@suse.com> Wed Jan 17 14:29:14 UTC 2024 - Dan Čermák <dcermak@suse.com>