echelon-server (v1.0.0)

Published 2026-02-15 20:10:39 +00:00 by arqalite in COTFK/project-echelon

Installation

docker pull git.arqalite.org/cotfk/echelon-server:v1.0.0
sha256:c97d34cbaddfbbe4427c2c70cc0aff55850dfb075de98fbf043806f2fad2b4cd

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1769990400'
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
2026-02-15 20:10:39 +00:00
0
OCI / Docker
linux/amd64
492 MiB
Versions (3) View all
latest 2026-03-01
v1.1.0-rc.1 2026-02-25
v1.0.0 2026-02-15