Skip to content
Snippets Groups Projects
Commit 471f3687 authored by david.bauer's avatar david.bauer :fire:
Browse files

Switch to base images hosted on gitlab.com

parent 7cecbf2d
Branches stable-8.35
No related tags found
No related merge requests found
FROM registry.gitlab.open-xchange.com/appsuite/web-foundation/base-images/node_builder:latest AS builder
FROM registry.gitlab.com/openxchange/appsuite/web-foundation/base-images/node_builder:latest AS builder
ARG APP_VERSION
ARG BUILD_TIMESTAMP
......@@ -12,5 +12,5 @@ ENV PATH=$PNPM_HOME:$PATH
RUN pnpm i -s -P && pnpm build && rm -rf /root/.local/share/pnpm
FROM registry.gitlab.open-xchange.com/appsuite/web-foundation/base-images/distroless/nginx:latest
FROM registry.gitlab.com/openxchange/appsuite/web-foundation/base-images/distroless/nginx:latest
COPY --from=builder /app/build /usr/share/nginx/html
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