softplayer-controller/Containerfile

10 lines
242 B
Plaintext
Raw Normal View History

2024-05-10 11:18:06 +00:00
FROM fluxcd/flux-cli as flux-source
WORKDIR /out
RUN cp $(which flux) .
2024-04-02 15:21:21 +00:00
FROM ghcr.io/flant/shell-operator:latest
2024-04-02 16:10:55 +00:00
RUN apk update && apk add envsubst --no-cache
2024-05-10 11:18:06 +00:00
COPY --from=flux-source /out/flux /usr/bin/flux
2024-04-02 15:21:21 +00:00
ADD /hooks /hooks
ADD /tpls /tpls