Skip to content
Snippets Groups Projects
Unverified Commit 4781cdc7 authored by Varac's avatar Varac
Browse files

Install flux in container image

parent 9f18912e
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.13.5
LABEL name="OpenAppStack management"
LABEL version="4.2"
LABEL version="4.3"
LABEL vendor1="Greenhost"
# Download yq v4 from github until it's packaged in alpine > 3.13
ADD https://github.com/mikefarah/yq/releases/download/v4.7.0/yq_linux_amd64 /usr/local/bin/yq
ADD https://github.com/fluxcd/flux2/releases/download/v0.15.0/flux_0.15.0_linux_amd64.tar.gz /tmp
RUN tar -xzf /tmp/flux*.tar.gz && mv ./flux /usr/local/bin
COPY ./test/pytest/le-staging-bundle.pem /usr/local/share/ca-certificates/le-staging-bundle.pem
COPY ./requirements.txt /requirements.txt
RUN \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment