- https://jeezft.xyz
-
Shitcoding frfr
- Joined on
2025-09-30
Block a user
vpnsite (ci-go)
Published 2026-03-28 11:06:17 +12:00 by jeezft
Installation
docker pull gitea.jeezft.xyz/jeezft/vpnsite:ci-gosha256:488812eead137c7a493d358e8bb1dbe6aca907a2209c264e7bdf47adc60968c9
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 446ee41557 | linux/amd64 | 348 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'trixie' '@1773619200' |
| RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase sq wget ; apt-get dist-clean # buildkit |
| RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps ; apt-get dist-clean # buildkit |
| RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends g++ gcc libc6-dev make pkg-config ; dpkgArch="$(dpkg --print-architecture)"; if [ "$dpkgArch" = 'arm64' ]; then apt-get install -y --no-install-recommends binutils-gold; fi; rm -rf /var/lib/apt/lists/* # buildkit |
| ENV GOLANG_VERSION=1.25.8 |
| 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 |
| RUN /bin/sh -c apt-get update -qq && apt-get install -y -qq nodejs > /dev/null 2>&1 # buildkit |