sul-dlss / dlme-airflow

This is a new repository to capture the work related to the DLME ETL Pipeline and establish airflow
Apache License 2.0
1 stars 0 forks source link

Remove far out of date docker-socat for local build #510

Closed aaron-collier closed 1 month ago

aaron-collier commented 1 month ago

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.