stats-pusher (latest)
Published 2025-05-30 16:11:25 +00:00 by DelphicOkami
Installation
docker pull git.hrafn.xyz/aether/stats-pusher:latestsha256:3e2c081e3f7c1fc0ea3f82be8ee379139bb44206e82d8ab66af096483a18f9ed
Image Layers
| ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit |
| ENV GOLANG_VERSION=1.24.3 |
| ENV GOTOOLCHAIN=local |
| ENV GOPATH=/go |
| ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| COPY /target/ / # buildkit |
| RUN /bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH" # buildkit |
| WORKDIR /go |
| COPY /go/bin/stats /go/bin/stats # buildkit |
| COPY DockerEntrypoint.sh /DockerEntrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /DockerEntrypoint.sh # buildkit |
| ENTRYPOINT ["/DockerEntrypoint.sh"] |