safeline-chaos (9.4.1)
Published 2026-09-04 12:17:51 +00:00 by hacker
Installation
docker pull 13.196.181.180:3000/hacker/safeline-chaos:9.4.1sha256:3940ec0fc12a29e7978d2e455a9e3135c1eaa6bae3687bdfb22468878a6177cfImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600' |
| WORKDIR /app |
| COPY /app/chaos-serve /app/chaos-serve # buildkit |
| COPY /app/config.toml /app/config.toml # buildkit |
| EXPOSE map[9000/tcp:{}] |
| ENTRYPOINT ["/app/chaos-serve"] |
| CMD ["-r" "/app/workdir/"] |
| RUN /bin/sh -c sed -i 's@deb.debian.org@mirrors.ustc.edu.cn@g' /etc/apt/sources.list.d/debian.sources && apt update && apt install -y supervisor # buildkit |
| WORKDIR /app |
| COPY /waiting-serve /app/waiting-serve # buildkit |
| COPY /auth-serve /app/auth-serve # buildkit |
| COPY config.toml /app/workdir/config.toml # buildkit |
| COPY waiting.yaml /app/waiting.yaml # buildkit |
| COPY entrypoint.sh /app/entrypoint.sh # buildkit |
| COPY supervisord.conf /etc/supervisord.conf # buildkit |
| COPY ./challenge-server /app/challenge-server # buildkit |
| COPY ./GeoLite2-City.mmdb /app/GeoLite2-City.mmdb # buildkit |
| EXPOSE [8080/tcp 9000/tcp] |
| ENTRYPOINT ["./entrypoint.sh"] |
| CMD ["/usr/bin/supervisord" "-c" "/etc/supervisord.conf"] |