exceptionfactory commented on PR #7858: URL: https://github.com/apache/nifi/pull/7858#issuecomment-1766981607
> @exceptionfactory RE [#7858 (comment)](https://github.com/apache/nifi/pull/7858#discussion_r1362094730) (skipping the `rm -rf` Clean step for the `docker-tests`) > > The last run of the Workflow in this PR that didn't include the `rm -rf` ran out of disk space, it would appear these removals are still required. > > Building without the ZIP wouldn't work - the `dockermaven` builds use the ZIP files (I don't want to change that either as that's what the `dockerhub` builds do when downloading the build convenience artefacts from the Apache Archive servers), so the clean up step: > > * cleans the Maven module `target` folders (except for the `assembly` modules as that's what we need for the Docker Image build step) > > * deletes the un-zipped files from the assembly module `target` folders > > > The Docker Image builds each create a new Image (TAR file) containing the assembled ZIP, then unzips them before deleting the ZIP file - this uses a lot of disk space Thanks for the additional background @ChrisSamo632, that makes sense now, it sounds like the current approach is the best option. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
