Namespace
library
Image / Tag
golang:1.11.12-alpine
Content Digest
sha256:e14164f34ebf0197a6d07a22ad3518374f5beb2a72ec61eb28f794562d8b9183
Details
Created

2019-07-12 05:06:25 UTC

Size

107 MB

Content Digest
Environment
GOLANG_VERSION

1.11.12

GOPATH

/go

PATH

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


Layers

[#000] sha256:64a1fba56ddaccf48996ac9a3f28b6d623660aaf2d708e264e446cc834dacfab - 2.47% (2.65 MB)

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

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

[#003] sha256:16bda784f3d50e706ccceb4c733b551a4878f4f94dff616ef7285f0e0b646157 - 97.26% (104 MB)

[#004] sha256:92af467fc3e41b7860a1ed70da0e46f14c5f36dd01a164e21bc29ee0be163d74 - 0.0% (126 Bytes)


History
2019-07-11 21:39:21 UTC

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

2019-07-11 21:39:21 UTC

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

2019-07-12 04:50:45 UTC

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

2019-07-12 04:50:47 UTC

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

2019-07-12 05:01:45 UTC

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

2019-07-12 05:06: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 '6d7a5ba05476609a7614af3292f29c3be06327503c1f1fdc02ef417870fd6926 *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-07-12 05:06:23 UTC

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

2019-07-12 05:06: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-07-12 05:06:24 UTC

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

2019-07-12 05:06:25 UTC

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

Details
Created

2019-07-11 23:35:47 UTC

Size

108 MB

Content Digest
Environment
GOLANG_VERSION

1.11.12

GOPATH

/go

PATH

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


Layers

[#000] sha256:0503825856099e6adb39c8297af09547f69684b7016b7f3680ed801aa310baaa - 2.46% (2.66 MB)

[#001] sha256:0bb4ee3360d7674b72befc5a29a65d17c2aad071dba363cedc48e21337e2f9fc - 0.27% (295 KB)

[#002] sha256:893f09c2afb0995b31b535c5ef1e3e6baf15d6e3ba20cca23ab228dc23959bba - 0.0% (156 Bytes)

[#003] sha256:c2e22f8e95fffa1ed4442d5409e8a22d90a3af80eefa1c34e3db6399a779501f - 97.27% (105 MB)

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


History
2019-07-11 22:20:52 UTC

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

2019-07-11 22:20:52 UTC

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

2019-07-11 22:44:51 UTC

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

2019-07-11 22:44:53 UTC

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

2019-07-11 23:29:39 UTC

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

2019-07-11 23:35: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 '6d7a5ba05476609a7614af3292f29c3be06327503c1f1fdc02ef417870fd6926 *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-07-11 23:35:45 UTC

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

2019-07-11 23:35: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-07-11 23:35:47 UTC

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

2019-07-11 23:35:47 UTC

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

Details
Created

2019-07-20 00:59:09 UTC

Size

104 MB

Content Digest
Environment
GOLANG_VERSION

1.11.12

GOPATH

/go

PATH

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


Layers

[#000] sha256:5308e891d68f16cb976f93556acc9b776c9534f19ede4b9c843c934e6a7b4a18 - 2.35% (2.45 MB)

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

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

[#003] sha256:9c31e4f4bfc989591804ec41da6c3800cbeaf6060ea2a1f63a6399af9aa29b49 - 97.37% (102 MB)

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


History
2019-07-11 21:49:55 UTC

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

2019-07-11 21:49:55 UTC

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

2019-07-11 22:05:41 UTC

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

2019-07-11 22:05:43 UTC

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

2019-07-20 00:56:30 UTC

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

2019-07-20 00:59: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 '6d7a5ba05476609a7614af3292f29c3be06327503c1f1fdc02ef417870fd6926 *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-07-20 00:59:07 UTC

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

2019-07-20 00:59: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

2019-07-20 00:59:09 UTC

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

2019-07-20 00:59:09 UTC

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

Details
Created

2019-07-20 01:02:21 UTC

Size

104 MB

Content Digest
Environment
GOLANG_VERSION

1.11.12

GOPATH

/go

PATH

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


Layers

[#000] sha256:50e6a8f95d08735cf973d06f486e8d4906f0a8009fede2aa1b1d03accbda9281 - 2.18% (2.27 MB)

[#001] sha256:6c3d02882ecb3a5941237bc80f858f7493d5a32ebb3e3cef33b06f7fb05feb40 - 0.28% (294 KB)

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

[#003] sha256:2077847f29e1d9fd0eefd715b53ce1bfa0177c40d0a413bc854e3cb411a690af - 97.54% (101 MB)

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


History
2019-07-11 21:57:38 UTC

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

2019-07-11 21:57:39 UTC

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

2019-07-11 22:13:25 UTC

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

2019-07-11 22:13:26 UTC

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

2019-07-20 00:59:50 UTC

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

2019-07-20 01:02: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 '6d7a5ba05476609a7614af3292f29c3be06327503c1f1fdc02ef417870fd6926 *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-07-20 01:02:19 UTC

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

2019-07-20 01:02:20 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-07-20 01:02:21 UTC

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

2019-07-20 01:02:21 UTC

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

Details
Created

2019-07-12 15:18:36 UTC

Size

102 MB

Content Digest
Environment
GOLANG_VERSION

1.11.12

GOPATH

/go

PATH

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


Layers

[#000] sha256:31c29410a04898f7aed30f526990fced7d2a158513930c32fb05dbed3e8518da - 2.53% (2.59 MB)

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

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

[#003] sha256:ec28a54c789f0564b8e9f7dd8097217062f9c8de160a3e599eb322a0c1fc00d4 - 97.19% (99.5 MB)

[#004] sha256:5808515985383be2e5400dd70d74bceae256e367cf95bcdfb60243b355133e24 - 0.0% (157 Bytes)


History
2019-07-11 21:39:41 UTC

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

2019-07-11 21:39:41 UTC

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

2019-07-11 21:57:41 UTC

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

2019-07-11 21:57:43 UTC

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

2019-07-12 15:15:36 UTC

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

2019-07-12 15:18: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 '6d7a5ba05476609a7614af3292f29c3be06327503c1f1fdc02ef417870fd6926 *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-07-12 15:18:30 UTC

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

2019-07-12 15:18:31 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-07-12 15:18:35 UTC

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

2019-07-12 15:18:36 UTC

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

Details
Created

2019-07-11 22:50:45 UTC

Size

102 MB

Content Digest
Environment
GOLANG_VERSION

1.11.12

GOPATH

/go

PATH

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


Layers

[#000] sha256:f4cdf4d5cd47c3a8fe7637d32e8739c247cbcefc2502104b3b9d53cf7a482ee9 - 2.61% (2.68 MB)

[#001] sha256:065238f583e0e8867d0374dc004ac7a6a47dd2545c913b0be84c571e2f3a9622 - 0.28% (297 KB)

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

[#003] sha256:f1a0d0680a27b21878e7a80093bf7edc2cdc77e8b3571fddf6c1122f3df62a99 - 97.1% (99.4 MB)

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


History
2019-07-11 22:28:10 UTC

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

2019-07-11 22:28:13 UTC

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

2019-07-11 22:40:36 UTC

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

2019-07-11 22:40:46 UTC

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

2019-07-11 22:47:58 UTC

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

2019-07-11 22:50: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 '6d7a5ba05476609a7614af3292f29c3be06327503c1f1fdc02ef417870fd6926 *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-07-11 22:50:27 UTC

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

2019-07-11 22:50: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-07-11 22:50:42 UTC

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

2019-07-11 22:50:45 UTC

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

Details
Created

2019-07-11 23:02:49 UTC

Size

108 MB

Content Digest
Environment
GOLANG_VERSION

1.11.12

GOPATH

/go

PATH

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


Layers

[#000] sha256:a5009044856cb7ec46c0bdccbfae22ed15a7024bee22609e76b16cbb9436ce8a - 2.27% (2.45 MB)

[#001] sha256:3e6fa38e67c72c10a20be33980aa973095c45ce3adf95dd77ba89ccad2c21198 - 0.27% (295 KB)

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

[#003] sha256:2b08fe3cba25e705f77229075a140e175e6c20aca91661118f77b3f4b1b6a56e - 97.46% (105 MB)

[#004] sha256:985027374cd22bf5428b5720d26bd72c1c7c399459e91775878bdc9fa465c2d3 - 0.0% (126 Bytes)


History
2019-07-11 21:42:03 UTC

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

2019-07-11 21:42:04 UTC

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

2019-07-11 22:56:11 UTC

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

2019-07-11 22:56:12 UTC

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

2019-07-11 23:00:54 UTC

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

2019-07-11 23:02:47 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 '6d7a5ba05476609a7614af3292f29c3be06327503c1f1fdc02ef417870fd6926 *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-07-11 23:02:48 UTC

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

2019-07-11 23:02:48 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-07-11 23:02:49 UTC

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

2019-07-11 23:02:49 UTC

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