fix: bug: agents Dockerfile build fails — SOPS checksum download unreachable (#120) #122

Merged
dev-qwen merged 3 commits from fix/issue-120 into main 2026-04-01 18:34:57 +00:00
Showing only changes of commit 1eefd5ac72 - Show all commits

View file

@ -23,7 +23,7 @@ RUN useradd -m -u 1000 -s /bin/bash agent
# Copy disinto code into the image
COPY . /home/agent/disinto
COPY entrypoint.sh /entrypoint.sh
COPY docker/agents/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
# Entrypoint runs as root to start the cron daemon;