kocoded

vt-be (latest)

Published 2026-02-19 13:33:53 +00:00 by Kocoder in kocoded/vt

Installation

docker pull git.kocoder.xyz/kocoded/vt-be:latest
sha256:a40eb6c8a5f274ef49978953a170b65d5031b029e90f8902c07ec785ae81cea7

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1763337600'
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase sq wget ; apt-get dist-clean # buildkit
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps ; apt-get dist-clean # buildkit
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends g++ gcc libc6-dev make pkg-config ; dpkgArch="$(dpkg --print-architecture)"; if [ "$dpkgArch" = 'arm64' ]; then apt-get install -y --no-install-recommends binutils-gold; fi; rm -rf /var/lib/apt/lists/* # buildkit
ENV GOLANG_VERSION=1.25.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
WORKDIR /app
COPY multi:96193e1503563aa200c040780cdf375f05c93c25a29457506d066a53fe3bd274 in ./
/bin/sh -c go mod download
COPY dir:71cd17a6a9ebe2729775646dd99bb2e003be6154f9b8f1e3cad2a0891b341152 in ./
/bin/sh -c CGO_ENABLED=1 GOOS=linux go build -o /backend ./cmd/api/main.go
/bin/sh -c CGO_ENABLED=1 GOOS=linux go build -o /cronjobs/imap ./cmd/cronjobs/imap/main.go
EXPOSE 8080
CMD ["/backend"]

Labels

Key Value
io.buildah.version 1.42.2
Details
Container
2026-02-19 13:33:53 +00:00
0
OCI / Docker
linux/amd64
736 MiB
Versions (5) View all
latest 2026-02-19
main 2026-02-19
2025120302 2025-12-03
2025120301 2025-12-03
2025120201 2025-12-02