Namespace
library
Image / Tag
golang:1.10.7-alpine3.7
Content Digest
sha256:0e4d383eb9d7970a5d7c4d60dceb9ca28ba2ac018f05a608a1edd9a69df6db44
Details
Created

2018-12-21 17:11:51 UTC

Size

76.4 MB

Content Digest
Environment
GOLANG_VERSION

1.10.7

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:bb8fd280f9a42e33caddacaf364c842da7b3b726b15cf2a4051b8e83e1b06a0c - 0.0% (177 Bytes)

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

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

[#004] sha256:40a413c928d17a6359bbe1f4155bf4f623befe38eae5efbd799c537a5113ac2e - 96.9% (74 MB)

[#005] sha256:7def590893b2f62fa553f189f0dee64ab57b849959cb800c3210632ea52f7078 - 0.0% (127 Bytes)


History
2018-12-21 11:39:54 UTC

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

2018-12-21 11:39:54 UTC

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

2018-12-21 11:39:54 UTC

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

2018-12-21 17:05:09 UTC

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

2018-12-21 17:05:09 UTC

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

2018-12-21 17:09:52 UTC

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

2018-12-21 17:11:49 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 'b84a0d7c90789f3a2ec5349dbe7419efb81f1fac9289b6f60df86bd919bd4447 *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-12-21 17:11:50 UTC

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

2018-12-21 17:11:50 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-12-21 17:11:51 UTC

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

2018-12-21 17:11:51 UTC

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

Details
Created

2018-12-21 04:16:54 UTC

Size

76.6 MB

Content Digest
Environment
GOLANG_VERSION

1.10.7

GOPATH

/go

PATH

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


Layers

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

[#001] sha256:7e5cffe44344cfc591249de0c7d4608b57771ca0484f5e611e063258a0da21fe - 0.38% (301 KB)

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

[#003] sha256:57780eceb8bfc664e3a7776369cb88db1cc026fde2f3214a4a40cd6a7ae31940 - 96.99% (74.3 MB)

[#004] sha256:152009149840ad73daada18d1f8c8e8d79d4da2a41f8941bf710d51d5be31290 - 0.0% (126 Bytes)


History
2018-12-21 00:21:10 UTC

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

2018-12-21 00:21:11 UTC

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

2018-12-21 04:10:06 UTC

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

2018-12-21 04:10:08 UTC

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

2018-12-21 04:14:50 UTC

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

2018-12-21 04:16:52 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 'b84a0d7c90789f3a2ec5349dbe7419efb81f1fac9289b6f60df86bd919bd4447 *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-12-21 04:16:53 UTC

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

2018-12-21 04:16: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

2018-12-21 04:16:54 UTC

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

2018-12-21 04:16:54 UTC

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

Details
Created

2018-12-21 10:51:30 UTC

Size

75.4 MB

Content Digest
Environment
GOLANG_VERSION

1.10.7

GOPATH

/go

PATH

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


Layers

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

[#001] sha256:4271bf13258b585def40291fcb3b0490ce089b76fe80a5f1aa672e925ec81bcb - 0.0% (175 Bytes)

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

[#003] sha256:c82268ab7b8b360f67bd95b7c50fb81f3fde30dd7b31f24386d731c3ecb93770 - 0.0% (153 Bytes)

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

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


History
2018-12-21 08:49:41 UTC

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

2018-12-21 08:49:41 UTC

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

2018-12-21 08:49:42 UTC

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

2018-12-21 09:52:17 UTC

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

2018-12-21 09:52:28 UTC

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

2018-12-21 10:33:35 UTC

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

2018-12-21 10:51:10 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 'b84a0d7c90789f3a2ec5349dbe7419efb81f1fac9289b6f60df86bd919bd4447 *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-12-21 10:51:16 UTC

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

2018-12-21 10:51: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

2018-12-21 10:51:28 UTC

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

2018-12-21 10:51:30 UTC

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

Details
Created

2018-12-21 10:23:44 UTC

Size

73.9 MB

Content Digest
Environment
GOLANG_VERSION

1.10.7

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:8bfe4843495e56e3546d4d49cf476ee7bc1650156062151aa38cf3e2fb397a70 - 0.0% (176 Bytes)

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

[#003] sha256:19b78d2e65f225fcff98267a322f03dde34e7cb833dd1c8790244d3544ae1fdc - 0.0% (153 Bytes)

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

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


History
2018-12-21 09:42:47 UTC

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

2018-12-21 09:42:48 UTC

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

2018-12-21 09:42:48 UTC

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

2018-12-21 10:14:45 UTC

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

2018-12-21 10:14:47 UTC

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

2018-12-21 10:21:10 UTC

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

2018-12-21 10:23:39 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 'b84a0d7c90789f3a2ec5349dbe7419efb81f1fac9289b6f60df86bd919bd4447 *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-12-21 10:23:40 UTC

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

2018-12-21 10:23: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-12-21 10:23:43 UTC

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

2018-12-21 10:23:44 UTC

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

Details
Created

2018-12-21 10:13:37 UTC

Size

73.9 MB

Content Digest
Environment
GOLANG_VERSION

1.10.7

GOPATH

/go

PATH

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


Layers

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

[#001] sha256:ee294a137df5ce1dbf79febbc52196c755a051997862a2909d94aaf427752383 - 0.0% (177 Bytes)

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

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

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

[#005] sha256:04e3a2112b09b0a03f2566b788115a9b67d8ebe7538a110c4c3e9fdc6c3029fa - 0.0% (155 Bytes)


History
2018-12-21 09:42:27 UTC

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

2018-12-21 09:42:29 UTC

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

2018-12-21 09:42:32 UTC

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

2018-12-21 10:07:17 UTC

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

2018-12-21 10:07:27 UTC

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

2018-12-21 10:11:50 UTC

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

2018-12-21 10:13: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 'b84a0d7c90789f3a2ec5349dbe7419efb81f1fac9289b6f60df86bd919bd4447 *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-12-21 10:13:23 UTC

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

2018-12-21 10:13: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-12-21 10:13:32 UTC

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

2018-12-21 10:13:37 UTC

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

Details
Created

2018-12-21 13:07:08 UTC

Size

77.1 MB

Content Digest
Environment
GOLANG_VERSION

1.10.7

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:0c5a991d0e8727ddad0104264ae7819c2fde180a2ca2fc266d6814b4fa2e135e - 0.0% (175 Bytes)

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

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

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

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


History
2018-12-21 12:42:29 UTC

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

2018-12-21 12:42:30 UTC

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

2018-12-21 12:42:30 UTC

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

2018-12-21 13:03:06 UTC

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

2018-12-21 13:03:07 UTC

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

2018-12-21 13:06:03 UTC

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

2018-12-21 13:07:06 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 'b84a0d7c90789f3a2ec5349dbe7419efb81f1fac9289b6f60df86bd919bd4447 *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-12-21 13:07:07 UTC

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

2018-12-21 13:07:07 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-12-21 13:07:08 UTC

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

2018-12-21 13:07:08 UTC

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