mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-05-11 17:51:03 +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 |