mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-15 15:42:10 +00:00
Merge pull request #10016 from jumpserver/pr@dev@use_ghcr_registry
perf: 使用 ghcr.io 托管镜像
This commit is contained in:
commit
8e61b53460
@ -8,4 +8,4 @@ celerybeat.pid
|
||||
### Vagrant ###
|
||||
.vagrant/
|
||||
apps/xpack/.git
|
||||
|
||||
.history/
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@ releashe
|
||||
/apps/script.py
|
||||
data/*
|
||||
test.py
|
||||
.history/
|
||||
|
@ -1,6 +1,6 @@
|
||||
ARG VERSION
|
||||
FROM registry.fit2cloud.com/jumpserver/xpack:${VERSION} as build-xpack
|
||||
FROM jumpserver/core:${VERSION}
|
||||
FROM ghcr.io/jumpserver/core:${VERSION}
|
||||
COPY --from=build-xpack /opt/xpack /opt/jumpserver/apps/xpack
|
||||
|
||||
WORKDIR /opt/jumpserver
|
||||
|
Loading…
Reference in New Issue
Block a user