-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This change adds requirements for FIPS #172
This change adds requirements for FIPS #172
Conversation
Skipping CI for Draft Pull Request. |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/edb26460bed84488b8deb71fc07c9757 ✔️ openstack-k8s-operators-content-provider SUCCESS in 55m 32s |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/f6c7130028b845f8b43070ac1f3b80ab ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 29m 14s |
/recheck |
recheck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abays, bshephar The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/0a5d14056ec740898afdc9092b9152ca ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 27m 03s |
recheck |
- Changed the build image to ubi9/go-toolkit - Changed the base image to ubi9/minimal - 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 in .prow_ci.env file Signed-off-by: Brendan Shephard <[email protected]>
New changes are detected. LGTM label has been removed. |
rebased and adapated it to golang 1.20 |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/9d667e4b426f41e8836a79a2232a2033 ❌ openstack-k8s-operators-content-provider FAILURE in 11m 41s |
Content provider still failing. We probably need to land openstack-k8s-operators/openstack-operator#668 first |
recheck |
/test infra-operator-build-deploy-kuttl |
openstack-k8s-operators/openstack-operator#668 merged so hopefully it helps here too |
/test infra-operator-build-deploy-kuttl The other two kuttl tests passed so this probably some race
|
990c7cf
into
openstack-k8s-operators:main
This change ensures the infra-operator is built with FIPS compliance.