The release process for werf includes the publication of images with werf, necessary utilities, and pre-configured settings for building with the Buildah backend.
You can find examples of using werf images in the Getting Started.
The images follow the naming convention:
registry.werf.io/werf/werf:<group>(e.g.,registry.werf.io/werf/werf:2);registry.werf.io/werf/werf:<group>-<channel>(e.g.,registry.werf.io/werf/werf:2-stable);registry.werf.io/werf/werf:<group>-<channel>-<os>(e.g.,registry.werf.io/werf/werf:2-stable-alpine);registry.werf.io/werf/werf:<version>(e.g.,registry.werf.io/werf/werf:2.16.2);registry.werf.io/werf/werf:<version>-<os>(e.g.,registry.werf.io/werf/werf:2.16.2-alpine).
Where:
<group>: version group, such as1.2or2(default);<channel>: release channel, such asalpha,beta,ea,stable(default), orrock-solid;<os>: operating system, such asalpine(default),ubuntu, orfedora;<version>: version (e.g.,2.16.2). If the release version includes+fix(e.g.,2.16.2+fix1), it will be converted to2.16.2.fix1version.