envbox is an image that enables creating non-privileged containers capable of running system-level software (e.g. dockerd, systemd, etc) in Kubernetes.
Currently the CODER_AGENT_SUBSYSTEM env var passed to the inner container is always set to envbox regardless of the parent value. This will pass the parent value if it's set and append envbox to it, ensuring that envbox isn't already there.
Currently the
CODER_AGENT_SUBSYSTEM
env var passed to the inner container is always set toenvbox
regardless of the parent value. This will pass the parent value if it's set and appendenvbox
to it, ensuring thatenvbox
isn't already there.