mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-03 11:45:45 +00:00
Always attempt to docker pull before codegen
Signed-off-by: Margo Crawford <margaretc@vmware.com>
This commit is contained in:
@@ -20,6 +20,7 @@ if [[ -z "${CONTAINED:-}" ]]; then
|
||||
|
||||
echo "generating code for ${kubeVersion} using ${CODEGEN_IMAGE}..."
|
||||
docker run --rm \
|
||||
--pull always \
|
||||
--env CONTAINED=1 \
|
||||
--env CODEGEN_LOG_LEVEL="$debug_level" \
|
||||
--volume "${ROOT}:/work" \
|
||||
|
||||
Reference in New Issue
Block a user