Adpat frontend to build docker image with buildah

This commit is contained in:
Adrien
2026-04-09 19:36:22 +02:00
parent 8e227a9429
commit 0908355704
3 changed files with 23 additions and 6 deletions
+5 -2
View File
@@ -164,10 +164,13 @@
<image>gcr.io/distroless/base-nossl-debian12</image>
</from>
<to>
<!-- override at build time: -Djib.to.image=registry/org/image:tag -->
<image>ai-teacher-backend</image>
<image>zot.immich-ad.ovh/home/ai-teacher-backend</image>
<tags>
<tag>latest</tag>
</tags>
</to>
<container>
<format>OCI</format>
<ports>
<port>8080</port>
</ports>