File tree 5 files changed +8
-16
lines changed
5 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 41
41
load : true
42
42
tags : dashboard:ci
43
43
context : .
44
- build-args : |
45
- APISIX_DASHBOARD_VERSION=master
46
44
cache-from : |
47
45
type=local,src=/tmp/.buildx-cache
48
46
cache-to : |
Original file line number Diff line number Diff line change 16
16
#
17
17
FROM alpine:latest as pre-build
18
18
19
- ARG APISIX_DASHBOARD_VERSION=master
19
+ COPY . /usr/local/apisix-dashboard
20
20
21
21
RUN set -x \
22
22
&& apk add --no-cache --virtual .builddeps git \
23
- && git clone https://github.com/apache/apisix-dashboard.git -b ${APISIX_DASHBOARD_VERSION} /usr/local/apisix-dashboard \
24
23
&& cd /usr/local/apisix-dashboard && git clean -Xdf \
25
24
&& rm -f ./.githash && git log --pretty=format:"%h" -1 > ./.githash
26
25
Original file line number Diff line number Diff line change @@ -43,11 +43,6 @@ $ docker build -t apisix-dashboard:$tag .
43
43
# For users in mainland China, the `ENABLE_PROXY` parameter can be provided to speed up module downloads.
44
44
$ docker build -t apisix-dashboard:$tag . --build-arg ENABLE_PROXY=true
45
45
46
- # If you want to use the latest codes to build, you can specify the `APISIX_DASHBOARD_VERSION` parameter to `master`.
47
- # This parameter can also be specified as branch name of a specific version, such as `v2.1.1`.
48
- $ docker build -t apisix-dashboard:$tag . --build-arg APISIX_DASHBOARD_VERSION=master
49
- ```
50
-
51
46
# # Launch
52
47
53
48
1. Preparing configuration files
Original file line number Diff line number Diff line change 56
56
"@ant-design/pro-table" : " 2.30.8" ,
57
57
"@antv/x6" : " ^1.18.5" ,
58
58
"@antv/x6-react-components" : " ^1.1.7" ,
59
- "@monaco-editor/react" : " ^ 4.3.1" ,
59
+ "@monaco-editor/react" : " 4.3.1" ,
60
60
"@rjsf/antd" : " 2.2.0" ,
61
61
"@rjsf/core" : " 2.2.0" ,
62
62
"@types/js-yaml" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 2048
2048
extend "3.0.2"
2049
2049
2050
2050
"@monaco-editor/loader@^1.2.0":
2051
- version "1.2 .0"
2052
- resolved "https://registry.yarnpkg.com/@monaco-editor/loader/-/loader-1.2 .0.tgz#373fad69973384624e3d9b60eefd786461a76acd "
2053
- integrity sha512-cJVCG/T/KxXgzYnjKqyAgsKDbH9mGLjcXxN6AmwumBwa2rVFkwvGcUj1RJtD0ko4XqLqJxwqsN/Z/KURB5f1OQ ==
2051
+ version "1.4 .0"
2052
+ resolved "https://registry.yarnpkg.com/@monaco-editor/loader/-/loader-1.4 .0.tgz#f08227057331ec890fa1e903912a5b711a2ad558 "
2053
+ integrity sha512-00ioBig0x642hytVspPl7DbQyaSWRaolYie/UFNjoTdvoKPzo6xrXLhTk9ixgIKcLH5b5vDOjVNiGyY+uDCUlg ==
2054
2054
dependencies:
2055
2055
state-local "^1.0.6"
2056
2056
2057
- "@monaco-editor/react@^ 4.3.1":
2057
+ "@monaco-editor/
[email protected] ":
2058
2058
version "4.3.1"
2059
2059
resolved "https://registry.yarnpkg.com/@monaco-editor/react/-/react-4.3.1.tgz#d65bcbf174c39b6d4e7fec43d0cddda82b70a12a"
2060
2060
integrity sha512-f+0BK1PP/W5I50hHHmwf11+Ea92E5H1VZXs+wvKplWUWOfyMa1VVwqkJrXjRvbcqHL+XdIGYWhWNdi4McEvnZg==
@@ -15734,8 +15734,8 @@ start-server-and-test@^1.11.5:
15734
15734
15735
15735
state-local@^1.0.6:
15736
15736
version "1.0.7"
15737
- resolved "https://registry.npm.taobao.org /state-local/download /state-local-1.0.7.tgz#da50211d07f05748d53009bee46307a37db386d5"
15738
- integrity sha1-2lAhHQfwV0jVMAm+5GMHo32zhtU =
15737
+ resolved "https://registry.yarnpkg.com /state-local/- /state-local-1.0.7.tgz#da50211d07f05748d53009bee46307a37db386d5"
15738
+ integrity sha512-HTEHMNieakEnoe33shBYcZ7NX83ACUjCu8c40iOGEZsngj9zRnkqS9j1pqQPXwobB0ZcVTk27REb7COQ0UR59w= =
15739
15739
15740
15740
state-toggle@^1.0.0:
15741
15741
version "1.0.3"
You can’t perform that action at this time.
0 commit comments