Namespace
library
Image / Tag
golang:1.11.1-alpine3.7
Content Digest
sha256:fe2fc5feaf7b7dd2507a0219e9ce3e71b95d19bf8a9da4e30f6236035ee61096
Details
Created

2018-10-03 10:48:39 UTC

Size

106 MB

Content Digest
Environment
GOLANG_VERSION

1.11.1

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 - 1.94% (2.07 MB)

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

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

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

[#004] sha256:4474ee13fe9ba4d95e35728751c86d9e00954e041f7361dff463b92b912f1c7a - 97.78% (104 MB)

[#005] sha256:f13168b734a3b1e4e5bb8d5d538cd46b109a57ae11217f921ebfb77f5f2c9d1b - 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-10-03 10:46:36 UTC

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

2018-10-03 10:48:37 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 '558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117 *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 10:48:38 UTC

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

2018-10-03 10:48:38 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 10:48:39 UTC

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

2018-10-03 10:48:39 UTC

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

Details
Created

2018-10-02 17:18:56 UTC

Size

107 MB

Content Digest
Environment
GOLANG_VERSION

1.11.1

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 - 1.87% (2.01 MB)

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

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

[#003] sha256:8d0dd6eab1ce669b3c769a685860af6880057bed2cf03b61497607001b719b0a - 97.85% (105 MB)

[#004] sha256:057a6a8beaf3e6a50e442c76cc95ab7a2c446aacb83781dde545cb8b2dedd271 - 0.0% (125 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-10-02 17:17:14 UTC

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

2018-10-02 17:18:54 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 '558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117 *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-02 17:18:55 UTC

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

2018-10-02 17:18:55 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-02 17:18:56 UTC

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

2018-10-02 17:18:56 UTC

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

Details
Created

2018-10-03 08:31:08 UTC

Size

103 MB

Content Digest
Environment
GOLANG_VERSION

1.11.1

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 - 1.89% (1.96 MB)

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

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

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

[#004] sha256:41f1fd93fbfce3f7a824a026bd4e91261c0b38ae03fad722e938a99473266111 - 97.82% (101 MB)

[#005] sha256:409cfb4a227df39f0e8b2e6d1ab9baf305cc8b1145c8e50e10aa5e84204bbe69 - 0.0% (157 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-10-03 08:10:21 UTC

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

2018-10-03 08:30:57 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 '558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117 *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 08:31:03 UTC

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

2018-10-03 08:31: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

2018-10-03 08:31:07 UTC

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

2018-10-03 08:31:08 UTC

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

Details
Created

2018-10-03 08:57:57 UTC

Size

101 MB

Content Digest
Environment
GOLANG_VERSION

1.11.1

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 - 1.88% (1.91 MB)

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

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

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

[#004] sha256:2d6bd03ea046702f88ad96e6de97b07ab6352808809b25f127cbe8fa9e61c816 - 97.83% (99.1 MB)

[#005] sha256:219553049931ecb9878fc95f5796744dd85effb2b63394f9c1d3d95c50698f9b - 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 08:55:05 UTC

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

2018-10-03 08:57:42 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 '558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117 *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 08:57:44 UTC

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

2018-10-03 08:57:55 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 08:57:56 UTC

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

2018-10-03 08:57:57 UTC

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

Details
Created

2018-10-03 08:44:45 UTC

Size

101 MB

Content Digest
Environment
GOLANG_VERSION

1.11.1

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 - 1.97% (2 MB)

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

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

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

[#004] sha256:494632ff29d2059f0e3190b1ba3f408f0e0db6ef022130eade5e11ecbfe96b0c - 97.73% (99.1 MB)

[#005] sha256:5490964c3f81d826680de0e522ea16b804de375e1d38f80647cba615783aa617 - 0.0% (155 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-10-03 08:40:13 UTC

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

2018-10-03 08:41: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 '558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117 *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 08:44:31 UTC

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

2018-10-03 08:44:32 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 08:44:35 UTC

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

2018-10-03 08:44:45 UTC

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

Details
Created

2018-10-03 11:53:38 UTC

Size

107 MB

Content Digest
Environment
GOLANG_VERSION

1.11.1

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 - 1.95% (2.1 MB)

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

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

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

[#004] sha256:35ad5d8fac7bf105b668e28c112130ea9f551bd59285e5b069ad3f43d4c719b9 - 97.77% (105 MB)

[#005] sha256:879e4decded510ce15699302a241986235d8835a9895bc2496f4c9fb15a2b6e3 - 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-10-03 11:51:24 UTC

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

2018-10-03 11:53: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 '558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117 *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 11:53:36 UTC

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

2018-10-03 11:53: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-10-03 11:53:38 UTC

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

2018-10-03 11:53:38 UTC

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