Browse Source

perf: 使用 ghcr.io 托管镜像

pull/10016/head
吴小白 2 years ago
parent
commit
664ab0797a
  1. 2
      .dockerignore
  2. 1
      .gitignore
  3. 2
      Dockerfile-ee

2
.dockerignore

@ -8,4 +8,4 @@ celerybeat.pid
### Vagrant ###
.vagrant/
apps/xpack/.git
.history/

1
.gitignore vendored

@ -43,3 +43,4 @@ releashe
/apps/script.py
data/*
test.py
.history/

2
Dockerfile-ee

@ -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…
Cancel
Save