chore: build more images using repo
diff --git a/images/barbican/Earthfile b/images/barbican/Earthfile
new file mode 100644
index 0000000..3b37bea
--- /dev/null
+++ b/images/barbican/Earthfile
@@ -0,0 +1,11 @@
+VERSION 0.7
+
+image:
+  ARG PROJECT=barbican
+  ARG RELEASE=zed
+  ARG REF=7d6749fcb1ad16a3350de82cd8e523d5b55306f8
+  ARG PIP_PACKAGES="pykmip"
+  FROM ../openstack-service+image --PROJECT ${PROJECT} --RELEASE ${RELEASE} --PROJECT_REF ${REF} --PIP_PACKAGES "${PIP_PACKAGES}"
+  SAVE IMAGE --push \
+    ghcr.io/vexxhost/atmosphere/${PROJECT}:${RELEASE} \
+    ghcr.io/vexxhost/atmosphere/${PROJECT}:${REF}