Power Plan

core-app (be4526c8ded01791b0403c2cb27bc0c0f1e8acda)

Published 2025-12-28 23:15:36 +01:00 by deploy-pwrpln

Installation

docker pull gitea.larvit.se/pwrpln/core-app:be4526c8ded01791b0403c2cb27bc0c0f1e8acda
sha256:0fa6f41f80e38f1cc70182bfb34a02abe3367f2b38e22cebdc85ffc2251ed6b9

Image Layers

ADD alpine-minirootfs-3.23.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
WORKDIR /app
RUN /bin/sh -c apk add --no-cache gettext # buildkit
COPY /app/main . # buildkit
COPY /app/public ./public # buildkit
RUN /bin/sh -c mv public/api/v1/openapi.yml public/api/v1/openapi.yml.template # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
ENTRYPOINT ["/entrypoint.sh"]
CMD ["./main"]

Labels

Key Value
com.docker.compose.project core
com.docker.compose.service app
com.docker.compose.version 2.21.0
Details
Container
2025-12-28 23:15:36 +01:00
0
OCI / Docker
linux/amd64
14 MiB
Versions (248) View all