Kubefile 163 B

12345678
  1. FROM --platform=$BUILDPLATFORM scratch
  2. ARG TARGETARCH
  3. COPY registry_${TARGETARCH} registry
  4. COPY install.sh install.sh
  5. COPY charts charts
  6. CMD ["bash install.sh"]