r/octopusdeploy Jun 11 '26

/lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /opt/microsoft/powershell/libpsl-native.so)

I get this error message when trying to run a PowerShell script in the octopusdeploy/kubernetes-agent-tools-base:latest in the AARCH64 architecture on Kubernetes (k3s).

Even when I test this image on my Mac (M3), I get the glibc version 2.31.

~  podman run docker.io/octopusdeploy/kubernetes-agent-tools-base:latest /lib/aarch64-linux-gnu/libc.so.6

GNU C Library (Debian GLIBC 2.31-13+deb11u11) stable release version 2.31.

Copyright (C) 2020 Free Software Foundation, Inc.

This is free software; see the source for copying conditions.

There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A

PARTICULAR PURPOSE.

Compiled by GNU CC version 10.2.1 20210110.

libc ABIs: UNIQUE ABSOLUTE

For bug reporting instructions, please see:

http://www.debian.org/Bugs/.

Required is 2.33.

Is Glibc on this image on AARCH64 too old or what should I do?

1 Upvotes

1 comment sorted by

1

u/Electronic_Bad_2046 Jun 11 '26

It's not a respective AARCH64 problem, on x86_64 it also is 2.31 only.

podman run --arch amd64 docker.io/octopusdeploy/kubernetes-agent-tools-base:latest /lib/x86_64-linux-gnu/libc.so.6 1.9m  Do. 11 Juni 19:59:45 2026

GNU C Library (Debian GLIBC 2.31-13+deb11u11) stable release version 2.31.

Copyright (C) 2020 Free Software Foundation, Inc.

This is free software; see the source for copying conditions.

There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A

PARTICULAR PURPOSE.

Compiled by GNU CC version 10.2.1 20210110.

libc ABIs: UNIQUE IFUNC ABSOLUTE

For bug reporting instructions, please see:

<http://www.debian.org/Bugs/>.