Block a user
tesla-http-proxy (v0.1)
Published 2024-05-08 13:52:58 +10:00 by matt
Installation
docker pull git.mattway.com.au/matt/tesla-http-proxy:v0.1sha256:fa6334ed051d8b8de68772717b13091dd99de22dc0665230f56c00ffd4b5445aImage Layers
| ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in / |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit |
| ENV GOLANG_VERSION=1.22.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 /usr/local/go/ /usr/local/go/ # buildkit |
| RUN /bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH" # buildkit |
| WORKDIR /go |
| COPY /app/cmd/tesla-http-proxy /usr/local/bin/tesla-http-proxy # buildkit |
| CMD ["tesla-http-proxy"] |