- https://alexohneander.de/
- Joined on
2025-03-17
Block a user
sim_free (sha256:cdfc4a3bfd4f38c5c44d98415e5c067419890805b31b729d03e0abd49833e243)
Installation
docker pull git.dev-null.rocks/alexohneander/sim_free@sha256:cdfc4a3bfd4f38c5c44d98415e5c067419890805b31b729d03e0abd49833e243
sha256:cdfc4a3bfd4f38c5c44d98415e5c067419890805b31b729d03e0abd49833e243
Image Layers
ADD alpine-minirootfs-3.22.1-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-09-02T04:05:37.644Z |
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 | 202509020409 |
repository | https://github.com/simulationcraft/simc |
Details
2025-09-02 04:07:31 +00:00
Versions (183)
View all
Container
0
OCI / Docker
linux/amd64
92 MiB
sha-913d593
2025-10-10
202510100410
2025-10-10
202510090410
2025-10-09
202510080410
2025-10-08
202510070410
2025-10-07