Power Plan

core-app (aede527a356856fdecad8aa0a6830d4e64ce6f1f)

Published 2026-06-18 06:05:42 +02:00 by deploy-pwrpln

Installation

docker pull gitea.larvit.se/pwrpln/core-app:aede527a356856fdecad8aa0a6830d4e64ce6f1f
sha256:e6efb170b65fd634712f20a1c211b4348f454824957f2c8fb5542c4d5917176b

Image Layers

ADD alpine-minirootfs-3.24.1-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
2026-06-18 06:05:42 +02:00
0
OCI / Docker
linux/amd64
16 MiB
Versions (296) View all