We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1c343 commit 341b8e7Copy full SHA for 341b8e7
build_images.py
@@ -20,14 +20,14 @@
20
branch_urls = {
21
"main": repos,
22
"dev": repos,
23
+ "22.10": [
24
+ "https://github.com/legendu-net/docker-vscode-server.git",
25
+ ],
26
"debian": [
27
#"https://github.com/legendu-net/docker-jupyterhub-ds.git",
28
#"https://github.com/legendu-net/docker-vscode-server.git",
29
#"https://github.com/legendu-net/docker-rustpython.git",
30
],
- "centos7": [
- #"https://github.com/legendu-net/docker-rust.git",
- ],
31
}
32
builder = DockerImageBuilder(branch_urls)
33
builder.build_images(remove=True)
0 commit comments