Namespace
library
Image / Tag
golang:1.11.10-alpine
Content Digest
sha256:9e819eaa759d6ba6f792d358d0d583970c45b84203a89786edb00357c91ce7e6
Details
Created

2019-05-11 11:04:43 UTC

Size

107 MB

Content Digest
Environment
GOLANG_VERSION

1.11.10

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.45% (2.62 MB)

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

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

[#003] sha256:96b9bd8f37856f0141c12d8188ef2ee48fc77a65c2c5a396179af144f375b541 - 97.28% (104 MB)

[#004] sha256:61738808a4eeb7020f24647716e9c8b84d4f8763602ea2c46c33b22ac50a4164 - 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-05-11 11:02:24 UTC

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

2019-05-11 11:04:41 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 'df27e96a9d1d362c46ecd975f1faa56b8c300f5c529074e9ea79bdd885493c1b *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-05-11 11:04:42 UTC

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

2019-05-11 11:04:42 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-05-11 11:04:43 UTC

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

2019-05-11 11:04:43 UTC

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

Details
Created

2019-05-11 00:32:37 UTC

Size

108 MB

Content Digest
Environment
GOLANG_VERSION

1.11.10

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.43% (2.63 MB)

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

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

[#003] sha256:f235158035b814a0f54c70510be66c2f9aba4a7891a65f134feff888dbdf0631 - 97.3% (105 MB)

[#004] sha256:0ebee152852040e5c3a6a0ae0983afa975d090295648f81c098e45724adb54c6 - 0.0% (124 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-05-11 00:30:09 UTC

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

2019-05-11 00:32: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 'df27e96a9d1d362c46ecd975f1faa56b8c300f5c529074e9ea79bdd885493c1b *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-05-11 00:32:36 UTC

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

2019-05-11 00:32:36 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-05-11 00:32:37 UTC

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

2019-05-11 00:32:37 UTC

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

Details
Created

2019-05-11 09:19:29 UTC

Size

104 MB

Content Digest
Environment
GOLANG_VERSION

1.11.10

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.33% (2.43 MB)

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

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

[#003] sha256:08ea55de614e97ee77e06e75adbe43b13485f72184f3f40f30fc57e0d52f0178 - 97.4% (101 MB)

[#004] sha256:2e9fac2e4e94e60df829515fffc31e5a4b5314eb218e71bc60e8ec2dcd8cf28c - 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-05-11 09:17:16 UTC

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

2019-05-11 09:19:26 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 'df27e96a9d1d362c46ecd975f1faa56b8c300f5c529074e9ea79bdd885493c1b *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-05-11 09:19:27 UTC

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

2019-05-11 09:19:27 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-05-11 09:19:28 UTC

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

2019-05-11 09:19:29 UTC

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

Details
Created

2019-05-11 13:09:32 UTC

Size

104 MB

Content Digest
Environment
GOLANG_VERSION

1.11.10

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 - 2.16% (2.24 MB)

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

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

[#003] sha256:d16fe10b3b2722a0e27954baec7f999d72e36052fc82577c84774c937a371b80 - 97.56% (101 MB)

[#004] sha256:9791d50a7b8a1e7c6ea7b29d7df2b13b218294bc2376862bc667031bed65496d - 0.0% (155 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-05-11 13:07:30 UTC

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

2019-05-11 13:09:28 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 'df27e96a9d1d362c46ecd975f1faa56b8c300f5c529074e9ea79bdd885493c1b *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-05-11 13:09:30 UTC

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

2019-05-11 13:09:30 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-05-11 13:09:32 UTC

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

2019-05-11 13:09:32 UTC

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

Details
Created

2019-05-11 15:23:38 UTC

Size

102 MB

Content Digest
Environment
GOLANG_VERSION

1.11.10

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.51% (2.56 MB)

[#001] sha256:fe9432f2aaa2016cb694649036ccbf719ec50f9da197c29121a52e526eeab427 - 0.28% (295 KB)

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

[#003] sha256:28a2338d672a287e79f3bc2c72b819f3803ee410004d3a25d6e49fb70cc9e4cd - 97.21% (99.4 MB)

[#004] sha256:5a0d99062305019f6c809c08fd1c9fd5ab412312507172f2aae23f4b4f7f41c7 - 0.0% (126 Bytes)


History
2019-05-11 08:43:24 UTC

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

2019-05-11 08:43:25 UTC

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

2019-05-11 09:00:02 UTC

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

2019-05-11 09:00:03 UTC

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

2019-05-11 15:19:01 UTC

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

2019-05-11 15:23:31 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 'df27e96a9d1d362c46ecd975f1faa56b8c300f5c529074e9ea79bdd885493c1b *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-05-11 15:23:33 UTC

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

2019-05-11 15:23:34 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-05-11 15:23:37 UTC

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

2019-05-11 15:23:38 UTC

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

Details
Created

2019-06-11 10:22:53 UTC

Size

102 MB

Content Digest
Environment
GOLANG_VERSION

1.11.10

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.59% (2.65 MB)

[#001] sha256:70fa3bfa99a2b06c1bb855d7b513ef6869c9a02be3b038a57f97b01e23b3a92b - 0.28% (297 KB)

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

[#003] sha256:8fca9a5bc5b1372fdbbed3b142128aefc8ca5473d14578313f2bf6fdac53c887 - 97.12% (99.4 MB)

[#004] sha256:e0ee5c15adfa5cbe7095ab2f4b6ea1e64af6922ea9cec0a2522932043838ee4b - 0.0% (155 Bytes)


History
2019-05-11 08:29:33 UTC

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

2019-05-11 08:29:34 UTC

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

2019-05-30 22:14:46 UTC

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

2019-05-30 22:14:52 UTC

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

2019-06-11 10:20:18 UTC

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

2019-06-11 10:22:19 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 'df27e96a9d1d362c46ecd975f1faa56b8c300f5c529074e9ea79bdd885493c1b *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-06-11 10:22:36 UTC

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

2019-06-11 10:22: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

2019-06-11 10:22:50 UTC

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

2019-06-11 10:22:53 UTC

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

Details
Created

2019-05-11 14:01:18 UTC

Size

108 MB

Content Digest
Environment
GOLANG_VERSION

1.11.10

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 - 2.25% (2.43 MB)

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

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

[#003] sha256:18d79103895c127c033999dc86647905e4ff849070f5789bbc9397c6a846b363 - 97.49% (105 MB)

[#004] sha256:a497dbb40de9b4bf07f51fb20f6eb39e23481e3503fbd2575fdb0a35aa1a0c31 - 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-05-11 13:59:21 UTC

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

2019-05-11 14:01:16 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 'df27e96a9d1d362c46ecd975f1faa56b8c300f5c529074e9ea79bdd885493c1b *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-05-11 14:01:17 UTC

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

2019-05-11 14:01:17 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-05-11 14:01:18 UTC

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

2019-05-11 14:01:18 UTC

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