File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-supervisor-execve-ring3.25
1
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-workspacekit.3
2
2
workspaceLocation : gitpod/gitpod-ws.theia-workspace
3
3
checkoutLocation : gitpod
4
4
ports :
Original file line number Diff line number Diff line change 30
30
- name : MYSQL_TCP_PORT
31
31
value : 23306
32
32
- name : build
33
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-supervisor-execve-ring3.25
33
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-workspacekit.3
34
34
workingDir : /workspace
35
35
imagePullPolicy : Always
36
36
volumeMounts :
Original file line number Diff line number Diff line change 14
14
secretName : gcp-sa-gitpod-dev-deployer
15
15
containers :
16
16
- name : wipe-devstaging
17
- image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-supervisor-execve-ring3.25
17
+ image : eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-workspacekit.3
18
18
workingDir : /workspace
19
19
imagePullPolicy : Always
20
20
volumeMounts :
Original file line number Diff line number Diff line change @@ -87,6 +87,12 @@ RUN curl -fsSL https://packagecloud.io/datawireio/telepresence/gpgkey | apt-key
87
87
RUN curl -L -o /usr/bin/toxiproxy https://github.com/Shopify/toxiproxy/releases/download/v2.1.4/toxiproxy-cli-linux-amd64 \
88
88
&& chmod +x /usr/bin/toxiproxy
89
89
90
+ # ## libseccomp > 2.5.0
91
+ RUN apt-get update && apt-get install -yq gperf && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* \
92
+ && cd $(mktemp -d) \
93
+ && curl -L https://github.com/seccomp/libseccomp/releases/download/v2.5.1/libseccomp-2.5.1.tar.gz | tar xz \
94
+ && cd libseccomp-2.5.1 && ./configure && make && make install
95
+
90
96
USER gitpod
91
97
92
98
# Fix node version we develop against
You can’t perform that action at this time.
0 commit comments