Skip to content

Commit 8695f7e

Browse files
authored
Update build_images.py
1 parent 9a30741 commit 8695f7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build_images.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"21.10": [
2525
#"https://github.com/dclong/docker-rust-utils.git",
2626
],
27+
"centos7.6": [
28+
"https://github.com/dclong/docker-rust.git",
29+
],
2730
}
2831
builder = dsutil.docker.DockerImageBuilder(branch_urls)
2932
builder.build_images(remove=True)

0 commit comments

Comments
 (0)