Namespace
library
Image / Tag
golang:1.10.4-alpine3.7
Content Digest
sha256:1c3d115ac3ea112698a8402010679aad9d9937704511cdd25cc19c6d1f3f199b
Details
Created

2018-09-12 12:04:38 UTC

Size

76.3 MB

Content Digest
Environment
GOLANG_VERSION

1.10.4

GOPATH

/go

PATH

/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:0a615535caf92b95d6aefc87792c439acc9382c9f2e6e6c4b3e03cbdb6dbf780 - 2.71% (2.07 MB)

[#001] sha256:31ddaaefef8d71bb2c30e7997b9ecdc5c2ae2fe5d5cc08ab092f712854b3bce9 - 0.0% (176 Bytes)

[#002] sha256:e88b48854e8ef7f7cc1c4127a24ceb33e8f9cf42661830e2259d41047ed2fa1c - 0.39% (302 KB)

[#003] sha256:a88eadf9be9fe933353c971717fb583fc86814426961e788d98cc5f5a0f22231 - 0.0% (154 Bytes)

[#004] sha256:4b6433fb3523c4dec6f8e529ee3777b5052a9bcb13d519ed0a8090291c33b973 - 96.9% (74 MB)

[#005] sha256:8e2266abb5bb60c0f66be7fbf9699abbc7143f4980245279a8dc4ab6dc37acdd - 0.0% (126 Bytes)


History
2018-09-12 10:38:44 UTC

/bin/sh -c #(nop) ADD file:93897520864ded37d275998a619998bf26766ad41a3f5a9a379830983cd4a34a in /

2018-09-12 10:38:44 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2018-09-12 10:38:44 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2018-09-12 11:58:34 UTC

/bin/sh -c apk add --no-cache ca-certificates

2018-09-12 11:58:35 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2018-09-12 12:02:54 UTC

/bin/sh -c #(nop) ENV GOLANG_VERSION=1.10.4

2018-09-12 12:04:36 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bash gcc musl-dev openssl go ; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOOS="$(go env GOOS)" GOARCH="$(go env GOARCH)" GOHOSTOS="$(go env GOHOSTOS)" GOHOSTARCH="$(go env GOHOSTARCH)" ; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) export GOARM='6' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '6fe44965ed453cd968a81988523e9b0e794d3a478f91fd7983c28763d52d5781 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2018-09-12 12:04:37 UTC

/bin/sh -c #(nop) ENV GOPATH=/go

2018-09-12 12:04:37 UTC

/bin/sh -c #(nop) ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2018-09-12 12:04:38 UTC

/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"

2018-09-12 12:04:38 UTC

/bin/sh -c #(nop) WORKDIR /go

Details
Created

2018-09-11 23:10:37 UTC

Size

76.6 MB

Content Digest
Environment
GOLANG_VERSION

1.10.4

GOPATH

/go

PATH

/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:c67f3896b22c1378881cbbb9c9d1edfe881fd07f713371835ef46d93c649684d - 2.62% (2.01 MB)

[#001] sha256:414cf715db898fd1ae3a76199126baff0e9721f0e358821a81aad1b519772c05 - 0.38% (301 KB)

[#002] sha256:ca20e3239632ac69edae40601b8a72b30106a4df2279c50512201fd9f713507d - 0.0% (154 Bytes)

[#003] sha256:9e4abc4b6835430100c9b5622687ba034e11d63a0749d830881aed9a9a22cbdf - 96.99% (74.3 MB)

[#004] sha256:3d3c917695e7b62399b941622522d1b41fadc753f5f7721236dda57b1ad1e621 - 0.0% (126 Bytes)


History
2018-09-11 22:19:38 UTC

/bin/sh -c #(nop) ADD file:49f9e47e678d868d5b023482aa8dded71276a241a665c4f8b55ca77269321b34 in /

2018-09-11 22:19:39 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2018-09-11 23:01:44 UTC

/bin/sh -c apk add --no-cache ca-certificates

2018-09-11 23:01:45 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2018-09-11 23:08:02 UTC

/bin/sh -c #(nop) ENV GOLANG_VERSION=1.10.4

2018-09-11 23:10:35 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bash gcc musl-dev openssl go ; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOOS="$(go env GOOS)" GOARCH="$(go env GOARCH)" GOHOSTOS="$(go env GOHOSTOS)" GOHOSTARCH="$(go env GOHOSTARCH)" ; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) export GOARM='6' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '6fe44965ed453cd968a81988523e9b0e794d3a478f91fd7983c28763d52d5781 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2018-09-11 23:10:35 UTC

/bin/sh -c #(nop) ENV GOPATH=/go

2018-09-11 23:10:35 UTC

/bin/sh -c #(nop) ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2018-09-11 23:10:36 UTC

/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"

2018-09-11 23:10:37 UTC

/bin/sh -c #(nop) WORKDIR /go

Details
Created

2018-09-12 15:28:44 UTC

Size

75.4 MB

Content Digest
Environment
GOLANG_VERSION

1.10.4

GOPATH

/go

PATH

/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:c2dacc7b3755044bd80e7edb446986de7cfade7636ea19f3b7eb64e8c88bf3fd - 2.59% (1.96 MB)

[#001] sha256:684756a9d4ca4d4de310f5d47bb7c15bd0065aa787da5bab1736082d28281370 - 0.0% (175 Bytes)

[#002] sha256:c8201de5aff5b5115b5024e2f4ee682e96f65ff443ddd682323b7aa19e93e97b - 0.39% (302 KB)

[#003] sha256:3e900382208434531b1a9723e57f1c198a24b81081953075dfe5a3ac0460c9a4 - 0.0% (154 Bytes)

[#004] sha256:9f2f5aa339dee53ccf1fec95171fd740e79a3fd1b346520e460791360c7e0cb8 - 97.01% (73.1 MB)

[#005] sha256:d5a337fb42de6eafcbdf3e131218a045c22d15777b1df97ea977689c776bbb1a - 0.0% (156 Bytes)


History
2018-09-12 07:49:32 UTC

/bin/sh -c #(nop) ADD file:47756a54e89ec523296aa20963b604f1619f1346f5ef85cd184d29694b45ca41 in /

2018-09-12 07:49:33 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2018-09-12 07:49:34 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2018-09-12 14:33:02 UTC

/bin/sh -c apk add --no-cache ca-certificates

2018-09-12 14:33:07 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2018-09-12 15:11:30 UTC

/bin/sh -c #(nop) ENV GOLANG_VERSION=1.10.4

2018-09-12 15:28:34 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bash gcc musl-dev openssl go ; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOOS="$(go env GOOS)" GOARCH="$(go env GOARCH)" GOHOSTOS="$(go env GOHOSTOS)" GOHOSTARCH="$(go env GOHOSTARCH)" ; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) export GOARM='6' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '6fe44965ed453cd968a81988523e9b0e794d3a478f91fd7983c28763d52d5781 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2018-09-12 15:28:39 UTC

/bin/sh -c #(nop) ENV GOPATH=/go

2018-09-12 15:28:40 UTC

/bin/sh -c #(nop) ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2018-09-12 15:28:43 UTC

/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"

2018-09-12 15:28:44 UTC

/bin/sh -c #(nop) WORKDIR /go

Details
Created

2018-10-03 09:04:37 UTC

Size

73.9 MB

Content Digest
Environment
GOLANG_VERSION

1.10.4

GOPATH

/go

PATH

/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:f0599ed267cb750a3c0ebeb55004b5a818b7e9a7e8071b49e687d11349556868 - 2.58% (1.91 MB)

[#001] sha256:9e2c71dece06bcd39f8fb81b4fae422241fd8bfca8b0cb16ea4bc4b77c87f4af - 0.0% (176 Bytes)

[#002] sha256:ae3f4a1391079d7961eba2ea9cc2ce5e09a95517414bbb1dc7f40e72ca90c916 - 0.4% (301 KB)

[#003] sha256:52bca2a75d67cfa50b1190b48b46fc51c5ff41026856301f450959c56e584737 - 0.0% (155 Bytes)

[#004] sha256:96fce2d03e80be98a714dcf654eec0eeb68cb6896d84843673f1833a7aa92558 - 97.02% (71.7 MB)

[#005] sha256:d822ad5fea2797b167909aa2757a5a3aeb6a70a4034fb56b013d087f19917acc - 0.0% (126 Bytes)


History
2018-09-12 08:41:29 UTC

/bin/sh -c #(nop) ADD file:d7effd9b71d0299a88ead16cb21ff39bd03c51dcd49408147c06b40183157703 in /

2018-09-12 08:41:30 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2018-09-12 08:41:31 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2018-10-03 08:55:02 UTC

/bin/sh -c apk add --no-cache ca-certificates

2018-10-03 08:55:04 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2018-10-03 09:02:05 UTC

/bin/sh -c #(nop) ENV GOLANG_VERSION=1.10.4

2018-10-03 09:04:21 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bash gcc musl-dev openssl go ; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOOS="$(go env GOOS)" GOARCH="$(go env GOARCH)" GOHOSTOS="$(go env GOHOSTOS)" GOHOSTARCH="$(go env GOHOSTARCH)" ; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) export GOARM='6' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '6fe44965ed453cd968a81988523e9b0e794d3a478f91fd7983c28763d52d5781 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2018-10-03 09:04:24 UTC

/bin/sh -c #(nop) ENV GOPATH=/go

2018-10-03 09:04:25 UTC

/bin/sh -c #(nop) ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2018-10-03 09:04:27 UTC

/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"

2018-10-03 09:04:37 UTC

/bin/sh -c #(nop) WORKDIR /go

Details
Created

2018-09-12 10:25:33 UTC

Size

73.9 MB

Content Digest
Environment
GOLANG_VERSION

1.10.4

GOPATH

/go

PATH

/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:3a367126dc6775f614e406f6d1d269e4a42319112de1c53a8c08296e58f9057c - 2.71% (2 MB)

[#001] sha256:ee0538d3489283e7e8ac788c74877a7cd871c367157338ac3f124214b7038627 - 0.0% (176 Bytes)

[#002] sha256:b54092da6ca5cde8da0c2204277aabd5bd12f307a42131b6daf40d949e9feab5 - 0.4% (304 KB)

[#003] sha256:a879b3502434a3c580db6b6e99ac7b6ca7364e21f2457a611e8fa6338f3a00d6 - 0.0% (154 Bytes)

[#004] sha256:b5e28e3b1beb60cc8b245b622c50c6a98ac7e3a38d4d4ad41b7bf602b4be9396 - 96.89% (71.6 MB)

[#005] sha256:0deea3573dfe40d0dcc3d0f85fe0e7e36f12c076cf463e5f7958466b5b2b64ba - 0.0% (156 Bytes)


History
2018-09-12 08:17:46 UTC

/bin/sh -c #(nop) ADD file:204b7e967d010d32620f3fdef75c57f75b783f9f06afa192b0041e3b3fc35c94 in /

2018-09-12 08:17:47 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2018-09-12 08:17:50 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2018-09-12 10:11:16 UTC

/bin/sh -c apk add --no-cache ca-certificates

2018-09-12 10:11:20 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2018-09-12 10:23:09 UTC

/bin/sh -c #(nop) ENV GOLANG_VERSION=1.10.4

2018-09-12 10:25:23 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bash gcc musl-dev openssl go ; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOOS="$(go env GOOS)" GOARCH="$(go env GOARCH)" GOHOSTOS="$(go env GOHOSTOS)" GOHOSTARCH="$(go env GOHOSTARCH)" ; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) export GOARM='6' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '6fe44965ed453cd968a81988523e9b0e794d3a478f91fd7983c28763d52d5781 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2018-09-12 10:25:25 UTC

/bin/sh -c #(nop) ENV GOPATH=/go

2018-09-12 10:25:26 UTC

/bin/sh -c #(nop) ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2018-09-12 10:25:32 UTC

/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"

2018-09-12 10:25:33 UTC

/bin/sh -c #(nop) WORKDIR /go

Details
Created

2018-09-12 12:29:08 UTC

Size

77 MB

Content Digest
Environment
GOLANG_VERSION

1.10.4

GOPATH

/go

PATH

/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:6e61c3658cd6273d9aec7222b5e89d66892fed584a6f37e459c0e47646d98af3 - 2.72% (2.1 MB)

[#001] sha256:d67fa114a3493b4f57b8c5aa7b2a47b04392c611ccaf495f3e8881a9c33d6c19 - 0.0% (176 Bytes)

[#002] sha256:62d9314496f9a11b63a2b3c42e724d83980e58456be9659cb829d27e9c47a756 - 0.38% (302 KB)

[#003] sha256:ade711cb5ab6a5b6d38fe3b4464e277d7e7b378862902ea411e687b3aab0fe15 - 0.0% (155 Bytes)

[#004] sha256:cc2e02465cb8ad9e8f7876b1a39f9a37bfa60935279e378881bd0f85fa93615f - 96.89% (74.7 MB)

[#005] sha256:32b4d66e2872ef69839f8f8bbd2861126458bea4ae3b0f8de868d41529a1d994 - 0.0% (126 Bytes)


History
2018-09-12 11:42:05 UTC

/bin/sh -c #(nop) ADD file:a59da37af8f4febfa87a2102dfdd3a709cbcb545454395455d8892b079d5475a in /

2018-09-12 11:42:10 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2018-09-12 11:42:10 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2018-09-12 12:24:04 UTC

/bin/sh -c apk add --no-cache ca-certificates

2018-09-12 12:24:05 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2018-09-12 12:27:42 UTC

/bin/sh -c #(nop) ENV GOLANG_VERSION=1.10.4

2018-09-12 12:29:07 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bash gcc musl-dev openssl go ; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOOS="$(go env GOOS)" GOARCH="$(go env GOARCH)" GOHOSTOS="$(go env GOHOSTOS)" GOHOSTARCH="$(go env GOHOSTARCH)" ; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) export GOARM='6' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '6fe44965ed453cd968a81988523e9b0e794d3a478f91fd7983c28763d52d5781 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2018-09-12 12:29:07 UTC

/bin/sh -c #(nop) ENV GOPATH=/go

2018-09-12 12:29:08 UTC

/bin/sh -c #(nop) ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2018-09-12 12:29:08 UTC

/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"

2018-09-12 12:29:08 UTC

/bin/sh -c #(nop) WORKDIR /go