Block a user
proxyscotch (1.0.2)
Published 2025-10-30 11:49:08 +00:00 by oneko
Installation
docker pull git.oneko.org/oneko/proxyscotch:1.0.2sha256:e360bf2d769ec11db197433749ce801a861bcc356067fd4971649d623a1146e2Image Layers
| ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit |
| ENV GOLANG_VERSION=1.25.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 |
| LABEL maintainer=me+proxyscotch@samjakob.com |
| WORKDIR /etc/proxyscotch |
| COPY dir:c3d4cf2f43464e56b9441f81bfd25a7060479a905983207418a3aa1cfad32198 in /etc/proxyscotch |
| /bin/sh -c ./build.sh linux server |
| EXPOSE 9159/tcp |
| USER 1000:100 |
| CMD ["sh" "-c" "/etc/proxyscotch/out/linux-server/proxyscotch-server-* --host 0.0.0.0:9159"] |
Labels
| Key | Value |
|---|---|
| maintainer | me+proxyscotch@samjakob.com |