Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion micro-fips-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN set -euo pipefail; \
export PERMCTL_ALLOW_INSECURE_MODE_IF_NO_PROC=1; \
zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends bash ca-certificates-mozilla-prebuilt coreutils libopenssl3 openSUSE-release openSUSE-release-appliance-docker patterns-base-fips

RUN set -euo pipefail; zypper -n install jdupes \
RUN set -euo pipefail; zypper -n install jdupes crypto-policies-scripts update-bootloader \
&& env base_dir=/target/etc/crypto-policies fips-mode-setup --enable --no-bootcfg \
&& jdupes -1 -L -r /target/usr/

# cleanup logs and temporary files
Expand Down
5 changes: 5 additions & 0 deletions micro-fips-image/micro-fips-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 30 09:20:11 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>

- Set the crypto-policies to FIPS

-------------------------------------------------------------------
Tue Jan 27 17:06:17 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>

Expand Down