I have been unable to start dlme-airflow on my local machine since getting the updated laptop, After some debugging, I discovered that this image we're using to proxy through docker for file system needs no longer works properly as it's 9 years old and it's base image is deprecated.
This removes the dependency on an external image and build a local image based on bobrik/docker-socat but uses alpine:latest.
I have been unable to start dlme-airflow on my local machine since getting the updated laptop, After some debugging, I discovered that this image we're using to proxy through docker for file system needs no longer works properly as it's 9 years old and it's base image is deprecated.
This removes the dependency on an external image and build a local image based on
bobrik/docker-socat
but usesalpine:latest
.