InformaticsMatters / squonk

Squonk platform and computational notebook
Apache License 2.0
8 stars 3 forks source link

OpenShift runner need dynamic PullPolicy #128

Closed alanbchristie closed 4 years ago

alanbchristie commented 4 years ago

The user has no control over the image pull policy (OS_IMAGE_PULL_POLICY). Consequently Latest images (or images that have been rebuilt) are not downloaded. The policy needs exposing as an environment variable.

alanbchristie commented 4 years ago

The latest code contains support for the following env variable in the CellExecutor: -

SQUONK_POD_IMAGE_PULL_POLICY with a default of IfNotPresent