sish (latest)
Installation
docker pull git.urec56.ru/urec/sish:latest
sha256:a818d7dc3e9dff962ffaf829bdd8cbed18cfd10dca4c379689465cf024f4d5e0
Image layers
ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
WORKDIR /app |
COPY /app/app /app/app # buildkit |
COPY /tmp /tmp # buildkit |
COPY /etc/ssl/certs/ /etc/ssl/certs/ # buildkit |
COPY /app/deploy/ /app/deploy/ # buildkit |
COPY /app/ /app/ # buildkit |
COPY /app/templates /app/templates # buildkit |
COPY /app/ /app/ # buildkit |
RUN /bin/sh -c apk add --no-cache bash # buildkit |
ENTRYPOINT ["/app/app"] |