You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ gator --version
./gator: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by ./gator)
./gator: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./gator)
Can we released on github releases the gator for linux the same as the one inside docker images?
What did you expect to happen:
For the gator CLI to not depend on OS libs
What steps did you take and what happened:
Downloaded the gator cli from github release page, when I run it on linux amd64 (ie amazonlinux2) I get errors
https://github.com/open-policy-agent/gatekeeper/releases/download/v3.12.0/gator-v3.12.0-linux-amd64.tar.gz
Can we released on github releases the gator for linux the same as the one inside docker images?
What did you expect to happen:
For the
gator
CLI to not depend on OS libsAnything else you would like to add:
I tried the
gator
CLI inside the docker images and this binaries are statically compiled with the optionCGO_ENABLED=0
https://github.com/open-policy-agent/gatekeeper/blob/master/gator.Dockerfile#L16
This is linux/amd64 of gator 3.12.0 works
The text was updated successfully, but these errors were encountered: