Skip to content

Commit

Permalink
docker/k8s: Cleanup done TODO (#13347)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink authored Jun 20, 2023
1 parent 8876e07 commit c954324
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions docker/k8s/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ FROM vitess/base:${VT_BASE_VER} AS base

FROM debian:${DEBIAN_VER}

# TODO: remove when https://github.com/vitessio/vitess/issues/3553 is fixed
RUN apt-get update && \
apt-get upgrade -qq && \
apt-get install default-mysql-client -qq --no-install-recommends && \
apt-get autoremove && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Set up Vitess environment (just enough to run pre-built Go binaries)
ENV VTROOT /vt/src/vitess.io/vitess
ENV VTDATAROOT /vtdataroot
Expand Down
8 changes: 0 additions & 8 deletions docker/k8s/vttablet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ FROM vitess/k8s:${VT_BASE_VER} AS k8s

FROM debian:${DEBIAN_VER}

# TODO: remove when https://github.com/vitessio/vitess/issues/3553 is fixed
RUN apt-get update && \
apt-get upgrade -qq && \
apt-get install wget default-mysql-client jq curl -qq --no-install-recommends && \
apt-get autoremove && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Set up Vitess environment (just enough to run pre-built Go binaries)
ENV VTROOT /vt
ENV VTDATAROOT /vtdataroot
Expand Down

0 comments on commit c954324

Please sign in to comment.