FROM git.zontreck.com/packages/dind:latest ENV DOCKER_AGENT_SECRET NAN ENV DOCKER_USER NAN ENV DOCKER_PASSWORD NAN ADD entrypoint.sh / RUN chmod +x /entrypoint.sh RUN apk add --no-cache openjdk17-jre RUN mkdir /builder ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]