gc_historic_sync (latest)

Published 2025-09-03 09:42:19 +10:00 by fholland

Installation

docker pull huron.connectingnow.net/fholland/gc_historic_sync:latest
sha256:1b974dd2718c1f46cc574a87c6d760b78ff4ce185fffbfa1febf6e9751589d7c

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600'
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.4
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
WORKDIR /app
COPY go.mod go.sum ./ # buildkit
RUN /bin/sh -c go mod download # buildkit
COPY . . # buildkit
RUN /bin/sh -c CGO_ENABLED=0 GOOS=linux go build -o /gc_historic_sync # buildkit
CMD ["/gc_historic_sync"]
Details
Container
2025-09-03 09:42:19 +10:00
2
OCI / Docker
linux/amd64
364 MiB
Versions (1) View all
latest 2025-09-03