Skip to content
Snippets Groups Projects
Commit 3f619d00 authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !65
parents b00a61d5 a554cd7a
No related branches found
No related tags found
1 merge request!65Merging develop into main
Pipeline #1172507 passed
...@@ -20,10 +20,12 @@ ARG GIT_EXTRAS_VERSION=7.1.0 ...@@ -20,10 +20,12 @@ ARG GIT_EXTRAS_VERSION=7.1.0
ARG GLAB_VERSION=1.36.0 ARG GLAB_VERSION=1.36.0
ARG apkArch ARG apkArch
ARG buildx_version=0.12.1 ARG buildx_version=0.12.1
ARG compose_version=2.24.6 # IMPORTANT: keep the docker compose version in sync with the Ansible Docker role.
ARG compose_version=2.24.5
ARG composer_version=2.7.1 ARG composer_version=2.7.1
ARG dockerArch ARG dockerArch
ARG glibc_version=2.35-r1 ARG glibc_version=2.35-r1
ARG yq_version=4.42.1
ADD usrbin/column /usr/bin/column ADD usrbin/column /usr/bin/column
ADD bin/* /usr/local/bin/ ADD bin/* /usr/local/bin/
...@@ -52,7 +54,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \ ...@@ -52,7 +54,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ && \ tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ && \
rm docker.tgz && \ rm docker.tgz && \
\ \
if ! curl -fSL -o /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/v4.26.1/yq_linux_386"; then \ if ! curl -fSL -o /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/v${yq_version}/yq_linux_386"; then \
echo >&2 "error: failed to download 'yq'"; \ echo >&2 "error: failed to download 'yq'"; \
exit 1; \ exit 1; \
fi && \ fi && \
......
#!/bin/bash #!/bin/bash
docker pull backstopjs/backstopjs --quiet
export $(cat .env | xargs) export $(cat .env | xargs)
cd tests/backstop cd tests/backstop
./backstop-script-before ./backstop-script-before
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment