[info=f8bfb704de898df2fb71bf6d531ab8ba]
OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/php-apache8-image?expand=0&rev=174
This commit is contained in:
parent
fe34faeb33
commit
08748a001e
@ -15,9 +15,10 @@
|
||||
|
||||
#!UseOBSRepositories
|
||||
|
||||
#!BuildTag: opensuse/bci/php-apache:%%php_version%%-%RELEASE%
|
||||
#!BuildTag: opensuse/bci/php-apache:%%php_version%%
|
||||
#!BuildTag: opensuse/bci/php-apache:8-%RELEASE%
|
||||
#!BuildTag: opensuse/bci/php-apache:8
|
||||
#!BuildTag: opensuse/bci/php-apache:%%php_version%%
|
||||
#!BuildTag: opensuse/bci/php-apache:latest
|
||||
|
||||
FROM opensuse/tumbleweed:latest
|
||||
@ -37,8 +38,8 @@ LABEL org.opencontainers.image.url="https://www.opensuse.org"
|
||||
LABEL org.opencontainers.image.created="%BUILDTIME%"
|
||||
LABEL org.opencontainers.image.vendor="openSUSE Project"
|
||||
LABEL org.opencontainers.image.source="%SOURCEURL%"
|
||||
LABEL org.opencontainers.image.ref.name="8-%RELEASE%"
|
||||
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/php-apache:8-%RELEASE%"
|
||||
LABEL org.opencontainers.image.ref.name="%%php_version%%-%RELEASE%"
|
||||
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/php-apache:%%php_version%%-%RELEASE%"
|
||||
LABEL org.openbuildservice.disturl="%DISTURL%"
|
||||
LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI"
|
||||
LABEL org.opensuse.release-stage="released"
|
||||
|
@ -35,7 +35,7 @@ Alternatively, you can mount the application's source code directly into the
|
||||
container:
|
||||
|
||||
```ShellSession
|
||||
$ podman run -d -p 8080:80 -v ./app/:/srv/www/htdocs:Z registry.opensuse.org/opensuse/bci/php-apache:8-%RELEASE%
|
||||
$ podman run -d -p 8080:80 -v ./app/:/srv/www/htdocs:Z registry.opensuse.org/opensuse/bci/php-apache:8
|
||||
```
|
||||
|
||||
## How to install PHP extensions
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 11:26:26 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
|
||||
|
||||
- make the version-%release tag the first one listed; remove duplicates where they existed; update image.ref/reference to point to the version-%release(-) tag
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 11 15:12:52 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user