File tree Expand file tree Collapse file tree 5 files changed +24
-3
lines changed Expand file tree Collapse file tree 5 files changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -523,7 +523,7 @@ jobs:
523
523
fetch-depth : 0
524
524
525
525
- name : Run Trivy vulnerability scanner in repo mode
526
- uses : aquasecurity/trivy-action@81b9a6f5abb1047d697af7a3ca18c13f55a97315
526
+ uses : aquasecurity/trivy-action@5144f05a8dca0b158e81bc678b850c7999e67c8a
527
527
with :
528
528
scan-type : " fs"
529
529
scan-ref : " ."
Original file line number Diff line number Diff line change 51
51
uses : actions/checkout@v3
52
52
53
53
- name : Run Trivy vulnerability scanner in image mode
54
- uses : aquasecurity/trivy-action@81b9a6f5abb1047d697af7a3ca18c13f55a97315
54
+ uses : aquasecurity/trivy-action@5144f05a8dca0b158e81bc678b850c7999e67c8a
55
55
with :
56
56
image-ref : " docker.io/codercom/code-server:latest"
57
57
ignore-unfixed : true
Original file line number Diff line number Diff line change @@ -147,6 +147,25 @@ extraContainers: |
147
147
# - name: DOCKER_DRIVER
148
148
# value: "overlay2"
149
149
150
+ extraInitContainers : |
151
+ # - name: customization
152
+ # image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
153
+ # imagePullPolicy: IfNotPresent
154
+ # env:
155
+ # - name: SERVICE_URL
156
+ # value: https://open-vsx.org/vscode/gallery
157
+ # - name: ITEM_URL
158
+ # value: https://open-vsx.org/vscode/item
159
+ # command:
160
+ # - sh
161
+ # - -c
162
+ # - |
163
+ # code-server --install-extension ms-python.python
164
+ # code-server --install-extension golang.Go
165
+ # volumeMounts:
166
+ # - name: data
167
+ # mountPath: /home/coder
168
+
150
169
# # Additional code-server secret mounts
151
170
extraSecretMounts : []
152
171
# - name: secret-files
Original file line number Diff line number Diff line change @@ -237,6 +237,8 @@ We currently [do not publish Windows releases](https://github.com/coder/code-ser
237
237
We recommend installing code-server onto Raspberry Pi with [ ` yarn ` or
238
238
` npm ` ] ( #yarn-npm ) .
239
239
240
+ If you see an error related to ` node-gyp ` during installation, See [ #5174 ] ( https://github.com/coder/code-server/issues/5174 ) for more information.
241
+
240
242
## Termux
241
243
242
244
Please see code-server's [ Termux docs] ( ./termux.md#installation ) for more
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ for communication between the browser and the server.
21
21
The following steps walk you through setting up a VM running Debian using Google
22
22
Cloud (though you are welcome to use any machine or VM provider).
23
23
24
- If you're [ signing up with Google] ( https://console.cloud.google.com/getting-started ) for the first time, you should get a 12 -month trial with
24
+ If you're [ signing up with Google] ( https://console.cloud.google.com/getting-started ) for the first time, you should get a 3 -month trial with
25
25
$300 of credits.
26
26
27
27
After you sign up and create a new Google Cloud Provider (GCP) project, create a
You can’t perform that action at this time.
0 commit comments