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

2018-12-14 11:44:25 UTC

Size

106 MB

Content Digest
Environment
GOLANG_VERSION

1.11.3

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:bdb6500d53d0fbd15d275a1eb14d8aeeba85e5e3af91dfff1f9bcf7b4a7dc020 - 97.78% (104 MB)

[#005] sha256:33db1435530ef25bb292726a43652dde7fafa14badb3c6cf7fab9c8269ab8fc3 - 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-12-14 11:42:20 UTC

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

2018-12-14 11:44: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 '7ec5140f384db2bd42b396c93c231dfba342ee137ad8a4b33120016951eb1231 *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-14 11:44:23 UTC

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

2018-12-14 11:44:24 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-14 11:44:24 UTC

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

2018-12-14 11:44:25 UTC

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

Details
Created

2018-12-13 22:59:28 UTC

Size

107 MB

Content Digest
Environment
GOLANG_VERSION

1.11.3

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:c4c75b3ae04197e66628373a5f9481b2faf599607bfcbc3ab5aeb42f75d31a59 - 97.85% (105 MB)

[#004] sha256:d21762ae0d2cd7b9f863c365532c2c6a374525ac928b58f408268841b6d0507e - 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-12-13 22:57:46 UTC

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

2018-12-13 22:59:27 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 '7ec5140f384db2bd42b396c93c231dfba342ee137ad8a4b33120016951eb1231 *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-13 22:59:27 UTC

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

2018-12-13 22:59: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

2018-12-13 22:59:28 UTC

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

2018-12-13 22:59:28 UTC

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

Details
Created

2018-12-14 09:35:26 UTC

Size

104 MB

Content Digest
Environment
GOLANG_VERSION

1.11.3

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:dc421656a5f23905b3715e644a198a3bd63fce8c8961b778d2131d7e4168391e - 97.83% (101 MB)

[#005] sha256:5a3db17cb37aee1e68c5c08814ac54c12731b3bd1646dee2bf92fefdb066d68d - 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-12-14 09:12:41 UTC

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

2018-12-14 09:35:05 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 '7ec5140f384db2bd42b396c93c231dfba342ee137ad8a4b33120016951eb1231 *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-14 09:35:12 UTC

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

2018-12-14 09:35:14 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-14 09:35:25 UTC

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

2018-12-14 09:35:26 UTC

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

Details
Created

2018-12-14 09:49:05 UTC

Size

101 MB

Content Digest
Environment
GOLANG_VERSION

1.11.3

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:38635d26af79b34f88d2e5c09af21361431c066bb359ebe50b6914aecd7315f3 - 97.83% (99.2 MB)

[#005] sha256:694163079cd5792717f0d81b67af75ffa7d68c8474416ea03610a9e8e7f4a9d1 - 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-12-14 09:46:27 UTC

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

2018-12-14 09:49:01 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 '7ec5140f384db2bd42b396c93c231dfba342ee137ad8a4b33120016951eb1231 *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-14 09:49:02 UTC

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

2018-12-14 09:49:03 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-14 09:49:04 UTC

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

2018-12-14 09:49:05 UTC

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

Details
Created

2018-12-14 09:49:37 UTC

Size

101 MB

Content Digest
Environment
GOLANG_VERSION

1.11.3

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:81553be1388fcd84ef649031d2a22f9e116f98b87cf6adc4f9f17cf9e7f43d1a - 97.73% (99.2 MB)

[#005] sha256:de4053ccd29aed3584db8c6c09a9f88b38067fea01c1fb1d1a7d897ad00ff1ba - 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-12-14 09:47:46 UTC

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

2018-12-14 09:49: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 '7ec5140f384db2bd42b396c93c231dfba342ee137ad8a4b33120016951eb1231 *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-14 09:49:27 UTC

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

2018-12-14 09:49:33 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-14 09:49:36 UTC

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

2018-12-14 09:49:37 UTC

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

Details
Created

2018-12-14 12:47:25 UTC

Size

107 MB

Content Digest
Environment
GOLANG_VERSION

1.11.3

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:c2147c8d8e0d4cd173343b074297ad288a7208573e3b934d01a468e8adfc4f9a - 97.77% (105 MB)

[#005] sha256:be80cc9b10f7e45bed368d8d2cb0785f1dd2c050af457e64c49f77929e647685 - 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-12-14 12:44:47 UTC

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

2018-12-14 12:47:22 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 '7ec5140f384db2bd42b396c93c231dfba342ee137ad8a4b33120016951eb1231 *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-14 12:47:23 UTC

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

2018-12-14 12:47:24 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-14 12:47:25 UTC

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

2018-12-14 12:47:25 UTC

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