sim_free (sha256:4b1254fded8c03537c28de716392998299f5422d8cc9b6f7c5c3b6f1685b51db)

Published 2025-03-29 04:08:02 +00:00 by alexohneander in alexohneander/sim_free

Installation

docker pull git.dev-null.rocks/alexohneander/sim_free@sha256:4b1254fded8c03537c28de716392998299f5422d8cc9b6f7c5c3b6f1685b51db
sha256:4b1254fded8c03537c28de716392998299f5422d8cc9b6f7c5c3b6f1685b51db

Image Layers

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL repository=https://github.com/simulationcraft/simc
RUN /bin/sh -c echo "Installing minimal dependencies" && apk --no-cache add --virtual build_dependencies libcurl libgcc libstdc++ # buildkit
COPY /app/SimulationCraft/engine/simc /app/SimulationCraft/ # buildkit
COPY /app/SimulationCraft/profiles/ /app/SimulationCraft/profiles/ # buildkit
WORKDIR /app/SimulationCraft
ENTRYPOINT ["./simc"]
CMD ["TWW1_Raid.simc"]
ENV LANG=de_DE.UTF-8
RUN /bin/sh -c apk add --no-cache python3 py3-pip git # buildkit
ENV VIRTUAL_ENV=/opt/venv
RUN /bin/sh -c python3 -m venv $VIRTUAL_ENV # buildkit
ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
COPY backend/requirements.txt . # buildkit
RUN /bin/sh -c pip install -r requirements.txt # buildkit
COPY backend/ . # buildkit
COPY /app/out ./templates # buildkit
EXPOSE map[8000/tcp:{}]
ENTRYPOINT []
CMD ["fastapi" "run" "main.py" "--port" "8000"]

Labels

Key Value
org.opencontainers.image.created 2025-03-29T04:05:30.703Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 913d59315ff2ec3563a2fbebee40977e40f37177
org.opencontainers.image.source https://git.dev-null.rocks/alexohneander/sim_free
org.opencontainers.image.title sim_free
org.opencontainers.image.url https://git.dev-null.rocks/alexohneander/sim_free
org.opencontainers.image.version 202503290403
repository https://github.com/simulationcraft/simc
Details
Container
2025-03-29 04:08:02 +00:00
0
OCI / Docker
linux/amd64
86 MiB
Versions (97) View all
sha-913d593 2025-07-06
202507060407 2025-07-06
202507050407 2025-07-05
202507040407 2025-07-04
202507030407 2025-07-03