cwpearson
  • Joined on 2025-08-27

encrypted-server (20250901_2312)

Published 2025-09-01 23:13:48 +00:00 by cwpearson

Installation

docker pull git.carlpearson.net/cwpearson/encrypted-server:20250901_2312
sha256:6363c01898cbb65547c46177e9183f2da6302c4a4e60f9416d3cd2d5346d79f3

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase sq wget ; rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps ; rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends g++ gcc libc6-dev make pkg-config ; rm -rf /var/lib/apt/lists/* # buildkit
ENV GOLANG_VERSION=1.24.2
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 /opt/server /opt/server # buildkit
COPY /opt/client /opt/client # buildkit
CMD ["/opt/server"]
Details
Container
2025-09-01 23:13:48 +00:00
0
OCI / Docker
linux/amd64
305 MiB
Versions (2) View all
20250901_2312 2025-09-01
latest 2025-09-01