Skip to content

Commit bc66a50

Browse files
authored
Merge pull request #1048 from SUSE/php_supported
Mark PHP containers as supported
2 parents 56958d0 + 4e84ae0 commit bc66a50

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/bci_build/package/php.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from bci_build.package import LanguageStackContainer
77
from bci_build.package import OsVersion
88
from bci_build.package import Replacement
9+
from bci_build.package import SupportLevel
910

1011

1112
@enum.unique
@@ -148,6 +149,7 @@ def _create_php_bci(
148149
Replacement("%%php_version%%", package_name=f"php{php_version}"),
149150
],
150151
cmd=cmd,
152+
support_level=SupportLevel.L3,
151153
entrypoint=["docker-php-entrypoint"],
152154
env={
153155
"PHP_VERSION": "%%php_version%%",

0 commit comments

Comments
 (0)