diff --git a/images/Dockerfile.test-ubuntu-git b/images/Dockerfile.test-ubuntu-git
new file mode 100644
index 0000000..2ffcf38
--- /dev/null
+++ b/images/Dockerfile.test-ubuntu-git
@@ -0,0 +1,7 @@
+# Defines the test-ubuntu-git Container Image.
+# Consumed by actions/checkout CI/CD validation workflows.
+
+FROM ubuntu:latest
+
+RUN apt update
+RUN apt install -y git