Skip to content

Commit 785e729

Browse files
authored
Merge branch 'main' into sidebar-icons
2 parents 37a2c55 + da9e72c commit 785e729

File tree

5 files changed

+24
-3
lines changed

5 files changed

+24
-3
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff 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: "."

.github/workflows/trivy-docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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

ci/helm-chart/values.yaml

+19
Original file line numberDiff line numberDiff 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
151170
extraSecretMounts: []
152171
# - name: secret-files

docs/install.md

+2
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ We currently [do not publish Windows releases](https://github.com/coder/code-ser
237237
We 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

242244
Please see code-server's [Termux docs](./termux.md#installation) for more

docs/requirements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for communication between the browser and the server.
2121
The following steps walk you through setting up a VM running Debian using Google
2222
Cloud (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

2727
After you sign up and create a new Google Cloud Provider (GCP) project, create a

0 commit comments

Comments
 (0)