@@ -24,7 +24,7 @@ services:
2424
2525 ci-3.0 :
2626 image : ruby:3.0
27- entrypoint : /code/ci-run.sh
27+ command : /code/ci-run.sh
2828 environment :
2929 INTEGRATION : openldap
3030 INTEGRATION_HOST : ldap.example.org
@@ -38,7 +38,7 @@ services:
3838
3939 ci-3.1 :
4040 image : ruby:3.1
41- entrypoint : /code/ci-run.sh
41+ command : /code/ci-run.sh
4242 environment :
4343 INTEGRATION : openldap
4444 INTEGRATION_HOST : ldap.example.org
@@ -52,7 +52,7 @@ services:
5252
5353 ci-3.2 :
5454 image : ruby:3.2
55- entrypoint : /code/ci-run.sh
55+ command : /code/ci-run.sh
5656 environment :
5757 INTEGRATION : openldap
5858 INTEGRATION_HOST : ldap.example.org
@@ -66,7 +66,7 @@ services:
6666
6767 ci-3.3 :
6868 image : ruby:3.3
69- entrypoint : /code/ci-run.sh
69+ command : /code/ci-run.sh
7070 environment :
7171 INTEGRATION : openldap
7272 INTEGRATION_HOST : ldap.example.org
@@ -81,7 +81,7 @@ services:
8181 # https://github.com/flavorjones/truffleruby/pkgs/container/truffleruby
8282 ci-truffleruby :
8383 image : ghcr.io/flavorjones/truffleruby:stable
84- entrypoint : /code/ci-run.sh
84+ command : /code/ci-run.sh
8585 environment :
8686 INTEGRATION : openldap
8787 INTEGRATION_HOST : ldap.example.org
@@ -95,7 +95,7 @@ services:
9595
9696 ci-jruby-9.3 :
9797 image : jruby:9.3
98- entrypoint : /code/ci-run.sh
98+ command : /code/ci-run.sh
9999 environment :
100100 INTEGRATION : openldap
101101 INTEGRATION_HOST : ldap.example.org
@@ -109,7 +109,7 @@ services:
109109
110110 ci-jruby-9.4 :
111111 image : jruby:9.4
112- entrypoint : /code/ci-run.sh
112+ command : /code/ci-run.sh
113113 environment :
114114 INTEGRATION : openldap
115115 INTEGRATION_HOST : ldap.example.org
0 commit comments