chore: added senlin images
diff --git a/Earthfile b/Earthfile
index 52dde3e..94cb0c7 100644
--- a/Earthfile
+++ b/Earthfile
@@ -55,6 +55,7 @@
BUILD ./images/heat+image
BUILD ./images/octavia+image
BUILD ./images/placement+image
+ BUILD ./images/senlin+image
pin-images:
FROM +build.venv.dev
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}