• Joined on 2026-04-23

api-ci-test-image (cucumber-2)

Published 2026-06-20 18:07:28 +03:00 by niko

Installation

docker pull gitea.app.keskikuja.site/niko/api-ci-test-image:cucumber-2
sha256:472f9f3cc6e3f45ac98bc05f1078d78f2c8fd6b7befb25d042bc901a124d22c2

Images

Digest OS / Arch Size
a2895b562b linux/amd64 239 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 npm # 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 npm install -g multiple-cucumber-html-reporter@4.0.0 # buildkit
WORKDIR /app

Labels

Key Value
build.date 2026-06-20T15:06:26Z
git.commit 6dce524e4ee1b5d6dbe82c3f335dae5b972e08ec
git.commitBy niko
Details
Container
2026-06-20 18:07:28 +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