Compare commits

..

12 Commits

Author SHA1 Message Date
930ff42495 Merge pull request 'chore(hydra-sql) #57 : bump symfony to version 6.4 and php version to 8.4' (#75) from issue-57-hydra-sql into unstable
Reviewed-on: #75
2025-07-30 13:46:37 +02:00
494f6d7fc7 chore(hydra-sql) #57 : bump symfony to version 6.4 and php version to 8.4 2025-07-30 13:31:34 +02:00
5c0a0b43a1 Merge pull request 'feat(caddy) #27-SC : update oidc, sql and dispatcher caddy images' (#74) from issue-27-sc-caddy-logs into unstable
Reviewed-on: #74
2025-07-30 12:00:36 +02:00
bf338d0a32 feat(caddy) #27-SC : update oidc, sql and dispatcher caddy images 2025-06-13 13:52:47 +02:00
a50f2e50c3 Merge pull request 'Sprint-6 : Update for compatibility with new symfony containers' (#51) from rm-default-configs into unstable
Reviewed-on: #51
Reviewed-by: vfebvre <vfebvre@cadoles.com>
2025-05-12 13:26:29 +02:00
7134e53584 fix(security): bump alpine version to fix vulnerabilities 2025-05-12 13:25:39 +02:00
41afa90886 feat : add emptyDir on /tmp for symfony containers based containers 2025-05-12 13:25:39 +02:00
f8b1dae1f2 feat : update image refs 2025-05-12 13:25:37 +02:00
3c9b5ec22a Remove sql default config 2025-05-12 13:24:54 +02:00
39438b0778 Remove dispatcher default config 2025-05-12 13:24:54 +02:00
905a2aaa0d Merge pull request 'feat(FC2) : update hydra-oidc for fc2 compatibility' (#71) from fc2 into unstable
Reviewed-on: #71
2025-04-29 11:31:52 +02:00
d2dfc4a5f8 feat(FC2) : update hydra-oidc for fc2 compatibility 2025-04-29 11:31:52 +02:00
3 changed files with 21 additions and 9 deletions

View File

@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: hydra-oidc-php-fpm
image: reg.cadoles.com/cadoles/hydra-oidc-base:2025.5.2-symfonycontainerupdate.1649.313cb84
image: reg.cadoles.com/cadoles/hydra-oidc-base:2025.6.13-develop.1333.aa5c382
imagePullPolicy: IfNotPresent
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
readinessProbe:
@ -55,7 +55,7 @@ spec:
runAsUser: 1000
- name: hydra-oidc-caddy
image: reg.cadoles.com/cadoles/hydra-oidc-base:2025.5.2-symfonycontainerupdate.1649.313cb84
image: reg.cadoles.com/cadoles/hydra-oidc-base:2025.6.13-develop.1333.aa5c382
imagePullPolicy: IfNotPresent
args:
[
@ -97,6 +97,10 @@ spec:
value: "/tmp/caddy"
- name: CADDY_APP_ROOT_PUBLIC
value: "/app/public/"
- name: CADDY_LOG_FILTER
value: healthy|metrics
- name: CADDY_LOG_SKIP
value: "true"
resources: {}
securityContext:
runAsNonRoot: true

View File

@ -21,15 +21,15 @@ spec:
spec:
containers:
- name: hydra-sql-fpm
image: reg.cadoles.com/cadoles/hydra-sql-base:2025.5.2-symfonycontainerupdate.1627.222206a
image: reg.cadoles.com/cadoles/hydra-sql-base:2025.7.30-develop.1146.5f2654c
imagePullPolicy: IfNotPresent
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
args: ["/usr/sbin/php-fpm84", "-F", "-e"]
readinessProbe:
exec:
command:
- sh
- -c
- test -f /etc/php81/php-fpm.d/www.conf
- test -f /etc/php84/php-fpm.d/www.conf
livenessProbe:
exec:
command:
@ -61,13 +61,13 @@ spec:
value: "0"
volumeMounts:
- name: hydra-sql-php-ini
mountPath: /etc/php81/conf.d/03_base.ini
mountPath: /etc/php84/conf.d/03_base.ini
subPath: 03_base.ini
- name: sql-tmp
mountPath: /tmp
- name: hydra-sql-caddy
image: reg.cadoles.com/cadoles/hydra-sql-base:2025.5.2-symfonycontainerupdate.1627.222206a
image: reg.cadoles.com/cadoles/hydra-sql-base:2025.7.30-develop.1146.5f2654c
imagePullPolicy: IfNotPresent
args: ["/usr/sbin/caddy", "run", "--adapter", "caddyfile", "--config", "/etc/caddy/Caddyfile"]
readinessProbe:
@ -98,6 +98,10 @@ spec:
value: "/tmp/caddy"
- name: CADDY_APP_ROOT_PUBLIC
value: "/app/public/"
- name: CADDY_LOG_FILTER
value: health|metrics
- name: CADDY_LOG_SKIP
value: "true"
resources: {}
securityContext:
runAsNonRoot: true

View File

@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: hydra-dispatcher-php-fpm
image: reg.cadoles.com/cadoles/hydra-sql-base:2025.5.2-symfonycontainerupdate.1627.222206a
image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2025.6.13-develop.1332.c8d277f
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
readinessProbe:
exec:
@ -61,7 +61,7 @@ spec:
runAsGroup: 1000
runAsUser: 1000
- name: hydra-dispatcher-caddy
image: reg.cadoles.com/cadoles/hydra-sql-base:2025.5.2-symfonycontainerupdate.1627.222206a
image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2025.6.13-develop.1332.c8d277f
imagePullPolicy: IfNotPresent
args:
[
@ -100,6 +100,10 @@ spec:
value: "/tmp/caddy"
- name: CADDY_APP_ROOT_PUBLIC
value: "/app/public/"
- name: CADDY_LOG_FILTER
value: health|metrics
- name: CADDY_LOG_SKIP
value: "true"
ports:
- containerPort: 8080
name: http