From db5e59f8a5580c2efd4e0f88888e3db8173ce479 Mon Sep 17 00:00:00 2001
From: Michael Fu <42988210+michaelfu1029@users.noreply.github.com>
Date: Fri, 4 Oct 2024 13:41:48 -0700
Subject: [PATCH] Add reference to open source image repo in readme (#397)

Co-authored-by: Michael Fu <miklfu@amazon.com>
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 7e4275fa..e8d53763 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+## Note
+Starting from Airflow version 2.9, MWAA has open-sourced the original Docker image used in our production deployments. You can refer to our open-source image repository at https://github.com/aws/amazon-mwaa-docker-images to create a local environment identical to that of MWAA.
+You can also continue to use the MWAA Local Runner for testing and packaging requirements for all Airflow versions supported on MWAA.
+
 # About aws-mwaa-local-runner
 
 This repository provides a command line interface (CLI) utility that replicates an Amazon Managed Workflows for Apache Airflow (MWAA) environment locally.