Skip to content

Commit 61cddb3

Browse files
authored
Fix loading CI images from new airflow-ci location (apache#16187)
1 parent f47e10c commit 61cddb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/ci/docker-compose/integration-kerberos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
version: "2.2"
1919
services:
2020
kdc-server-example-com:
21-
image: apache/airflow:krb5-kdc-server-2021.04.28
21+
image: apache/airflow-ci:krb5-kdc-server-2021.04.28
2222
hostname: krb5-kdc-server-example-com
2323
domainname: example.com
2424
networks:

scripts/ci/docker-compose/integration-openldap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
version: "2.2"
1919
services:
2020
openldap:
21-
image: apache/airflow:openldap-2020.07.10-2.4.50
21+
image: apache/airflow-ci:openldap-2020.07.10-2.4.50
2222
command: "--copy-service"
2323
environment:
2424
- LDAP_DOMAIN=example.com

0 commit comments

Comments
 (0)