Skip to content

werf v1.1.8.7

Compare
Choose a tag to compare
@flant-team-sysdev flant-team-sysdev released this 07 Apr 22:04
· 7403 commits to main since this release
f220a1a

Support import from certain artifact/image stage

Added ability to specify stage directive in the import directive to perform import from certain artifact or image stage:

import:
- add: /file
  to: /file
  artifact: myartifact
  before: setup
  stage: install

Note that image which imports some files from another image stage will be rebuild only if this specified stage has been rebuilt.

This feature allows to avoid unnecessary imports of unchanged files.

Implementation details

  • image stages-signature has been renamed to image content-signature;
  • added content-signature to each stage, which differs from regular signature and represents content of the stage.

Installation

Linux amd64

Darwin amd64

Windows amd64