aws / amazon-mwaa-docker-images

Apache License 2.0
27 stars 11 forks source link

Add Finch as a supported Container provider #130

Closed boykorr closed 1 month ago

boykorr commented 2 months ago

Describe the bug The new mwaa image only allows the use of podman and docker - code

As Finch is the approved replacement for Docker in AWS, can we make the new mwaa docker images Finch compatible?

From my experience, to make the old local-runner Finch compatible, I had to

from the mwaa-local-env executable

Also, I had to create an additional volume finch volume create pgdata and add it to the docker files as stated in the article