Skip to content

custombuild-v23.1.0-alpha.2-250-g75835dc150

* Added a script to build
  [golang-fips](https://github.com/golang-fips/go). The resulted Go
  version has a `fips` suffix, so we can easily select it in Bazel.
* Added a new Bazel toolchain and build config used by the FIPS build only.
* The FIPS docker image has FIPS-compliant `openssl` installed.
* Added a script to run FIPS build in CI.
* Tweaked one of the regexes to be less greedy.
* Added the platform to the release process.

Epic: DEVINF-478
Fixes: DEVINF-634
Fixes: DEVINF-633

Release note (build change): As a part of this change we start
publishing a FIPS compliant tarball and docker image for the Linux
x86_64 platform. The build uses OpenSSL libraries for crypto operations
by `dlopen`ing the corresponding dynamic libraries.
Assets 2
Loading