Skip to content

Commit

Permalink
fixup! local
Browse files Browse the repository at this point in the history
Signed-off-by: Vince Prignano <vincepri@redhat.com>
  • Loading branch information
vincepri committed Apr 5, 2024
1 parent 9141911 commit 1985c84
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion hack/tools/envtest/darwin/Dockerfile
Expand Up @@ -62,7 +62,6 @@ WORKDIR /usr/local
RUN tar -czvf /kubebuilder_${OS}_${ARCH}.tar.gz kubebuilder/

# Copy tarball to final image.
ARG ARCH
FROM gcr.io/distroless/static:nonroot

# Platform args.
Expand Down
3 changes: 1 addition & 2 deletions hack/tools/envtest/linux/Dockerfile
Expand Up @@ -56,8 +56,7 @@ WORKDIR /usr/local
RUN tar -czvf /kubebuilder_${OS}_${ARCH}.tar.gz kubebuilder/

# Copy tarball to final image.
ARG ARCH
FROM gcr.io/distroless/static:nonroot-${ARCH}
FROM gcr.io/distroless/static:nonroot

# Platform args.
ARG OS=linux
Expand Down
3 changes: 1 addition & 2 deletions hack/tools/envtest/windows/Dockerfile
Expand Up @@ -62,8 +62,7 @@ WORKDIR /usr/local
RUN tar -czvf /kubebuilder_${OS}_${ARCH}.tar.gz kubebuilder/

# Copy tarball to final image.
ARG ARCH
FROM gcr.io/distroless/static:nonroot-${ARCH}
FROM gcr.io/distroless/static:nonroot

# Platform args.
ARG OS=windows
Expand Down

0 comments on commit 1985c84

Please sign in to comment.