imply-elliott commented on code in PR #13940:
URL: https://github.com/apache/druid/pull/13940#discussion_r1158897920
##########
.github/workflows/reusable-revised-its.yml:
##########
@@ -72,6 +72,15 @@ jobs:
path: ./**/target
key: maven-${{ runner.os }}-${{ inputs.build_jdk }}-targets-${{
github.sha }}
+ - name: Clean up docker
Review Comment:
There's some options for running containers as a user, but they're not
really available to us in the hosted runners, as we don't have control over the
base image. We could install our own docker, running in the user env, but
that'd cost both time and effort that simply cleaning up like this solves
easily.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]