chore: added senlin images
diff --git a/images/senlin/Earthfile b/images/senlin/Earthfile
new file mode 100644
index 0000000..d2f2480
--- /dev/null
+++ b/images/senlin/Earthfile
@@ -0,0 +1,10 @@
+VERSION 0.7
+
+image:
+  ARG PROJECT=senlin
+  ARG RELEASE=zed
+  ARG REF=b6ef17b0f787fb7a0609ba36dc13097882a6a3ff
+  FROM ../openstack-service+image --PROJECT ${PROJECT} --RELEASE ${RELEASE} --PROJECT_REF ${REF}
+  SAVE IMAGE --push \
+    ghcr.io/vexxhost/atmosphere/${PROJECT}:${RELEASE} \
+    ghcr.io/vexxhost/atmosphere/${PROJECT}:${REF}