You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/06/22 19:24:56 UTC

[airflow] 18/47: Fix loading CI images from new `airflow-ci` location (#16187)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit b520f183cffbef61a987591a5001c5b6c379d4fc
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Mon May 31 15:27:36 2021 +0200

    Fix loading CI images from new `airflow-ci` location (#16187)
    
    
    (cherry picked from commit 61cddb333a62491a104e114d5d92885aa6848500)
---
 scripts/ci/docker-compose/integration-kerberos.yml | 2 +-
 scripts/ci/docker-compose/integration-openldap.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/ci/docker-compose/integration-kerberos.yml b/scripts/ci/docker-compose/integration-kerberos.yml
index 3582fad..b9ca4cc 100644
--- a/scripts/ci/docker-compose/integration-kerberos.yml
+++ b/scripts/ci/docker-compose/integration-kerberos.yml
@@ -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:
diff --git a/scripts/ci/docker-compose/integration-openldap.yml b/scripts/ci/docker-compose/integration-openldap.yml
index af81551..60ff58a 100644
--- a/scripts/ci/docker-compose/integration-openldap.yml
+++ b/scripts/ci/docker-compose/integration-openldap.yml
@@ -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