Kevin kevin
  • Joined on 2026-03-30

dvfs-agent (0.1)

Published 2026-04-28 09:41:05 +02:00 by kevin

Installation

docker pull gitea.kleine.eulenhexe.de/kevin/dvfs-agent:0.1
sha256:1f0822e104968659106bc176489c293951fb2b64599a55f980733c7751a42c72

Images

Digest OS / Arch Size
8e9f30ee38 linux/amd64 316 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'trixie' '@1776729600'
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.9
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 /usr/src/agent
COPY go.mod ./ # buildkit
RUN /bin/sh -c go mod download # buildkit
COPY . . # buildkit
RUN /bin/sh -c go build -v -o /usr/local/bin/agent ./... # buildkit
CMD ["app"]
Details
Container
2026-04-28 09:41:05 +02:00
1
OCI / Docker
Versions (2) View all
0.2 2026-04-29
0.1 2026-04-28