Hello, I m new to this community! and Hope to get some feedback orientations on the following scenario.
I have an existing pipeline that is creating/pushing a docker image in nexus-registry that contain a jar file. every time I run the pipeline an Image tagged with " :1.0.0-SNAPSHOT.<git_comit_code> " is created.
that’s make the manifest folder in the repo growing indefinitely.
- Is there a way to only deploy one image or automatically delete the previous images ?
- What do you recommend for me as best practices in this subject? (pipeline , docker, tags)
Thank you.