[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Delete Docker image after job execution



Hi everyone :)

I'm trying to keep no Docker images in the local machine so every time a new job request the same image it's downloaded from the repository. This way, if anybody uploads a new change the image to the repository, this new one will be used instead of the local one.

I've set the DOCKER_IMAGE_CACHE_SIZE var to 0 but it doesn't work

Any help would be appreciated!

Greetings,
J.