Skip to content

Commit

Permalink
change the base for vtexplain image
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii <vit.stoyan@gmail.com>
  • Loading branch information
vitalii-stoian committed Apr 1, 2019
1 parent d7d1f86 commit b6cebb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/k8s/vtexplain/Dockerfile
@@ -1,4 +1,4 @@
FROM vitess/k8s AS k8s
FROM vitess/base AS base

FROM debian:stretch-slim

Expand All @@ -9,7 +9,7 @@ ENV VTROOT /vt
RUN mkdir -p /vt/bin && mkdir -p /vtdataroot

# Copy binaries
COPY --from=k8s /vt/bin/vtexplain /vt/bin/
COPY --from=base /vt/bin/vtexplain /vt/bin/

# add vitess user/group and add permissions
RUN groupadd -r --gid 2000 vitess && \
Expand Down

0 comments on commit b6cebb0

Please sign in to comment.