build-queue-autoscale (sha256:41259e21e9fb64cb8fd53dd35b21d683cd0602226d2929b1ffd16c50544f6d31)
Published 2026-08-20 22:36:26 +00:00 by geusebio
Installation
docker pull git.grey.ooo/grey.ooo/build-queue-autoscale@sha256:41259e21e9fb64cb8fd53dd35b21d683cd0602226d2929b1ffd16c50544f6d31sha256:41259e21e9fb64cb8fd53dd35b21d683cd0602226d2929b1ffd16c50544f6d31Image layers
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache openssh-client ca-certificates postgresql-client # buildkit |
| COPY /out/autoscale /usr/local/bin/autoscale # buildkit |
| RUN /bin/sh -c mkdir -p /root/.ssh && printf 'Host *\n StrictHostKeyChecking accept-new\n UserKnownHostsFile /tmp/known_hosts\n' > /root/.ssh/config && chmod 600 /root/.ssh/config # buildkit |
| ENTRYPOINT ["/usr/local/bin/autoscale"] |