Skip to content

Commit

Permalink
Fix loading CI images from new airflow-ci location (#16187)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 61cddb333a62491a104e114d5d92885aa6848500
  • Loading branch information
potiuk authored and Cloud Composer Team committed Jun 4, 2022
1 parent 6b06751 commit b59b7df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/docker-compose/integration-kerberos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
version: "2.2"
services:
kdc-server-example-com:
image: apache/airflow:krb5-kdc-server-2021.04.28
image: apache/airflow-ci:krb5-kdc-server-2021.04.28
hostname: krb5-kdc-server-example-com
domainname: example.com
networks:
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/docker-compose/integration-openldap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
version: "2.2"
services:
openldap:
image: apache/airflow:openldap-2020.07.10-2.4.50
image: apache/airflow-ci:openldap-2020.07.10-2.4.50
command: "--copy-service"
environment:
- LDAP_DOMAIN=example.com
Expand Down

0 comments on commit b59b7df

Please sign in to comment.