coder / envbox

envbox is an image that enables creating non-privileged containers capable of running system-level software (e.g. dockerd, systemd, etc) in Kubernetes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImagePullPolicy for the inner container

ericpaulsen opened this issue · comments

how is the ImagePullPolicy handled for the inner container, does it follow the Kube defaults outlined here?

if CODER_INNER_PULL_SECRET is supported, then the ImagePullPolicy should be configurable as well.

envbox performs a plain old docker pull, so it follows the default behavior depending on how the image & tag is specified, as outlined here: https://docs.docker.com/engine/reference/commandline/pull/