commit php-fpm8-image for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package php-fpm8-image for openSUSE:Factory checked in at 2024-09-11 16:56:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php-fpm8-image (Old) and /work/SRC/openSUSE:Factory/.php-fpm8-image.new.17570 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "php-fpm8-image" Wed Sep 11 16:56:42 2024 rev:20 rq:1200077 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/php-fpm8-image/php-fpm8-image.changes 2024-08-15 09:58:21.975073595 +0200 +++ /work/SRC/openSUSE:Factory/.php-fpm8-image.new.17570/php-fpm8-image.changes 2024-09-11 16:57:38.283658583 +0200 @@ -1,0 +2,5 @@ +Wed Sep 11 08:07:25 UTC 2024 - Dirk Mueller <dmueller@suse.com> + +- use full version in php container labels + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.7HSE3P/_old 2024-09-11 16:57:38.791679805 +0200 +++ /var/tmp/diff_new_pack.7HSE3P/_new 2024-09-11 16:57:38.795679971 +0200 @@ -16,6 +16,8 @@ #!BuildTag: opensuse/bci/php-fpm:8 #!BuildTag: opensuse/bci/php-fpm:8-%RELEASE% +#!BuildTag: opensuse/bci/php-fpm:%%php_version%% +#!BuildTag: opensuse/bci/php-fpm:%%php_version%%-%RELEASE% #!BuildTag: opensuse/bci/php-fpm:latest FROM opensuse/tumbleweed:latest @@ -27,7 +29,7 @@ LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)" LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI PHP-FPM 8" LABEL org.opencontainers.image.description="PHP-FPM 8 container based on the openSUSE Tumbleweed Base Container Image." -LABEL org.opencontainers.image.version="8" +LABEL org.opencontainers.image.version="%%php_version%%" LABEL org.opencontainers.image.url="https://www.opensuse.org" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="openSUSE Project" ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.7HSE3P/_old 2024-09-11 16:57:38.827681308 +0200 +++ /var/tmp/diff_new_pack.7HSE3P/_new 2024-09-11 16:57:38.831681475 +0200 @@ -113,7 +113,7 @@ can be used as an alternative source to obtain PHP extensions, but without any guarantee of interoperability with this image and without any official support. -PECL extensions can be installed as follows: +Install PECL extensions as follows: ```Dockerfile FROM registry.opensuse.org/opensuse/bci/php-fpm:8 @@ -123,16 +123,16 @@ pecl install APCu-5.1.21; ``` -**Note:** Building an extension may require installing additional dependencies. +**Note:** Building an extension may require installing its dependencies first. ## Compatibility with the DockerHub Image The following scripts ship with the image to keep it compatible with the DockerHub image: `docker-php-source`, `docker-php-ext-configure`, -`docker-php-ext-enable`, and `docker-php-ext-install`. Note that only -`docker-php-ext-install` performs an actual job. None of the other scripts -require to be executed in the image. +`docker-php-ext-enable`, and `docker-php-ext-install`. +The script `docker-php-ext-install` performs an actual job, all others are +just no-operation scripts for interoperability. ## Licensing
participants (1)
-
Source-Sync