Closed boykorr closed 1 month 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
docker
finch
docker-compose
finch compose
--compress
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
finch volume create pgdata
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
docker
commands withfinch
docker-compose
withfinch compose
--compress
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