Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package php8-image for openSUSE:Factory checked in at 2024-09-11 16:56:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php8-image (Old) and /work/SRC/openSUSE:Factory/.php8-image.new.17570 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php8-image" Wed Sep 11 16:56:42 2024 rev:20 rq:1200078 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/php8-image/php8-image.changes 2024-08-15 09:58:22.791107464 +0200 +++ /work/SRC/openSUSE:Factory/.php8-image.new.17570/php8-image.changes 2024-09-11 16:57:39.059691000 +0200 @@ -1,0 +2,5 @@ +Wed Sep 11 08:07:25 UTC 2024 - Dirk Mueller <dmuel...@suse.com> + +- use full version in php container labels + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.Lyt3jJ/_old 2024-09-11 16:57:39.859724418 +0200 +++ /var/tmp/diff_new_pack.Lyt3jJ/_new 2024-09-11 16:57:39.863724586 +0200 @@ -16,6 +16,8 @@ #!BuildTag: opensuse/bci/php:8 #!BuildTag: opensuse/bci/php:8-%RELEASE% +#!BuildTag: opensuse/bci/php:%%php_version%% +#!BuildTag: opensuse/bci/php:%%php_version%%-%RELEASE% #!BuildTag: opensuse/bci/php: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 8" LABEL org.opencontainers.image.description="PHP 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.Lyt3jJ/_old 2024-09-11 16:57:39.891725755 +0200 +++ /var/tmp/diff_new_pack.Lyt3jJ/_new 2024-09-11 16:57:39.895725922 +0200 @@ -61,7 +61,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:8 @@ -71,16 +71,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