Use nginx official image for both client and nginx-strangler#2171
Use nginx official image for both client and nginx-strangler#2171StephaneTrebel wants to merge 3 commits into
Conversation
|
🤖 Hey ! The security scan report for the current pull request is available here. |
|
🤖 Hey ! A preview of the application is available at : https://console-pr-2171.dso.cpin-hp.numerique-interieur.fr Please be patient, deployment may take a few minutes. |
95a4d4a to
0432546
Compare
|
🤖 Hey ! The security scan report for the current pull request is available here. |
1 similar comment
|
🤖 Hey ! The security scan report for the current pull request is available here. |
9ffe1e5 to
84b8bf5
Compare
|
🤖 Hey ! The security scan report for the current pull request is available here. |
1 similar comment
|
🤖 Hey ! The security scan report for the current pull request is available here. |
14df211 to
e0bea10
Compare
|
🤖 Hey ! The security scan report for the current pull request is available here. |
1 similar comment
|
🤖 Hey ! The security scan report for the current pull request is available here. |
e0bea10 to
aee64fe
Compare
|
|
🤖 Hey ! The security scan report for the current pull request is available here. |

0 New Issues
0 Fixed Issues
0 Accepted Issues
Issues liées
Issues numéro: #2148
Information intéressante: La substitution des var d'env dans les configurations Nginx est naturellement prise en compte par l'image officielle (cf https://hub.docker.com/_/nginx#using-environment-variables-in-nginx-configuration-new-in-119)
Donc, pas besoin d'
entrypoint.shpournginx-strangler.En revanche, pour
client, on a quand même besoin d'une substitution pour les assets JavaScript car ils sont servi tels quels parnginx, mais se traînent desOPENCDS_ENABLED, etc.On partirait donc sur la piste de conserver la substitution, mais avec un script qui serait exécuté au démarrage de
nginxen le mettant dansdocker-entrypoint.dToDo
clientnginx-stranglerdocker compose) avec des images entarget: dev(integpar ex)docker compose) avec des images entarget: prod(preview)