Please excuse my inexperience with Docker and the ...
# random
a
Please excuse my inexperience with Docker and the terminology used, but is there a repository available that has the meltano image build files? My team would like to adopt Meltano and move it into production but the provided images have critical vulnerabilities so we are lacking security approval. I would like to build the images myself to resolve them. Image: https://hub.docker.com/layers/meltano/meltano/v3.6.0-python3.11/images/sha256-a93fdc71cd79e793453fb7b94d119cd8c4374cb6d571a9c5e858e50dd9bca9b3
Ultimately installing meltano is really just
uv tool install meltano
or
pip  install meltano
so the base images are pretty easy to do yourself
a
Oh perfect! Thank you as always Derek.
np 1
e
We'd also like to publish a slimmer set of images, since the existing ones optimize for ease-of-use (i.e. users can install almost any plugin, even if it requires system libs to build) vs security
👀 1