Skip to content
Snippets Groups Projects
Commit 0a7f99af authored by Griefed's avatar Griefed :joystick:
Browse files

fix: Enable docker experimental features to allow for manifest manipulation

parent ffc24ea3
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,8 @@ LABEL description="Provides GitLab Semantic Release, buildx, JDK 8, NodeJS for G ...@@ -18,6 +18,8 @@ LABEL description="Provides GitLab Semantic Release, buildx, JDK 8, NodeJS for G
COPY --from=fetcher /docker-buildx /usr/lib/docker/cli-plugins/docker-buildx COPY --from=fetcher /docker-buildx /usr/lib/docker/cli-plugins/docker-buildx
ENV DOCKER_CLI_EXPERIMENTAL=enabled
RUN \ RUN \
echo "**** Updating and installing our packages ****" && \ echo "**** Updating and installing our packages ****" && \
apk update && \ apk update && \
......
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