forgejo-opentofu-runner (latest)
Installation
docker pull code.lab.cowley.tech/homelab/forgejo-opentofu-runner:latest
sha256:e70c0103f107fcb0a4ce9740e55f6c08e956473f948846e7fdf98c89bbaf8552
Image layers
ADD file:99093095d62d0421541d882f9ceeddb2981fe701ec0aa9d2c08480712d5fed21 in / |
CMD ["/bin/sh"] |
RUN /bin/sh -c apk add --no-cache ca-certificates nodejs bash wget # buildkit |
RUN /bin/sh -c wget https://get.opentofu.org/install-opentofu.sh -O install-opentofu.sh && chmod +x install-opentofu.sh && ./install-opentofu.sh --install-method apk && rm -f install-opentofu.sh # buildkit |
ENTRYPOINT ["/bin/bash"] |