add make targets to build and push corrosion image

This commit is contained in:
Pavel Sviderski
2024-11-27 16:53:57 +10:00
parent 6daa1291b5
commit 085ee285e8
2 changed files with 10 additions and 2 deletions
-1
View File
@@ -45,7 +45,6 @@ RUN addgroup -S uncloud && adduser -SHD -h /nonexistent -G uncloud -g "" uncloud
COPY --from=corrosion-image-tarball /corrosion.tar /images/corrosion.tar
COPY scripts/docker/dind scripts/docker/entrypoint.sh /usr/local/bin/
COPY --from=uncloudd /build/uncloudd /usr/local/bin/
# TODO: socat to forward uncloud.sock unix socket?
ENTRYPOINT ["entrypoint.sh"]
CMD ["uncloudd"]