Pull Command
ENV
-
PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-
GOLANG_VERSION=1.22.1
-
GOTOOLCHAIN=local
-
GOPATH=/go
Layers
-
001
sha256:71215d55680cf0ab2dcc0e1dd65ed76414e3fb0c294249b5b9319a8fa7c398e4
47.3 MB
-
002
sha256:3cb8f9c23302e175d87a827f0a1c376bd59b1f6949bd3bc24ab8da0d669cdfa0
22.9 MB
-
003
sha256:5f899db30843f8330d5a40d1acb26bb00e93a9f21bff253f31c20562fa264767
61.2 MB
-
004
sha256:c29f45468664d54091f4fe86895cf8a9ab9ca18dbd217ae87f4666b09f942fa1
88.1 MB
-
005
sha256:05ed43b991edb4a9683f476934040a43e5f785a2f8d67ee50554486c1dfc46ea
66.1 MB
-
006
sha256:0efeec9a2d296338657160494ac5afdc3abc54cc9a76f4fea36cf733fbc476be
173 Bytes
-
007
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
32 Bytes
-
008
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
32 Bytes
-
009
sha256:4baa261ded6098ccae604b5d402cba66ea600b9efd40ebd550cd4cbaf6d759a0
841 KB
-
010
sha256:d8a909bcda79208fc7b5db2617a053e992650f3c5aaa6d7bfd5813fd0657f4c8
172 MB
History
[2024-03-12 01:20:46 UTC] /bin/sh -c #(nop) ADD file:b18b4c32dd8042f45097997c732dc29b3917fd7d5f337f9e772eee5875fbe6f1 in /
[2024-03-12 01:20:46 UTC] /bin/sh -c #(nop) CMD ["bash"]
[2024-03-12 05:53:14 UTC] /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase sq wget ; rm -rf /var/lib/apt/lists/*
[2024-03-12 05:53:34 UTC] /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps ; rm -rf /var/lib/apt/lists/*
[2024-03-05 18:08:28 UTC] RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends g++ gcc libc6-dev make pkg-config ; rm -rf /var/lib/apt/lists/* # buildkit
[2024-03-05 18:08:28 UTC] ENV GOLANG_VERSION=1.22.1
[2024-03-05 18:08:28 UTC] ENV GOTOOLCHAIN=local
[2024-03-05 18:08:28 UTC] ENV GOPATH=/go
[2024-03-05 18:08:28 UTC] ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[2024-03-05 18:08:28 UTC] COPY /usr/local/go/ /usr/local/go/ # buildkit
[2024-03-05 18:08:28 UTC] RUN /bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH" # buildkit
[2024-03-05 18:08:28 UTC] WORKDIR /go
[2024-03-25 13:28:11 UTC] WORKDIR /go/src
[2024-03-25 13:28:11 UTC] COPY . . # buildkit
[2024-03-25 13:28:36 UTC] RUN /bin/sh -c go build -o main main.go # buildkit
[2024-03-25 13:28:36 UTC] CMD ["./main"]