mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-27 19:43:34 +00:00
add make targets to build and push corrosion image
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user