• Joined on 2026-04-23

api-ci-test-image (latest)

Published 2026-08-12 07:48:04 +03:00 by niko

Installation

docker pull gitea.app.keskikuja.site/niko/api-ci-test-image:latest
sha256:59e067b925f6070814f6ed712c740e3d81cea753d955f89a00e731ae5df9dad2

Images

Digest OS / Arch Size
2966bde94f linux/amd64 240 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.5
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 git-daemon libxslt nodejs npm # buildkit
COPY go.mod 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 npm install -g multiple-cucumber-html-reporter@4.0.0 # buildkit
WORKDIR /app

Labels

Key Value
build.date 2026-08-12T04:44:58Z
git.commit ab91555b167dbda6477f83ac7947549a078abbe8
git.commitBy niko
Details
Container
2026-08-12 07:48:04 +03:00
8
OCI / Docker
Versions (9) View all
latest 2026-08-12
cucumber-2 2026-06-20
install-npm 2026-06-20
html-report-deps 2026-06-20
html-reports 2026-06-20