Here's a relatively minimal example:

```
$ sudo fips-mode-setup --check
FIPS mode is enabled.
$ uname -a
Linux hostname 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Fri Jun 14 03:19:37 EDT 2024 
x86_64 x86_64 x86_64 GNU/Linux
```

```
FROM ubuntu:24.04 AS builder

RUN . /etc/os-release && \
    DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y 
--no-install-recommends \
                curl apt-transport-https ca-certificates xz-utils \
                cmake build-essential pkg-config \
                libboost-all-dev libusb-1.0-0-dev \
                python3-mako python3-numpy python3-setuptools python3-requests
```

Ran with

```
docker build .
```

produces attached output

** Attachment added: "error_logs.txt"
   
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/2066990/+attachment/5822395/+files/error_logs.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2066990

Title:
  high memory consumption in Ubuntu Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/2066990/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to