From db824670b0fe135559526bd7f0290703f88a6179 Mon Sep 17 00:00:00 2001 From: Carlisia Thompson Date: Tue, 8 Dec 2020 15:13:51 -0800 Subject: [PATCH] Change distro (#3166) Signed-off-by: Carlisia --- Tiltfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Tiltfile b/Tiltfile index 7c4ed7a19..bea93a1a7 100644 --- a/Tiltfile +++ b/Tiltfile @@ -81,8 +81,9 @@ local_resource( deps = ["internal", "pkg/cmd"], ) +# Note: we need a distro with a bash shell to exec into the Velero container tilt_dockerfile_header = """ -FROM gcr.io/distroless/base:debug as tilt +FROM ubuntu:focal as tilt WORKDIR / COPY --from=tilt-helper /start.sh . COPY --from=tilt-helper /restart.sh . @@ -157,7 +158,7 @@ def enable_provider(provider): name = provider.get("name") plugin_name = provider.get("plugin_name") - # Note: we need a distro other than base:debug to get a shell to do a copy of the plugin binary + # Note: we need a distro with a shell to do a copy of the plugin binary tilt_dockerfile_header = """ FROM ubuntu:focal as tilt WORKDIR /