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 eb08d12 commit 56dae36Copy full SHA for 56dae36
build_images.py
@@ -18,6 +18,9 @@
18
#"https://github.com/dclong/docker-vscode-server.git",
19
#"https://github.com/dclong/docker-rustpython.git",
20
],
21
+ "21.10": [
22
+ "https://github.com/dclong/docker-rust-utils.git",
23
+ ],
24
}
25
builder = dsutil.docker.DockerImageBuilder(branch_urls)
26
builder.build_images(remove=True)
0 commit comments