open-grind-orchestrator (linux-amd64-v1)
Installation
docker pull git.opengrind.org/open-grind/open-grind-orchestrator:linux-amd64-v1sha256:fdc1ebf9f386285dcc27708f50ff57e72e8d0dece0a9900ced6f05928948080fImage layers
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk upgrade --no-cache && apk add --no-cache nodejs bash curl ca-certificates libstdc++ unzip # buildkit |
| ARG BUN_VERSION=1.3.14 |
| ARG BUN_SHA256=14bd9aedeebf1dba67e8def9531c89bc989ecfdf1de42e5bfcaf1b8cd9294719 |
| RUN |2 BUN_VERSION=1.3.14 BUN_SHA256=14bd9aedeebf1dba67e8def9531c89bc989ecfdf1de42e5bfcaf1b8cd9294719 /bin/sh -c curl -fsSL -o /tmp/bun.zip "https://github.com/oven-sh/bun/releases/download/bun-v${BUN_VERSION}/bun-linux-x64-musl.zip" && echo "$BUN_SHA256 /tmp/bun.zip" | sha256sum -c - && unzip -q /tmp/bun.zip -d /tmp && install -m 0755 /tmp/bun-linux-x64-musl/bun /usr/local/bin/bun && rm -rf /tmp/bun.zip /tmp/bun-linux-x64-musl # buildkit |
| COPY /out/bin/terraform /usr/local/bin/terraform # buildkit |
| COPY /out/providers /opt/open-grind/providers # buildkit |
| COPY orchestrator/terraformrc /opt/open-grind/terraformrc # buildkit |
| COPY config.ts provision.ts teardown.ts verify.ts setup-build.sh /opt/ci/ # buildkit |
| COPY fdroid/setup.sh /opt/ci/fdroid/setup.sh # buildkit |
| COPY terraform /opt/ci/terraform # buildkit |
| ENV TF_CLI_CONFIG_FILE=/opt/open-grind/terraformrc CHECKPOINT_DISABLE=1 |
| COPY terraform /tmp/mirror-check # buildkit |
| RUN |2 BUN_VERSION=1.3.14 BUN_SHA256=14bd9aedeebf1dba67e8def9531c89bc989ecfdf1de42e5bfcaf1b8cd9294719 /bin/sh -c for d in /tmp/mirror-check/*/; do terraform -chdir="$d" init -backend=false -input=false >/dev/null || exit 1; done && rm -rf /tmp/mirror-check # buildkit |
Details
Versions (2)
View all
linux-amd64-v2
2026-07-28
linux-amd64-v1
2026-07-26