Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Base installer image on leap
Browse files Browse the repository at this point in the history
because there is nothing needed from the epinio server image
  • Loading branch information
opensuse Cloud User committed Jan 14, 2022
1 parent e32f838 commit 6576ccb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Image used by the Epinio Wrapper Helm Chart
# Helm and kubectl must be installed in, that's why it differs from epinio-server image
ARG SERVER_IMAGE=splatform/epinio-server

FROM opensuse/leap AS downloader
ARG HELM_VERSION
Expand All @@ -20,8 +18,7 @@ RUN wget https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl
RUN sh -c 'echo "${KUBECTL_CHECKSUM} /kubectl" | sha256sum -w -c'
RUN chmod +x /kubectl


FROM $SERVER_IMAGE
FROM opensuse/leap
ARG DIST_BINARY=dist/epinio-installer_linux_amd64/epinio-installer

COPY --from=downloader /helm /usr/local/bin/helm
Expand Down

0 comments on commit 6576ccb

Please sign in to comment.