project-echelon (server-latest)
Installation
docker pull git.arqalite.org/cotfk/project-echelon:server-latestsha256:91f210d502adf7001848530f3a042dd13144fb026ec7e301f40d4ee2d9b4b9b7Image 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
Versions (3)
View all