diff --git a/bulkbuild.py b/bulkbuild.py
new file mode 100755
index 0000000..beae84c
--- /dev/null
+++ b/bulkbuild.py
@@ -0,0 +1,17 @@
+#! /usr/bin/env python3
+# -*- coding: utf-8 -*-
+# vim:fenc=utf-8
+#
+# Copyright © 2025 Jacob Babor <jacob@babor.tech>
+#
+# Distributed under terms of the MIT license.
+
+import argparse
+
+def main():
+    parser = argparse.ArgumentParser(description="Build a bunch of Docker containers from a bunch of repos in bulk")
+    parser.add_argument('yamlfile',help="Path to a YAML file that contains the repos to download and build from. See README.md for details")
+    args = parser.parse_args()
+    pass
+
+main()
diff --git a/repos.yml b/repos.yml
new file mode 100644
index 0000000..9d06478
--- /dev/null
+++ b/repos.yml
@@ -0,0 +1,4 @@
+# repos.yml
+#
+---
+