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

potiuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 2934220  Always return a list from S3Hook list methods (#10774)
     add 4de67a6  Move dev docker images to airflow registry (#9652)

No new revisions were added by this update.

Summary of changes:
 kubernetes_tests/test_kubernetes_pod_operator.py   |  2 +-
 scripts/ci/docker-compose/integration-kerberos.yml |  2 +-
 scripts/ci/docker-compose/integration-openldap.yml |  4 +-
 scripts/ci/dockerfiles/apache-rat/Dockerfile       | 58 ++++++++++++++++++++
 .../ci/dockerfiles/apache-rat}/build_and_push.sh   | 19 +++++--
 scripts/ci/dockerfiles/krb5-kdc-server/Dockerfile  | 64 ++++++++++++++++++++++
 .../dockerfiles/krb5-kdc-server}/build_and_push.sh | 15 +++--
 .../krb5-kdc-server/krb-conf/client}/krb5.conf     |  9 +--
 .../krb5-kdc-server/krb-conf/server/kadm5.acl      |  1 +
 .../krb5-kdc-server/krb-conf/server/kdc.conf}      | 24 +++-----
 .../dockerfiles/krb5-kdc-server/start_kdc.sh}      | 33 ++++++++---
 .../dockerfiles/krb5-kdc-server/supervisord.conf   | 40 ++++++++++++++
 scripts/ci/dockerfiles/stress/Dockerfile           | 34 ++++++++++++
 .../ci/dockerfiles/stress}/build_and_push.sh       | 18 ++++--
 scripts/ci/static_checks/check_license.sh          |  2 +-
 tests/kubernetes/pod.yaml                          |  2 +-
 tests/kubernetes/test_pod_generator.py             |  4 +-
 17 files changed, 280 insertions(+), 51 deletions(-)
 create mode 100644 scripts/ci/dockerfiles/apache-rat/Dockerfile
 copy {chart/dockerfiles/statsd-exporter => 
scripts/ci/dockerfiles/apache-rat}/build_and_push.sh (71%)
 create mode 100644 scripts/ci/dockerfiles/krb5-kdc-server/Dockerfile
 copy {chart/dockerfiles/pgbouncer => 
scripts/ci/dockerfiles/krb5-kdc-server}/build_and_push.sh (76%)
 copy scripts/{in_container/krb5 => 
ci/dockerfiles/krb5-kdc-server/krb-conf/client}/krb5.conf (88%)
 copy airflow/cli/__init__.py => 
scripts/ci/dockerfiles/krb5-kdc-server/krb-conf/server/kadm5.acl (97%)
 copy scripts/{in_container/krb5/krb5.conf => 
ci/dockerfiles/krb5-kdc-server/krb-conf/server/kdc.conf} (67%)
 copy scripts/{in_container/_in_container_script_init.sh => 
ci/dockerfiles/krb5-kdc-server/start_kdc.sh} (53%)
 mode change 100755 => 100644
 create mode 100644 scripts/ci/dockerfiles/krb5-kdc-server/supervisord.conf
 create mode 100644 scripts/ci/dockerfiles/stress/Dockerfile
 copy {chart/dockerfiles/pgbouncer => 
scripts/ci/dockerfiles/stress}/build_and_push.sh (72%)

Reply via email to