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:
523523 fetch-depth : 0
524524
525525 - name : Run Trivy vulnerability scanner in repo mode
526- uses : aquasecurity/trivy-action@81b9a6f5abb1047d697af7a3ca18c13f55a97315
526+ uses : aquasecurity/trivy-action@5144f05a8dca0b158e81bc678b850c7999e67c8a
527527 with :
528528 scan-type : " fs"
529529 scan-ref : " ."
Original file line number Diff line number Diff line change 5151 uses : actions/checkout@v3
5252
5353 - name : Run Trivy vulnerability scanner in image mode
54- uses : aquasecurity/trivy-action@81b9a6f5abb1047d697af7a3ca18c13f55a97315
54+ uses : aquasecurity/trivy-action@5144f05a8dca0b158e81bc678b850c7999e67c8a
5555 with :
5656 image-ref : " docker.io/codercom/code-server:latest"
5757 ignore-unfixed : true
Original file line number Diff line number Diff line change @@ -147,6 +147,25 @@ extraContainers: |
147147# - name: DOCKER_DRIVER
148148# value: "overlay2"
149149
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+
150169# # Additional code-server secret mounts
151170extraSecretMounts : []
152171 # - 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
237237We recommend installing code-server onto Raspberry Pi with [ ` yarn ` or
238238` npm ` ] ( #yarn-npm ) .
239239
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+
240242## Termux
241243
242244Please 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.
2121The following steps walk you through setting up a VM running Debian using Google
2222Cloud (though you are welcome to use any machine or VM provider).
2323
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
2525$300 of credits.
2626
2727After 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