Namespace
library
Image / Tag
golang:1.12.8-alpine3.9
Content Digest
sha256:c05938e11d45ba452e7f327e159b595b47ed89012e53c1db1262dd7cd8520aea
Details
Created

2019-08-13 22:40:05 UTC

Size

123 MB

Content Digest
Environment
GOLANG_VERSION

1.12.8

GOPATH

/go

PATH

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


Layers

[#000] sha256:d0c434c0359e2da36b788ae4f5a3a70015d83ee20070aa412e714c7feecca465 - 2.14% (2.62 MB)

[#001] sha256:4094c2cd9e622692a555c355e0c099bf5d0dc8c57f7415ce84d442ac1cd3495c - 0.24% (295 KB)

[#002] sha256:7d72c41e7b1cd39b19505a27d3cf1344cfbb1e8a5328d2aa4fced1017f284910 - 0.0% (153 Bytes)

[#003] sha256:8985f4f965bd51796fa6f1b3ab118b8723d4919dbbe933aca08d106d983ba74c - 97.62% (120 MB)

[#004] sha256:7f6d3ec7a1a0aa2168772da200ce655a4e0b1430b95740e93caea46111de500f - 0.0% (126 Bytes)


History
2019-05-11 10:39:25 UTC

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

2019-05-11 10:39:25 UTC

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

2019-05-11 10:59:38 UTC

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

2019-05-11 10:59:39 UTC

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

2019-08-13 22:36:02 UTC

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

2019-08-13 22:40:03 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 '11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898 *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

2019-08-13 22:40:04 UTC

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

2019-08-13 22:40:04 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

2019-08-13 22:40:05 UTC

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

2019-08-13 22:40:05 UTC

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

Details
Created

2019-08-13 22:39:19 UTC

Size

123 MB

Content Digest
Environment
GOLANG_VERSION

1.12.8

GOPATH

/go

PATH

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


Layers

[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 2.14% (2.63 MB)

[#001] sha256:5297bd3818169b125a364b85eb77095c3f33626fa6a83f36bf2123aba60f2b39 - 0.23% (295 KB)

[#002] sha256:3a664477889cd9030004351f3bb8a9c904e299cf5e5f17f8819e20d7370aeceb - 0.0% (153 Bytes)

[#003] sha256:650fb5c5913bac35b08bf019bbf2968b01fe63ad491267d1de1de7bc57454133 - 97.62% (120 MB)

[#004] sha256:33f341adc6248dd477d23388c2857b00b3f2f586d97aabc984a24e4814043e52 - 0.0% (125 Bytes)


History
2019-05-11 00:07:03 UTC

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

2019-05-11 00:07:03 UTC

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

2019-05-11 00:23:26 UTC

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

2019-05-11 00:23:27 UTC

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

2019-08-13 22:35:41 UTC

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

2019-08-13 22:39:17 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 '11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898 *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

2019-08-13 22:39:17 UTC

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

2019-08-13 22:39:18 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

2019-08-13 22:39:19 UTC

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

2019-08-13 22:39:19 UTC

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

Details
Created

2019-08-13 22:36:55 UTC

Size

119 MB

Content Digest
Environment
GOLANG_VERSION

1.12.8

GOPATH

/go

PATH

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


Layers

[#000] sha256:6e39823df636e42cc4ea056843af98c9bec31b5ae0a75cdc5628cd19b589189c - 2.04% (2.43 MB)

[#001] sha256:1e973d2d028433a678a141dae7960c25f92470d4fb1445eb6db2043b2e835031 - 0.24% (295 KB)

[#002] sha256:78436e680e21b80ea470c654124955de15e6e8a79b59499c5dbe71d477058b7c - 0.0% (153 Bytes)

[#003] sha256:66c15bfc24f05ad8dc5515f9fcdc1240ac6dd19d66c41b94c4b492c14ca13b93 - 97.72% (116 MB)

[#004] sha256:0bce85ea699ead1a3e9e9b5ca873b7c8e2d01e74472de4108fc7bdd0c516bd43 - 0.0% (156 Bytes)


History
2019-05-11 07:49:31 UTC

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

2019-05-11 07:49:31 UTC

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

2019-05-11 09:14:32 UTC

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

2019-05-11 09:14:33 UTC

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

2019-08-13 22:34:20 UTC

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

2019-08-13 22:36:51 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 '11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898 *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

2019-08-13 22:36:52 UTC

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

2019-08-13 22:36:53 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

2019-08-13 22:36:54 UTC

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

2019-08-13 22:36:55 UTC

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

Details
Created

2019-08-13 22:36:59 UTC

Size

118 MB

Content Digest
Environment
GOLANG_VERSION

1.12.8

GOPATH

/go

PATH

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


Layers

[#000] sha256:856f4240f8dba160c5323506c1e9a4dbaaca840bf1b0c244af3b8d1b42b0f43b - 1.89% (2.24 MB)

[#001] sha256:244bb6187057b19715bec6eba8785b00476ef37399206d6b41b5dadcb4864765 - 0.24% (294 KB)

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

[#003] sha256:8c128ca8ec41a5acf0090a946284ef1860208d9ee9b27a985e14791ae8c85c93 - 97.86% (116 MB)

[#004] sha256:31cf29e2fa9d1546318aea46ddda4e2ba1063f233300892ff7ee743ca6e1e967 - 0.0% (156 Bytes)


History
2019-05-11 11:57:33 UTC

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

2019-05-11 11:57:34 UTC

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

2019-05-11 13:04:56 UTC

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

2019-05-11 13:04:58 UTC

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

2019-08-13 22:34:38 UTC

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

2019-08-13 22:36:56 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 '11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898 *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

2019-08-13 22:36:57 UTC

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

2019-08-13 22:36:58 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

2019-08-13 22:36:59 UTC

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

2019-08-13 22:36:59 UTC

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

Details
Created

2019-08-13 22:36:25 UTC

Size

117 MB

Content Digest
Environment
GOLANG_VERSION

1.12.8

GOPATH

/go

PATH

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


Layers

[#000] sha256:0362ad1dd800a9d92f8982fa28f173f9120266153830f990f7486f44b068968a - 2.2% (2.56 MB)

[#001] sha256:4add8f29bf03f3d6fce96396daad08e0039610b96925452697ea40933ec96ec4 - 0.25% (295 KB)

[#002] sha256:d2a54cdb6f8d9efb5c7906e854f297284c50db62dea68960f9665d4e134a2da6 - 0.0% (153 Bytes)

[#003] sha256:373b04180a74bfe84efdd21cbd2e1d7bdff434f3ff61bbce96dfb72f8efd20fe - 97.56% (114 MB)

[#004] sha256:57e1fda8a78c256439f226137cb0d867379f5a3f510fec6ea1c13cfbee43b85e - 0.0% (156 Bytes)


History
2019-06-19 20:39:47 UTC

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

2019-06-19 20:39:47 UTC

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

2019-06-19 20:56:05 UTC

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

2019-06-19 20:56:06 UTC

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

2019-08-13 22:34:20 UTC

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

2019-08-13 22:36:20 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 '11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898 *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

2019-08-13 22:36:22 UTC

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

2019-08-13 22:36:23 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

2019-08-13 22:36:24 UTC

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

2019-08-13 22:36:25 UTC

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

Details
Created

2019-08-13 22:36:58 UTC

Size

117 MB

Content Digest
Environment
GOLANG_VERSION

1.12.8

GOPATH

/go

PATH

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


Layers

[#000] sha256:221c32b360a801e69a8aac598d495aaac3512642f967704a9d9bc5d6b4b4709e - 2.27% (2.65 MB)

[#001] sha256:0037036dcccd0071ea857ee57d9b7e8df992d55ad7c4fbe42c7d7015b197fa98 - 0.25% (297 KB)

[#002] sha256:6aaad5dace2430383e19c248d191892e065108421eb8e65b4b5b0b10d3ad9da6 - 0.0% (153 Bytes)

[#003] sha256:41802a2e55e8c1f1d2795ab8d8aff1f7e2b7be231c7860984a7ff7e1475584ac - 97.48% (114 MB)

[#004] sha256:0bce85ea699ead1a3e9e9b5ca873b7c8e2d01e74472de4108fc7bdd0c516bd43 - 0.0% (156 Bytes)


History
2019-06-19 21:20:35 UTC

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

2019-06-19 21:20:36 UTC

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

2019-06-20 00:22:35 UTC

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

2019-06-20 00:22:38 UTC

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

2019-08-13 22:35:03 UTC

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

2019-08-13 22:36:44 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 '11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898 *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

2019-08-13 22:36:50 UTC

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

2019-08-13 22:36:51 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

2019-08-13 22:36:56 UTC

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

2019-08-13 22:36:58 UTC

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

Details
Created

2019-08-13 22:37:48 UTC

Size

123 MB

Content Digest
Environment
GOLANG_VERSION

1.12.8

GOPATH

/go

PATH

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


Layers

[#000] sha256:bea4f04d8b33c5bd68ccb34849e615333c5ef00958b400841a03970dd2d5e9ae - 1.97% (2.43 MB)

[#001] sha256:86efcbb09c21b5959513cbba9acad2e705a0d6739bc8ed1eda85c2cbf7839a77 - 0.23% (295 KB)

[#002] sha256:5022a6761590134550dbde37d10860fc7595717fd6eaad9823d2113128fa7930 - 0.0% (155 Bytes)

[#003] sha256:9f6e81ad2a5143a039fcf7d44f393da4fe1c73894e1688f2e3b8f63e72795ac1 - 97.8% (120 MB)

[#004] sha256:02778a1582d224be5e7320ddcace3ad5f72d96b0b321692a432f987337f339ef - 0.0% (126 Bytes)


History
2019-05-11 11:41:43 UTC

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

2019-05-11 11:41:43 UTC

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

2019-05-11 12:14:30 UTC

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

2019-05-11 12:14:31 UTC

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

2019-08-13 22:35:15 UTC

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

2019-08-13 22:37:44 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 '11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898 *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

2019-08-13 22:37:45 UTC

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

2019-08-13 22:37:46 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

2019-08-13 22:37:48 UTC

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

2019-08-13 22:37:48 UTC

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