• Joined on 2026-04-23

api-ci-test-image (no-load-on-the-fly)

Published 2026-06-20 12:40:38 +03:00 by niko

Installation

docker pull gitea.app.keskikuja.site/niko/api-ci-test-image:no-load-on-the-fly
sha256:f3baa2855ae18fb3b9d65632a9a5680c5d3381e419fb4c632a21a36b54c6bafd

Images

Digest OS / Arch Size
66680a4ccc linux/amd64 232 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit
ENV GOLANG_VERSION=1.26.4
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
RUN /bin/sh -c apk add --no-cache ca-certificates nodejs git # buildkit
COPY api/go.mod api/go.sum /app/api/ # buildkit
RUN /bin/sh -c cd /app/api && go mod download # buildkit
RUN /bin/sh -c go install gotest.tools/gotestsum@v1.13.0 # buildkit
RUN /bin/sh -c go install github.com/boumenot/gocover-cobertura@v1.5.0 # buildkit
WORKDIR /app

Labels

Key Value
build.date 2026-06-20T09:36:29Z
git.commit 757a8c716f653630e9299cf406b129457ff7b3a4
git.commitBy niko
Details
Container
2026-06-20 12:40:38 +03:00
2
OCI / Docker
Versions (8) View all
cucumber-2 2026-06-20
install-npm 2026-06-20
html-report-deps 2026-06-20
html-reports 2026-06-20
include-curl 2026-06-20