Skip to content

Commit

Permalink
feat: bump vscode image
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalmsley committed Nov 29, 2023
1 parent d455ae8 commit a736d87
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion code/development-env/config/local/image_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"versions": [
{
"displayName": "Miniconda3",
"image": "nerc/vscode-server:fb79ef9019894b9129ff5083eba6388574e737b7-0.0.1"
"image": "nerc/vscode-server:2b96491b4620-0.0.2"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion code/workspaces/common/src/config/image_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
{
"default": true,
"displayName": "Miniconda3",
"image": "nerc/vscode-server:fb79ef9019894b9129ff5083eba6388574e737b7-0.0.1"
"image": "nerc/vscode-server:2b96491b4620-0.0.2"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ spec:
- mountPath: /mnt/persistentfs
name: persistentfsvol
containers:
- image: nerc/vscode-server:fb79ef9019894b9129ff5083eba6388574e737b7-0.0.1
- image: nerc/vscode-server:2b96491b4620-0.0.2
imagePullPolicy : \\"IfNotPresent\\"
name: deployment-name
command: [\\"/bin/sh\\",
Expand Down Expand Up @@ -901,7 +901,7 @@ spec:
- mountPath: /mnt/persistentfs
name: persistentfsvol
containers:
- image: nerc/vscode-server:fb79ef9019894b9129ff5083eba6388574e737b7-0.0.1
- image: nerc/vscode-server:2b96491b4620-0.0.2
imagePullPolicy : \\"IfNotPresent\\"
name: deployment-name
command: [\\"/bin/sh\\",
Expand Down
2 changes: 1 addition & 1 deletion code/workspaces/web-app/public/image_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"versions": [
{
"displayName": "Miniconda3",
"image": "nerc/vscode-server:fb79ef9019894b9129ff5083eba6388574e737b7-0.0.1"
"image": "nerc/vscode-server:2b96491b4620-0.0.2"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Object {
Object {
"default": true,
"displayName": "Miniconda3",
"image": "nerc/vscode-server:fb79ef9019894b9129ff5083eba6388574e737b7-0.0.1",
"image": "nerc/vscode-server:2b96491b4620-0.0.2",
},
],
},
Expand Down

0 comments on commit a736d87

Please sign in to comment.