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:latest
.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
);
Where:
<group>
: version group, such as1.2
or2
(default);<channel>
: release channel, such asalpha
,beta
,ea
,stable
(default), orrock-solid
;<os>
: operating system, such asalpine
(default),ubuntu
, orfedora
.