agent-runner (sha256:34f973c02bd779c48e3a405a2eeedaa400ca5fb9e6ea40c126cf8b9d09672ed3)

Published 2026-06-05 07:34:37 +02:00 by simon

Installation

docker pull git-ui.haerer.cloud/simon/agent-runner@sha256:34f973c02bd779c48e3a405a2eeedaa400ca5fb9e6ea40c126cf8b9d09672ed3
sha256:34f973c02bd779c48e3a405a2eeedaa400ca5fb9e6ea40c126cf8b9d09672ed3

Image 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 git openssh-client docker.io && 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
Container
2026-06-05 07:34:37 +02:00
2
OCI / Docker
linux/amd64
175 MiB
Versions (11) View all