sha256:2522f816dfd79e71d2867dec71ab868d14c051e164426756aa5ba46aa8d38230
OS/ARCH
linux/amd64
Compressed size
297.27 MB
Last pushed
over 2 years by rdbell
Type
Image
Manifest digest
sha256:2522f816dfd79e71d2867dec71ab868d14c051e164426756aa5ba46aa8d38230
Image Layers
1ADD file ... in / 3.25 MB2CMD ["/bin/sh"]0 B3RUN /bin/sh -c apk add277.55 KB4ENV GOLANG_VERSION=1.21.80 B5ENV GOTOOLCHAIN=local0 B6ENV GOPATH=/go0 B7ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B8COPY /usr/local/go/ /usr/local/go/ # buildkit63.91 MB9RUN /bin/sh -c mkdir -p174 B10WORKDIR /go32 B11RUN /bin/sh -c apk add58.01 MB12RUN /bin/sh -c mkdir -p202 B13WORKDIR /go/src/github.com/rdbell/GooseNote32 B14COPY go.mod go.sum ./ #6.55 KB15RUN /bin/sh -c go mod130.12 MB16COPY config /go/src/github.com/rdbell/GooseNote/config # buildkit1.43 KB17COPY notify /go/src/github.com/rdbell/GooseNote/notify # buildkit2.11 KB18COPY store /go/src/github.com/rdbell/GooseNote/store # buildkit7.14 KB19COPY web /go/src/github.com/rdbell/GooseNote/web # buildkit17.93 KB20ENV CGO_ENABLED=10 B21RUN /bin/sh -c go build41.68 MBCommand
ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in /