• Joined on 2026-04-23

api-ci-test-image (html-report-deps)

Published 2026-06-20 15:31:31 +03:00 by niko

Installation

docker pull gitea.app.keskikuja.site/niko/api-ci-test-image:html-report-deps
sha256:86ce13621d4c511a2974addacf8cfe9a88e075e3adf23844472f64455cadfdf6

Images

Digest OS / Arch Size
82baa0b5bc linux/amd64 218 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 bash ca-certificates curl git libxslt nodejs # 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
WORKDIR /app

Labels

Key Value
build.date 2026-06-20T12:31:19Z
git.commit 270ae824dda1ff89cf9de90181d00c55a1ba5b72
git.commitBy niko
Details
Container
2026-06-20 15:31:31 +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