mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-04-27 19:17:01 +00:00
5 lines
203 B
Plaintext
5 lines
203 B
Plaintext
ARG VERSION
|
|
FROM registry.fit2cloud.com/jumpserver/xpack:${VERSION} as build-xpack
|
|
FROM registry.fit2cloud.com/jumpserver/core-ce:${VERSION}
|
|
|
|
COPY --from=build-xpack /opt/xpack /opt/jumpserver/apps/xpack |