Skip to content

Commit

Permalink
Merge pull request #6430 from anshulahuja98/patch-4
Browse files Browse the repository at this point in the history
Update tilt ubuntu image to avoid glibc error
  • Loading branch information
shubham-pampattiwar authored Jul 19, 2023
2 parents f234dd6 + cc76bc0 commit d2b5e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ local_resource(

# Note: we need a distro with a bash shell to exec into the Velero container
tilt_dockerfile_header = """
FROM ubuntu:focal as tilt
FROM ubuntu:22.04 as tilt
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y ca-certificates tzdata && rm -rf /var/lib/apt/lists/*
Expand Down Expand Up @@ -218,7 +218,7 @@ def enable_provider(provider):

# Note: we need a distro with a shell to do a copy of the plugin binary
tilt_dockerfile_header = """
FROM ubuntu:focal as tilt
FROM ubuntu:22.04 as tilt
WORKDIR /
COPY --from=tilt-helper /start.sh .
COPY --from=tilt-helper /restart.sh .
Expand Down

0 comments on commit d2b5e90

Please sign in to comment.