coreos / coreos-assembler

Tooling container to assemble CoreOS-like systems
https://coreos.github.io/coreos-assembler/
Apache License 2.0
330 stars 165 forks source link

cmd/prune-contaiers: add a GC script for containers images #3826

Open jbtrystram opened 1 week ago

jbtrystram commented 1 week ago

This script calls skopeo delete to prune image from a remote directory. Currently only supports the FCOS tag structure.

If no duration is specified, no image will be pruned.

See https://github.com/coreos/fedora-coreos-tracker/issues/1367 See https://github.com/coreos/fedora-coreos-pipeline/pull/995