go-k8s-deployment-status (latest)

Published 2024-08-07 19:05:47 +00:00 by ivampiresp in Leaf/go-k8s-deployment-status

Installation

docker pull leafdev.top/leaf/go-k8s-deployment-status:latest
sha256:440a42da488796f760a5465ac6b5e1520593457bb406bd8a55f9a6bcdb5a73c6

Image Layers

ADD file:33ebe56b967747a97dcec01bc2559962bee8823686c9739d26be060381bbb3ca in /
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit
ENV GOLANG_VERSION=1.22.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
WORKDIR /app
COPY . . # buildkit
RUN /bin/sh -c go build -o app . # buildkit
CMD ["./app"]
Details
Container
2024-08-07 19:05:47 +00:00
0
OCI / Docker
linux/amd64
225 MiB
Versions (1) View all
latest 2024-08-07