You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ta...@apache.org on 2022/12/17 01:40:43 UTC

[airflow] branch main updated (401fc57e8b -> 8e0df8881f)

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

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


    from 401fc57e8b Restructure Docs  (#27235)
     add 8e0df8881f Add Amazon Elastic Container Registry (ECR) Hook (#28279)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/amazon/aws/hooks/ecr.py          | 101 ++++++++++++++++++++
 airflow/providers/amazon/provider.yaml             |   7 ++
 ...azon-Elastic-Container-Registry_light-bg@4x.png | Bin 0 -> 11110 bytes
 docs/spelling_wordlist.txt                         |   1 +
 tests/providers/amazon/aws/hooks/test_ecr.py       | 103 +++++++++++++++++++++
 5 files changed, 212 insertions(+)
 create mode 100644 airflow/providers/amazon/aws/hooks/ecr.py
 create mode 100644 docs/integration-logos/aws/Amazon-Elastic-Container-Registry_light-bg@4x.png
 create mode 100644 tests/providers/amazon/aws/hooks/test_ecr.py