mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-04-28 03:21:12 +00:00
6 lines
204 B
Plaintext
6 lines
204 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
|