Skip to content

Commit

Permalink
fixup! fixup! ✨ Build and publish Kubernetes envtest tools as packages
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 4fd85a7 commit 1ada3c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions hack/tools/envtest/darwin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +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}

# Platform args.
Expand Down
1 change: 1 addition & 0 deletions hack/tools/envtest/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +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}

# Platform args.
Expand Down
1 change: 1 addition & 0 deletions hack/tools/envtest/windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +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}

# Platform args.
Expand Down

0 comments on commit 1ada3c7

Please sign in to comment.