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

Re-enable buildkit

parent 3a5f7935
No related branches found
No related tags found
1 merge request!370Fixed the test
...@@ -153,8 +153,6 @@ build-search-service: ...@@ -153,8 +153,6 @@ build-search-service:
build-images: build-images:
image: docker.io/docker:${DOCKER_VERSION}-dind image: docker.io/docker:${DOCKER_VERSION}-dind
stage: build stage: build
variables:
DOCKER_BUILDKIT: 0
before_script: before_script:
- "apk add --no-cache make" - "apk add --no-cache make"
- echo "$CI_REGISTRY_PASSWORD" | docker login --username "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY_URL - echo "$CI_REGISTRY_PASSWORD" | docker login --username "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY_URL
......
...@@ -8,9 +8,6 @@ USER 1001 ...@@ -8,9 +8,6 @@ USER 1001
WORKDIR /app WORKDIR /app
COPY --chown=1001 ./init.sh /app/init.sh COPY --chown=1001 --chmod=0744 ./init.sh /app/init.sh
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