Block a user
e2e-tools (latest)
Published 2026-02-27 18:20:35 +00:00 by Gilmour109
Installation
docker pull gitea.gilmour109.de/gilmour109/e2e-tools:latestsha256:775fdc7981467081d3c7cfd11b70d5581fa2a8dea61089074ef9244e8d360482
Images
| Digest | OS / Arch | Size |
|---|---|---|
| d38e994d53 | linux/amd64 | 49 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.21.6-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache bash curl jq gettext openssh-client sshpass # buildkit |
| RUN /bin/sh -c curl -fsSL https://get.opentofu.org/install-opentofu.sh | sh -s -- --install-method apk # buildkit |
| RUN /bin/sh -c mkdir -p /root/.ssh && echo "Host *" > /root/.ssh/config && echo " StrictHostKeyChecking no" >> /root/.ssh/config && echo " UserKnownHostsFile /dev/null" >> /root/.ssh/config && chmod 600 /root/.ssh/config # buildkit |