jan_soubusta
02/01/2024, 11:05 PMEdgar Ramírez (Arch.dev)
02/01/2024, 11:58 PMCould you point me to the Dockerfile you currently use to build images which you push to Dockerhub?File: https://github.com/meltano/meltano/blob/cab58123544c2e7f7b6550f5a601c749c062e9ad/docker/meltano/Dockerfile Workflow: https://github.com/meltano/meltano/blob/cab58123544c2e7f7b6550f5a601c749c062e9ad/.github/workflows/docker_publish.yml
Have you tried to use smaller base (OS) image?Yup, but biggest problem is that Meltano needs to be able to install rather arbitrary packages at runtime, and we want to make the images as useful as possible to the most people, so they're shipped with a few build dependencies, e.g. for building mssql or postgres clients.
jan_soubusta
02/02/2024, 4:57 PMEdgar Ramírez (Arch.dev)
02/02/2024, 5:43 PMMatt Menzenski
02/02/2024, 5:43 PMjan_soubusta
02/02/2024, 5:48 PM