Changelog
Bug Fixes
- buildah: use native-chroot isolation by default with buildah backend (fdfc558)
Installation
To install werf
we strongly recommend following these instructions.
Alternatively, you can download werf
binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with the werf PGP public key. For example, werf
binary can be downloaded and verified with gpg
on Linux with these commands:
curl -sSLO "https://tuf.werf.io/targets/releases/1.2.237/linux-amd64/bin/werf" -O "https://tuf.werf.io/targets/signatures/1.2.237/linux-amd64/bin/werf.sig"
curl -sSL https://werf.io/werf.asc | gpg --import
gpg --verify werf.sig werf