autophagy commented on a change in pull request #16332:
URL: https://github.com/apache/flink/pull/16332#discussion_r662836499
##########
File path: tools/azure-pipelines/jobs-template.yml
##########
@@ -160,6 +176,13 @@ jobs:
targetPath: $(DEBUG_FILES_OUTPUT_DIR)
artifact: logs-${{parameters.stage_name}}-$(DEBUG_FILES_NAME)
+ - script: |
+ mkdir -p $(TESTCONTAINER_CACHE_FOLDER)
+ docker save $(docker image ls --format "{{.Repository}}:{{.Tag}}") -o
$(TESTCONTAINER_CACHE_FOLDER)/cache.tar || true
Review comment:
Yeah, I think the generalised cache is also catching a lot of base
images that just come with the build environment. We could limit this to
testcontainers/*, elasticsearch, kafka, rabbitmq, mysql and postgres.
--
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]