mcpo (sha256:9bcaa712d88d1ac2572316341dd0bfadf882a0cd3dff60e3da8d0f9dfa02c9f8)
Published 2025-07-23 13:26:54 +10:00 by armistace
Installation
docker pull git.aridgwayweb.com/armistace/mcpo@sha256:9bcaa712d88d1ac2572316341dd0bfadf882a0cd3dff60e3da8d0f9dfa02c9f8sha256:9bcaa712d88d1ac2572316341dd0bfadf882a0cd3dff60e3da8d0f9dfa02c9f8Image Layers
| # debian.sh --arch 'amd64' out/ 'stable' '@1753056000' |
| WORKDIR /mcpo |
| COPY requirements.txt requirements.txt # buildkit |
| COPY mcpo_config.yaml mcpo_config.yaml # buildkit |
| COPY config_builder.py config_builder.py # buildkit |
| COPY gitea_mcp_set.sh gitea_mcp_set.sh # buildkit |
| COPY .env .env # buildkit |
| RUN /bin/sh -c apt-get update -y && apt-get install -y python3 virtualenv wget tar python3-pip python3-pip # buildkit |
| RUN /bin/sh -c ./gitea_mcp_set.sh # buildkit |
| RUN /bin/sh -c pip install -r requirements.txt --break-system-packages # buildkit |
| RUN /bin/sh -c python3 config_builder.py # buildkit |
| EXPOSE map[8000/tcp:{}] |
| ENTRYPOINT ["mcpo" "--config" "/mcpo/config.json"] |