update images info
All checks were successful
All checks were successful
This commit is contained in:
parent
99a96cc7b6
commit
61dea7bebf
@ -6,3 +6,7 @@ skip-arches = [ "386" ]
|
||||
|
||||
["alt/ansible"]
|
||||
skip-branches = [ "c10f2", "c10f1", "p10" ]
|
||||
|
||||
["alt/systemd"]
|
||||
skip-arches = [ "loongarch64" ]
|
||||
|
||||
|
@ -8,7 +8,14 @@ LABEL org.opencontainers.image.source="https://github.com/php/php-src"
|
||||
LABEL org.opencontainers.image.licenses="PHP-3.01"
|
||||
LABEL org.opencontainers.image.vendor="ALT Linux Team"
|
||||
|
||||
{% if branch == 'p10' %}
|
||||
{{ install_packages(
|
||||
"php8.2",
|
||||
"php8.2-xdebug",
|
||||
"php8.2",
|
||||
"php8.2-xdebug",
|
||||
) }}
|
||||
{% else %}
|
||||
{{ install_packages(
|
||||
"php8.3",
|
||||
"php8.3-xdebug",
|
||||
) }}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user