Skip to content

Commit

Permalink
Merge pull request #1928 from SUSE/for-deploy-6
Browse files Browse the repository at this point in the history
🤖: Update build recipes for SP6
  • Loading branch information
dirkmueller authored Oct 30, 2024
2 parents 00d7d30 + c271ef7 commit 1f32207
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 4 additions & 3 deletions base-fips-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ LABEL io.artifacthub.package.readme-url="%SOURCEURL%/README.md"
LABEL usage="This container should only be used on a FIPS enabled host (fips=1 on kernel cmdline)."
RUN set -euo pipefail; update-crypto-policies --no-reload --set FIPS

ENV OPENSSL_FIPS=1
ENV OPENSSL_FORCE_FIPS_MODE=1
ENV LIBGCRYPT_FORCE_FIPS_MODE=1
ENV GNUTLS_FORCE_FIPS_MODE=1
ENV LIBGCRYPT_FORCE_FIPS_MODE=1
ENV LIBICA_FIPS_FLAG=1
ENV NSS_FIPS=1
ENV OPENSSL_FIPS=1
ENV OPENSSL_FORCE_FIPS_MODE=1
5 changes: 5 additions & 0 deletions base-fips-image/base-fips-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 09:11:23 UTC 2024 - SUSE Update Bot <[email protected]>

- enforce fips mode for NSS

-------------------------------------------------------------------
Fri Oct 11 15:13:29 UTC 2024 - SUSE Update Bot <[email protected]>

Expand Down

0 comments on commit 1f32207

Please sign in to comment.