Skip to content

Commit 341b8e7

Browse files
committed
ubuntu:22.10 as base
1 parent 1f1c343 commit 341b8e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build_images.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
branch_urls = {
2121
"main": repos,
2222
"dev": repos,
23+
"22.10": [
24+
"https://github.com/legendu-net/docker-vscode-server.git",
25+
],
2326
"debian": [
2427
#"https://github.com/legendu-net/docker-jupyterhub-ds.git",
2528
#"https://github.com/legendu-net/docker-vscode-server.git",
2629
#"https://github.com/legendu-net/docker-rustpython.git",
2730
],
28-
"centos7": [
29-
#"https://github.com/legendu-net/docker-rust.git",
30-
],
3131
}
3232
builder = DockerImageBuilder(branch_urls)
3333
builder.build_images(remove=True)

0 commit comments

Comments
 (0)