github seek-oss/docker-ecr-cache-buildkite-plugin v3.0.0

one day ago

What's Changed

  • Reduce max-age-days default from 30 days to 7 days

    This change reduces the duration that potentially vulnerable stale images are held in cache/ECR to support more frequent supply chain monitoring and patching.

    To restore the previous default, set max-age-days:

      steps:
        - command: echo wow
          plugins:
    -       - seek-oss/docker-ecr-cache#v2.2.1:
    +       - seek-oss/docker-ecr-cache#v3.0.0:
    +           max-age-days: 30

Full Changelog: v2.2.1...v3.0.0

Don't miss a new docker-ecr-cache-buildkite-plugin release

NewReleases is sending notifications on new releases.