docker-mendix-buildpack
docker-mendix-buildpack copied to clipboard
cleanup remaining build image
Hi, after I build an image, I have some remaining ~3,35GB images on my system:
docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
[...]
<none> <none> 68fc849c8874 20 hours ago 3.35GB
[...]
<none> <none> 46bcd2f121ca 7 days ago 3.35GB
[...]
Could those be automatically cleaned up after the build?
best regards, Patrick
what type of build/pipeline tool are you using? Jenkins, GitLab..?
Hi,
I'm a colleague of Patrick, since Patrick didn't answer yet I try to answer your question, although Patrick is the expert. I don't think we use any pipeline tool. We start the build manually from an ubuntu server and use yaml scripts to execute all needed steps.
Does this answer your question?
Regards, Arne