issue-14: modification Dockerfile + structure k8S (à compléter)
All checks were successful
Cadoles/hydra-sql/pipeline/pr-develop This commit looks good
All checks were successful
Cadoles/hydra-sql/pipeline/pr-develop This commit looks good
This commit is contained in:
11
misc/images/hydra-sql-standalone/Dockerfile
Normal file
11
misc/images/hydra-sql-standalone/Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
ARG ADDITIONAL_PACKAGES="
|
||||
bash
|
||||
mysql-client
|
||||
php81-cli
|
||||
php81-pdo_pgsql
|
||||
php81-pdo_mysql
|
||||
php81-mysqli
|
||||
php81-pgsql
|
||||
"
|
||||
|
||||
FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-standalone
|
Reference in New Issue
Block a user