<div dir="ltr"><div dir="ltr"><div>I'm working on a design with a two different variants of a base image. One variant (a developer image) has some company-proprietary tools, and also some GPLv3 tools. The other variant (our production image) is fully license-compliant.</div><div><br></div><div>In order to make sure that we're ready if/when we get GPL requests, I'd like to generate a releasable source tarball at build-time. Each image's do_deploy_archives task looks like it provides the right stuff, but they all go into the same shared directory (making it harder to separate them afterwards).</div><div><br></div><div>Is there any way for me to set up image-specific archive directories, instead of having everything go to ${BUILD_DIR}/tmp/deploy/sources?<br></div></div></div>