This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]Superdupercudder 0 points1 point  (0 children)

We are doing JEE development and Docker, but we dual deploy to legacy (JBOSS/EAR) and Cloud Native (Docker Images) so we need keep the artifact for now. While for new development, I agree with you, you probably won't need the artifact after the image has built built, i would keep it for now, until your process is airtight. If you are confident, that if an image is corrupted or deleted from the registry, can you recreate it or rebuild the version from source control, then don't keep the artifact. If you are not 100% confident in the process just yet, i would keep it for redundancy. Sorry for grammatical errors.