echelon-server (latest)
Installation
docker pull git.arqalite.org/cotfk/echelon-server:latestsha256:1a4dcdfcb1de3bf9a60bb5a6728a5bac11b749dcdc2bc377e8058f4c19f4fac5Image layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1771804800' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl xvfb ffmpeg pulseaudio && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c set -eux; curl -fsSL https://github.com/ProjectIgnis/edopro-assets/releases/download/41.0.2/ProjectIgnis-EDOPro-41.0.2-linux.tar.gz | tar -xz -C /usr/local/ --no-same-owner # buildkit |
| RUN /bin/sh -c rm -rf /usr/local/ProjectIgnis/pics/* # buildkit |
| COPY packages/echelon-server/deployment/config/* /usr/local/ProjectIgnis/config/ # buildkit |
| COPY packages/echelon-server/deployment/textures/bg.png /usr/local/ProjectIgnis/textures/bg.png # buildkit |
| COPY packages/echelon-server/deployment/textures/field3.png /usr/local/ProjectIgnis/textures/field3.png # buildkit |
| COPY packages/echelon-server/deployment/textures/field-transparent3.png /usr/local/ProjectIgnis/textures/field-transparent3.png # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/ProjectIgnis/EDOPro # buildkit |
| COPY /edopro/bin/x64/release/ygoprodll /usr/local/ProjectIgnis/EDOPro # buildkit |
| COPY /app/target/release/echelon-server /usr/local/bin/echelon-server # buildkit |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://127.0.0.1:3000/health || exit 1"] "30s" "30s" "0s" "0s" '\x03'} |
| ENV EDOPRO_PATH=/usr/local/ProjectIgnis/ |
| ENTRYPOINT ["/usr/local/bin/echelon-server"] |
Details
Versions (3)
View all