-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change ensures the openstack-ansibleee-operator is built with FI…
…PS compliance * Changed the build image to ubi9/go-toolkit * Changed the base image to ubi9/micro * Added the default GO_BUILD_EXTRA_ARGS="-tags strictfipsruntime" * Added the GO_BUILD_EXTRA_ENV_ARGS build argument to allow custom build arguments at build time. It defaults to "CGO_ENABLED=1 GO111MODULE=on" * Those default parameters have been added to enable FIPS compliance * Fixed indentation * Removed TARGETOS and TARGETARCH env vars * Added DOCKER_BUILD_ARGS variable in Makefile to pass custom parameters during `podman build` * Added export `FAIL_FIPS_CHECK=true` to `prow_ci.env` file. Closes: https://issues.redhat.com/browse/OSPRH-3396 Signed-off-by: Roberto Alfieri <[email protected]>
- Loading branch information
Showing
3 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export USE_IMAGE_DIGESTS=true | ||
export FAIL_FIPS_CHECK=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters