agent (latest)

Published 2026-04-08 19:31:32 +00:00 by hug

Installation

docker pull code.homenet.ge/public/agent:latest
sha256:2b98cc4074017084af448a0a0ce155dad8e98d0ad8ed7288c098f46f093ebe1d

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600'
ARG GO_VERSION
|1 GO_VERSION=1.26.1 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git ca-certificates curl wget && rm -rf /var/lib/apt/lists/* && curl -fsSL "https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz" | tar -C /usr/local -xz && ln -s /usr/local/go/bin/go /usr/local/bin/go && ln -s /usr/local/go/bin/gofmt /usr/local/bin/gofmt
|1 GO_VERSION=1.26.1 /bin/sh -c curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /usr/local/bin v1.64.8
COPY file:9e9d42f0cf72446b1958f545e77e5d6a6085b00f0665ab2d09c702af973f510b in /usr/local/bin/agent
|1 GO_VERSION=1.26.1 /bin/sh -c mkdir -p /workspace && chmod 0755 /workspace
|1 GO_VERSION=1.26.1 /bin/sh -c git config --system safe.directory /workspace
ENV GOPATH=/workspace/.gopath
ENV GOCACHE=/workspace/.gocache
ENV HOME=/root
WORKDIR /workspace
ENTRYPOINT ["/usr/local/bin/agent"]

Labels

Key Value
io.buildah.version 1.43.0
Details
Container
2026-04-08 19:31:32 +00:00
1
OCI / Docker
linux/amd64
145 MiB
Versions (3) View all
7c41ec2 2026-04-13
latest 2026-04-08
v0.1.0 2026-04-08