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

[Release-1.30] - The arm64 hardened-multus-cni images contain amd64 binaries #6352

Closed
thomasferrandiz opened this issue Jul 16, 2024 · 1 comment
Assignees

Comments

@thomasferrandiz
Copy link
Contributor

Backport fix for The arm64 hardened-multus-cni images contain amd64 binaries

@VestigeJ
Copy link
Contributor

x64

$ rke2 -v

rke2 version v1.30.3-rc4+rke2r1 (370f53b3794863b6481adc9a7f5a838d1fca66ac)
go version go1.22.5 X:boringcrypto

$ uname -a

Linux ip-1-1-1-41 5.14.21-150500.53-default #1 SMP PREEMPT_DYNAMIC Wed May 10 07:56:26 UTC 2023 (b630043) x86_64 x86_64 x86_64 GNU/Linux

$ sudo file /var/lib/rancher/rke2/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/33/fs/usr/src/multus-cni/bin/multus

/var/lib/rancher/rke2/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/33/fs/usr/src/multus-cni/bin/multus: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped

ARM

$ rke2 -v

rke2 version v1.30.3-rc4+rke2r1 (370f53b3794863b6481adc9a7f5a838d1fca66ac)
go version go1.22.5 X:boringcrypto

$ uname -a

Linux ip-1-1-1-29 5.14.21-150400.24.11-default #1 SMP PREEMPT_DYNAMIC Sun Jul 17 20:46:33 UTC 2022 (be260ca) aarch64 aarch64 aarch64 GNU/Linux

$ sudo file /var/lib/rancher/rke2/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/43/fs/usr/src/multus-cni/bin/multus

/var/lib/rancher/rke2/agent/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/43/fs/usr/src/multus-cni/bin/multus: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants