google / kctf

kCTF is a Kubernetes-based infrastructure for CTF competitions. For documentation, see
https://google.github.io/kctf/
Apache License 2.0
665 stars 73 forks source link

Be more resilient to host/challenge glibc mismatch (#384) #385

Closed gkelly closed 2 years ago

gkelly commented 2 years ago

Because the challenge runtime container and host build environment might diverge, link the sample challenge statically to give a higher likelihood that it can still run inside the challenge container.

sroettger commented 2 years ago

Looks good, thank you!