Block a user
athom-exporter (0.1)
Published 2025-01-25 16:30:36 +01:00 by selisk
Installation
docker pull gitea.selisk.com/selisk/athom-exporter:0.1sha256:28b9117e7f9da4571a6cdd7967ea27fa3fbbfb137aafc5f73c3ea6dc9983cb31
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:ebe009f86035c175ba244badd298a2582914415cf62783d510eab3a311a5d4e1 in / |
| CMD ["/bin/bash"] |
| COPY /usr/local/go/ /usr/local/go/ # buildkit |
| ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| WORKDIR /app |
| COPY go.mod ./ # buildkit |
| RUN /bin/sh -c go mod download # buildkit |
| COPY *.go ./ # buildkit |
| RUN /bin/sh -c CGO_ENABLED=1 go build -o /athom-exporter # buildkit |
| CMD ["/athom-exporter"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 22.04 |