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

Re-enable buildkit

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