forgejo-opentofu-runner (latest)

Published 2024-09-02 14:33:39 +00:00 by chris in homelab/forgejo-opentofu-runner

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"]
Details
Container
2024-09-02 14:33:39 +00:00
1
OCI / Docker
linux/amd64
55 MiB
Versions (1) View all
latest 2024-09-02