代码拉取完成,页面将自动刷新
networks:
integration_test_network:
services:
openldap:
image: osixia/openldap:1.4.0
networks:
integration_test_network:
aliases:
- ldap.example.org
- cert.mismatch.example.org
environment:
LDAP_TLS_VERIFY_CLIENT: "try"
LDAP_SEED_INTERNAL_LDIF_PATH: "/ldif"
healthcheck:
test: ["CMD", "ldapsearch", "-x", "-s", "base"]
interval: 60s
start_period: 30s
timeout: 5s
retries: 1
hostname: "ldap.example.org"
volumes:
- ./test/fixtures/ldif:/ldif:ro
ci-3.0:
image: ruby:3.0
command: /code/ci-run.sh
environment:
INTEGRATION: openldap
INTEGRATION_HOST: ldap.example.org
depends_on:
- openldap
networks:
integration_test_network:
volumes:
- .:/code
working_dir: /code
ci-3.1:
image: ruby:3.1
command: /code/ci-run.sh
environment:
INTEGRATION: openldap
INTEGRATION_HOST: ldap.example.org
depends_on:
- openldap
networks:
integration_test_network:
volumes:
- .:/code
working_dir: /code
ci-3.2:
image: ruby:3.2
command: /code/ci-run.sh
environment:
INTEGRATION: openldap
INTEGRATION_HOST: ldap.example.org
depends_on:
- openldap
networks:
integration_test_network:
volumes:
- .:/code
working_dir: /code
ci-3.3:
image: ruby:3.3
command: /code/ci-run.sh
environment:
INTEGRATION: openldap
INTEGRATION_HOST: ldap.example.org
depends_on:
- openldap
networks:
integration_test_network:
volumes:
- .:/code
working_dir: /code
ci-3.4:
image: ruby:3.4
entrypoint: /code/ci-run.sh
environment:
INTEGRATION: openldap
INTEGRATION_HOST: ldap.example.org
depends_on:
- openldap
networks:
integration_test_network:
volumes:
- .:/code
working_dir: /code
# https://github.com/flavorjones/truffleruby/pkgs/container/truffleruby
ci-truffleruby:
image: ghcr.io/flavorjones/truffleruby:stable
command: /code/ci-run.sh
environment:
INTEGRATION: openldap
INTEGRATION_HOST: ldap.example.org
depends_on:
- openldap
networks:
integration_test_network:
volumes:
- .:/code
working_dir: /code
ci-jruby-9.3:
image: jruby:9.3
command: /code/ci-run.sh
environment:
INTEGRATION: openldap
INTEGRATION_HOST: ldap.example.org
depends_on:
- openldap
networks:
integration_test_network:
volumes:
- .:/code
working_dir: /code
ci-jruby-9.4:
image: jruby:9.4
command: /code/ci-run.sh
environment:
INTEGRATION: openldap
INTEGRATION_HOST: ldap.example.org
depends_on:
- openldap
networks:
integration_test_network:
volumes:
- .:/code
working_dir: /code
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。