Skip to content
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

kairos agent and immucore FIPS not running as expected #3226

Open
Itxaka opened this issue Feb 28, 2025 · 1 comment
Open

kairos agent and immucore FIPS not running as expected #3226

Itxaka opened this issue Feb 28, 2025 · 1 comment
Labels
area/agent area/immucore bug Something isn't working triage Add this label to issues that should be triaged and prioretized in the next planning call

Comments

@Itxaka
Copy link
Member

Itxaka commented Feb 28, 2025

Build a fips oci container
Try to run immucore or agent inside it

root@9c00a34b6dd6:/# cat /etc/os-release 
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
root@9c00a34b6dd6:/# cat /etc/kairos-release 
KAIROS_ARCH="amd64"
KAIROS_BUG_REPORT_URL="https://github.com/kairos-io/kairos/issues"
KAIROS_FAMILY="debian"
KAIROS_FLAVOR="ubuntu"
KAIROS_FLAVOR_RELEASE="20.04"
KAIROS_FRAMEWORK_VERSION="v2.16.0"
KAIROS_HOME_URL="https://github.com/kairos-io/kairos"
KAIROS_ID="kairos"
KAIROS_ID_LIKE="kairos-core-ubuntu-20.04"
KAIROS_IMAGE_LABEL="20.04-core-amd64-generic-0.0.1"
KAIROS_MODEL="generic"
KAIROS_NAME="kairos-core-ubuntu-20.04"
KAIROS_REGISTRY_AND_ORG="quay.io/kairos"
KAIROS_RELEASE="0.0.1"
KAIROS_TARGETARCH="amd64"
KAIROS_VARIANT="core"
KAIROS_VERSION="0.0.1"
root@9c00a34b6dd6:/# kairos-agent 
kairos-agent: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by kairos-agent)
kairos-agent: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by kairos-agent)
root@9c00a34b6dd6:/# immucore  -v
immucore: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by immucore)
immucore: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by immucore)
root@9c00a34b6dd6:/# 
@Itxaka Itxaka added bug Something isn't working triage Add this label to issues that should be triaged and prioretized in the next planning call unconfirmed labels Feb 28, 2025
@Itxaka
Copy link
Member Author

Itxaka commented Feb 28, 2025

we build with CGO_ENABLED=1 so this triggers this issue: https://github.com/kairos-io/packages/blob/main/packages/system/immucore/build.yaml#L22

@mudler mudler moved this to In Progress 🏃 in 🧙Issue tracking board Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/agent area/immucore bug Something isn't working triage Add this label to issues that should be triaged and prioretized in the next planning call
Projects
Status: In Progress 🏃
Development

No branches or pull requests

1 participant