Skip to content
Snippets Groups Projects
Verified Commit 3a5f7935 authored by Martin Weise's avatar Martin Weise
Browse files

Give up on buildkit

parent 2ab3a2a4
No related branches found
No related tags found
1 merge request!370Fixed the test
variables: variables:
HOSTALIASES: "./hosts" HOSTALIASES: "./hosts"
DOCKER_HOST: "unix:///var/run/dind/docker.sock" DOCKER_HOST: "unix:///var/run/dind/docker.sock"
DOCKER_BUILDKIT: 1
DOCKER_VERSION: "27" DOCKER_VERSION: "27"
TESTCONTAINERS_RYUK_DISABLED: "false" TESTCONTAINERS_RYUK_DISABLED: "false"
ALPINE_VERSION: "3.21" ALPINE_VERSION: "3.21"
......
...@@ -8,8 +8,9 @@ USER 1001 ...@@ -8,8 +8,9 @@ USER 1001
WORKDIR /app WORKDIR /app
COPY --chown=1001 --chmod=0744 ./init.sh /app/init.sh COPY --chown=1001 ./init.sh /app/init.sh
RUN mkdir -p /app/config RUN chmod 0744 /app/init.sh \
&& mkdir -p /app/config
ENTRYPOINT [ "bash", "-c", "/app/init.sh" ] ENTRYPOINT [ "bash", "-c", "/app/init.sh" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment