revert distroless repo from testing fork

This commit is contained in:
slmagus 2019-10-16 12:03:42 -04:00
parent 297fd9743b
commit c0b7ef33d5
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ RUN make && make out/warmer
# Stage 1: Get the busybox shell # Stage 1: Get the busybox shell
FROM gcr.io/cloud-builders/bazel:latest FROM gcr.io/cloud-builders/bazel:latest
RUN git clone https://github.com/slmagus/distroless.git RUN git clone https://github.com/GoogleContainerTools/distroless.git
WORKDIR /distroless WORKDIR /distroless
RUN bazel build //experimental/busybox:busybox_tar RUN bazel build //experimental/busybox:busybox_tar
RUN tar -C /distroless/bazel-bin/experimental/busybox/ -xf /distroless/bazel-bin/experimental/busybox/busybox.tar RUN tar -C /distroless/bazel-bin/experimental/busybox/ -xf /distroless/bazel-bin/experimental/busybox/busybox.tar