Skip to content

Commit

Permalink
Troubleshoot binaries are no longer used in kotsadm container
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Oct 15, 2021
1 parent fec4651 commit 20cee90
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions hack/dev/Dockerfile.skaffold
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,6 @@ RUN curl -L "https://get.helm.sh/helm-v3.4.2-linux-amd64.tar.gz" -o /tmp/helm.ta
chmod a+x linux-amd64/helm && \
mv linux-amd64/helm "/usr/local/bin/helm3.4.2"

# Install krew
COPY ./deploy/install-krew.sh /install-krew.sh
RUN /install-krew.sh
ENV PATH="/root/.krew/bin:$PATH"

# Install our plugins
RUN kubectl krew install preflight
RUN kubectl krew install support-bundle

COPY --from=builder /go/src/github.com/replicatedhq/kots/bin/kotsadm .

ENTRYPOINT ["/kotsadm", "api"]

0 comments on commit 20cee90

Please sign in to comment.