Skip to content
Snippets Groups Projects
Commit 0641809a authored by Varac's avatar Varac Committed by Maarten de Waard
Browse files

Apply 2 suggestion(s) to 2 file(s)

parent 271902cb
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ ENV TAIKO_SKIP_CHROMIUM_DOWNLOAD=true
ENV TAIKO_BROWSER_PATH=/usr/bin/chromium-browser
ENV TAIKO_BROWSER_ARGS=--no-sandbox,--start-maximized,--disable-dev-shm-usage,--ignore-certificate-errors
ADD https://github.com/fluxcd/flux2/releases/download/v0.17.0/flux_0.17.0_linux_amd64.tar.gz /tmp/
ADD https://github.com/fluxcd/flux2/releases/download/v0.17.2/flux_0.17.2_linux_amd64.tar.gz /tmp/
# Download kubectl until it's packaged in alpine > 3.14
ADD https://dl.k8s.io/release/v1.21.0/bin/linux/amd64/kubectl /usr/local/bin/
COPY ./test/pytest/le-staging-bundle.pem /usr/local/share/ca-certificates/le-staging-bundle.pem
......
if [ "$(flux --version)" != "flux version 0.17.0" ]; then
echo "The OpenAppStack installation only works with Flux version 0.17.0"
if [ "$(flux --version)" != "flux version 0.17.2" ]; then
echo "The OpenAppStack installation only works with Flux version 0.17.2"
exit 1;
fi
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