github werf/werf v1.1.20+fix10
werf v1.1.20+fix10

latest releases: latest-signature, v2.0.3, v2.0.2...
3 years ago

Fix AWS ECR build and publish

Fix AWS ECR build/publish problem 'Image has to have at least 1 layer'

Create empty zero-bytes layer for manifest-only images: managed images records and image metadata by commit id records.

The new cleanup algorithm backports for v1.1.20

[cleanup] Update default policies
[cleanup] Fix parsing of cleanup policy tag/branch parameter
[cleanup] Use creation date for annotated tags instead of head commit date
[docs] Reference/Git history based cleanup

[cleanup] Git history based cleanup: improve algorithm

  • Add opportunity to keep images by publishing period.
  • Update default policies
  • Update cleanup section configuration:
cleanup:
    keepPolicies:
    - references:
        branch: /.*/
        tag: /.*/
        limit:
        last: 10
        createdIn: 168h
        operator: And
    imagesPerReference:
        last: 10
        publishedIn: 168h
        operator: And

[tests] Cleanup Suite: git history based tests
[logging] Optimize verbose output

Installation

Linux amd64

Darwin amd64

Windows amd64

Don't miss a new werf release

NewReleases is sending notifications on new releases.