agent-runner (sha256:3f5e36a13bb860c15b9b2371c1a0a5f5c461548edbdc9fec572b7e1993073087)
Published 2026-08-24 09:46:29 +02:00 by simon
Installation
docker pull git-ui.haerer.cloud/simon/agent-runner@sha256:3f5e36a13bb860c15b9b2371c1a0a5f5c461548edbdc9fec572b7e1993073087sha256:3f5e36a13bb860c15b9b2371c1a0a5f5c461548edbdc9fec572b7e1993073087Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1762202650' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libstdc++6 openssl libncurses5 locales ca-certificates curl git openssh-client docker.io && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_24.x | bash - && apt-get install -y --no-install-recommends nodejs && npm install -g @openai/codex && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen # buildkit |
| ENV LANG=en_US.UTF-8 |
| ENV LANGUAGE=en_US:en |
| ENV LC_ALL=en_US.UTF-8 |
| WORKDIR /app |
| ENV MIX_ENV=prod |
| ENV PHX_SERVER=true |
| ENV PORT=4000 |
| ENV RELEASE_NODE=agent_runner |
| RUN /bin/sh -c mkdir -p /root/.ssh && echo "Host g.haerer.cloud git.haerer.cloud" >> /root/.ssh/config && echo " StrictHostKeyChecking accept-new" >> /root/.ssh/config && chmod 600 /root/.ssh/config # buildkit |
| COPY --chown=root:root /app/_build/prod/rel/agent_runner ./ # buildkit |
| COPY --chown=root:root scripts/docker-entrypoint.sh /app/bin/docker-entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /app/bin/docker-entrypoint.sh # buildkit |
| CMD ["/app/bin/docker-entrypoint.sh"] |
Details
2026-08-24 09:46:29 +02:00
Versions (11)
View all
Container
2
OCI / Docker
linux/amd64
451 MiB
1a24d239026060fd0a1978b4e50c9404c011aa5a
2026-08-24
latest
2026-08-24
bcb64443f0c2ee0be8947b9e746ac2b91600ada2
2026-08-24
9e045aa0ca665b5c40938203ba6792cec2a1b47e
2026-08-24
8d94ea9ca6edcdea80fdfc0976d20ab766d74ae5
2026-08-13