Skip to content
Merged
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
6 changes: 5 additions & 1 deletion ubuntu-fips/22.04/Dockerfile.ubuntu22.04-fips
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ RUN --mount=type=secret,id=pro-attach-config \
&& apt-get install --no-install-recommends -y ubuntu-advantage-tools ca-certificates \
&& pro attach --attach-config /run/secrets/pro-attach-config \
&& apt-get upgrade -y \
&& apt-get install -y strongswan strongswan-hmac openssh-client openssh-server linux-image-fips linux-headers-fips shim-signed cracklib-runtime \
## open-vm-tools: kairos-init installs the VMware guest agent for the SUSE family but not
## for Debian/Ubuntu. Without vmtoolsd running, vSphere reports blank IP Addresses / DNS
## Name for the guest (PE-9173). Not a crypto module, so no FIPS impact. The 20.04 and
## 24.04 FIPS images already install it here; this brings 22.04 to parity.
&& apt-get install -y strongswan strongswan-hmac openssh-client openssh-server linux-image-fips linux-headers-fips shim-signed open-vm-tools cracklib-runtime \
## && pro enable usg \
## && apt install -y usg \
## && usg fix disa_stig \
Expand Down