File tree 3 files changed +77
-4
lines changed
che-plugin-registry/build/dockerfiles
3 files changed +77
-4
lines changed Original file line number Diff line number Diff line change @@ -116,9 +116,11 @@ RUN \
116
116
echo "======================"
117
117
118
118
RUN chmod 777 /var/run/postgresql && \
119
+ mkdir -p /tmp/extensions && \
119
120
initdb && \
120
121
/usr/local/bin/import_vsix.sh && \
121
122
chmod -R 777 /tmp/file && \
123
+ chmod -R 777 /tmp/extensions && \
122
124
rm /var/lib/pgsql/15/data/database/postmaster.pid && \
123
125
rm /var/run/postgresql/.s.PGSQL* && \
124
126
rm /tmp/.s.PGSQL* && \
Original file line number Diff line number Diff line change
1
+ logging :
2
+ pattern :
3
+ level : ' %5p [${spring.application.name:},%X{traceId:-},%X{spanId:-}]'
4
+
1
5
server :
2
6
port : 9000
7
+ jetty :
8
+ threads :
9
+ max-queue-capacity : 100
3
10
4
11
spring :
5
12
profiles :
@@ -43,12 +50,76 @@ management:
43
50
health :
44
51
probes :
45
52
enabled : true
53
+ endpoints :
54
+ web :
55
+ exposure :
56
+ include :
57
+ - health
58
+ - metrics
59
+ - prometheus
60
+ org :
61
+ jobrunr :
62
+ job-scheduler :
63
+ enabled : true
64
+ background-job-server :
65
+ enabled : true
66
+ worker-count : 2
67
+ dashboard :
68
+ enabled : false
69
+ database :
70
+ type : sql
71
+ miscellaneous :
72
+ allow-anonymous-data-usage : false
73
+
74
+ bucket4j :
75
+ enabled : true
76
+ filters :
77
+ - cache-name : buckets
78
+ url : ' /api/-/(namespace/create|publish)'
79
+ http-response-headers :
80
+ Access-Control-Allow-Origin : ' *'
81
+ Access-Control-Expose-Headers : X-Rate-Limit-Retry-After-Seconds, X-Rate-Limit-Remaining
82
+ rate-limits :
83
+ - cache-key : getParameter("token")
84
+ bandwidths :
85
+ - capacity : 15
86
+ time : 1
87
+ unit : seconds
88
+ - cache-name : buckets
89
+ url : ' /vscode/asset/.*/.*/.*/Microsoft.VisualStudio.Services.Icons.Default'
90
+ http-response-headers :
91
+ Access-Control-Allow-Origin : ' *'
92
+ Access-Control-Expose-Headers : X-Rate-Limit-Retry-After-Seconds, X-Rate-Limit-Remaining
93
+ rate-limits :
94
+ - cache-key : getRemoteAddr()
95
+ bandwidths :
96
+ - capacity : 75
97
+ time : 1
98
+ unit : seconds
99
+ - cache-name : buckets
100
+ url : ' /vscode/(?!asset/.*/.*/.*/Microsoft.VisualStudio.Services.Icons.Default).*|/api/(?!(.*/.*/review(/delete)?)|(-/(namespace/create|publish))).*'
101
+ http-response-headers :
102
+ Access-Control-Allow-Origin : ' *'
103
+ Access-Control-Expose-Headers : X-Rate-Limit-Retry-After-Seconds, X-Rate-Limit-Remaining
104
+ rate-limits :
105
+ - cache-key : getRemoteAddr()
106
+ bandwidths :
107
+ - capacity : 15
108
+ time : 1
109
+ unit : seconds
46
110
47
111
ovsx :
48
112
elasticsearch :
49
113
enabled : false
50
114
clear-on-start : true
115
+ extension-control :
116
+ update-on-start : true
117
+ integrity :
118
+ key-pair : create # create, renew, delete, 'undefined'
51
119
databasesearch :
52
120
enabled : true
53
121
registry :
54
- version : ' v0.15.8'
122
+ version : ' v0.19.0'
123
+ storage :
124
+ local :
125
+ directory : /tmp/extensions
Original file line number Diff line number Diff line change 562
562
},
563
563
"CHE_OPENVSX_TAG" : {
564
564
"3.17" : " che-openvsx-v0.15.8" ,
565
- "3.18" : " che-openvsx-v0.15.8 " ,
566
- "3.19" : " che-openvsx-v0.15.8 " ,
567
- "3.x" : " che-openvsx-v0.15.8 "
565
+ "3.18" : " che-openvsx-v0.19.0 " ,
566
+ "3.19" : " che-openvsx-v0.19.0 " ,
567
+ "3.x" : " che-openvsx-v0.19.0 "
568
568
},
569
569
"OPENSHIFT_VERSIONS_SUPPORTED" : {
570
570
"3.17" : [
You can’t perform that action at this time.
0 commit comments