testcontainers/moby-ryuk

docker image should be periodically refreshed

alelech opened this issue · 0 comments

At our organization we did adopt a policy of not using stale docker images . Looking at ryuk, it seems to be based on alpine:latest but actually wasn't rebuild for a long time (latest version on quay.io was created 1y ago) and so it looks like its stuck on alpine 3.7.0.
Would it be possible to do a rebuild of ryuk image or even put some schedule to do it periodically (or somehow triggered on alpine update) so that it does not depend on stale alpine image ?