hug

agent (latest)

Published 2026-04-08 18:37:48 +00:00 by hug

Installation

docker pull code.homenet.ge/hug/agent:latest
sha256:2df06cd23d295b17f74ca88a0dcab8ea9cd205189f9629f8b3e8c2dc7ebbb1a3

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:0b37197c2fd6b2708df8de4ca7e5bbaf09c462e34d93af90a45ee3106a2950d3 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 18:37:48 +00:00
0
OCI / Docker
linux/amd64
145 MiB
Versions (2) View all
v0.1.0 2026-04-08
latest 2026-04-08