--
You received this message because you are subscribed to the Google Groups "medik8s" group.
To unsubscribe from this group and stop receiving emails from it, send an email to medik8s+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/medik8s/CAC_JqcnU%2B0q3Gr4RE-fM5KMxGx9aXyOawyZwDs9Qs6LCpWUBjA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Cool!
Poison pill can't use ubi-micro, at least not as-is, since it needs the "nsenter" binary which doesn't exist there:
$ docker run -i -t registry.access.redhat.com/ubi8/ubi-micro:latest bash
bash-4.4# nsenter
bash: nsenter: command not found
On Sun, 11 Jul 2021 at 15:12, Nir Yehia <nye...@redhat.com> wrote:Cool!
Poison pill can't use ubi-micro, at least not as-is, since it needs the "nsenter" binary which doesn't exist there:
$ docker run -i -t registry.access.redhat.com/ubi8/ubi-micro:latest bash
bash-4.4# nsenter
bash: nsenter: command not found
alright, lets see what provides it