Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package php-apache8-image for openSUSE:Factory checked in at 2024-09-11 16:56:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php-apache8-image (Old) and /work/SRC/openSUSE:Factory/.php-apache8-image.new.17570 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "php-apache8-image" Wed Sep 11 16:56:41 2024 rev:21 rq:1200076 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/php-apache8-image/php-apache8-image.changes 2024-08-15 09:58:21.287045040 +0200 +++ /work/SRC/openSUSE:Factory/.php-apache8-image.new.17570/php-apache8-image.changes 2024-09-11 16:57:37.551628005 +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.Omz4Mo/_old 2024-09-11 16:57:38.075649894 +0200 +++ /var/tmp/diff_new_pack.Omz4Mo/_new 2024-09-11 16:57:38.079650062 +0200 @@ -16,6 +16,8 @@ #!BuildTag: opensuse/bci/php-apache:8 #!BuildTag: opensuse/bci/php-apache:8-%RELEASE% +#!BuildTag: opensuse/bci/php-apache:%%php_version%% +#!BuildTag: opensuse/bci/php-apache:%%php_version%%-%RELEASE% #!BuildTag: opensuse/bci/php-apache: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-Apache 8" LABEL org.opencontainers.image.description="PHP-Apache 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.Omz4Mo/_old 2024-09-11 16:57:38.111651398 +0200 +++ /var/tmp/diff_new_pack.Omz4Mo/_new 2024-09-11 16:57:38.115651565 +0200 @@ -68,7 +68,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-apache:8 @@ -78,16 +78,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