• Joined on 2026-01-02

piles (foobar)

Published 2026-01-09 15:56:57 +01:00 by krizz

Installation

docker pull thoth.krizz.org/krizz/piles:foobar
sha256:c786fe93a571e51f2b18df9991a6080933b872a665a39ab362dae7b32e25a463

Images

Digest OS / Arch Size
603db1dc43 linux/amd64 510 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'trixie' '@1766966400'
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.24.11
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
VOLUME [/data]
EXPOSE [8082/tcp]
ARG PILES_VERSION
ARG PILES_COMMITHASH
ENV PILES_VERSION= PILES_COMMITHASH=
CMD ["go" "run" "./cmd/server/main.go"]
Details
Container
2026-01-09 15:56:57 +01:00
1
OCI / Docker
Versions (9) View all
v1.0.7 2026-01-27
latest 2026-01-27
v1.0.6 2026-01-26
v1.0.5 2026-01-26
v1.0.4 2026-01-26