project-echelon (server-latest)

Published 2025-12-25 23:53:04 +00:00 by arqalite in COTFK/project-echelon

Installation

docker pull git.arqalite.org/cotfk/project-echelon:server-latest
sha256:91f210d502adf7001848530f3a042dd13144fb026ec7e301f40d4ee2d9b4b9b7

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1765152000'
RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates curl xvfb ffmpeg && rm -rf /var/lib/apt/lists/* # buildkit
ADD https://github.com/ProjectIgnis/edopro-assets/releases/download/41.0.2/ProjectIgnis-EDOPro-41.0.2-linux.tar.gz /usr/local/ # buildkit
RUN /bin/sh -c tar -xzf /usr/local/ProjectIgnis-EDOPro-41.0.2-linux.tar.gz -C /usr/local/ && rm /usr/local/ProjectIgnis-EDOPro-41.0.2-linux.tar.gz # buildkit
COPY packages/echelon-server/deployment/EDOPro /usr/local/ProjectIgnis/ # buildkit
COPY packages/echelon-server/deployment/config/configs.json /usr/local/ProjectIgnis/config/configs.json # buildkit
COPY packages/echelon-server/deployment/config/system.conf /usr/local/ProjectIgnis/config/system.conf # 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 /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/EDOPro
ENTRYPOINT ["/usr/local/bin/echelon-server"]
Details
Container
2025-12-25 23:53:04 +00:00
2
OCI / Docker
linux/amd64
492 MiB
Versions (3) View all
webui-latest 2025-12-25
server-latest 2025-12-25
discord-latest 2025-12-25