Namespace
library
Image / Tag
golang:rc-alpine3.10
Content Digest
sha256:141819104e59de649f4948a29b7e06b09b1c24c3272ce66ff444e74035352809
Details
Created

2019-12-18 00:42:45 UTC

Size

128 MB

Content Digest
Environment
GOLANG_VERSION

1.14beta1

GOPATH

/go

PATH

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


Layers

[#000] sha256:f913bd05bf684aaa4bc173d73cfbb58abb45587962d74f0aa71df36b6b489def - 2.07% (2.66 MB)

[#001] sha256:6ed468e91bdc7b0ff88c15190e8b33cddcff4ffc087d4246427e757e240eaa4e - 0.22% (295 KB)

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

[#003] sha256:61110bae881285283396d7273fc127faa1e1a93358ad25c1a336dff415de3deb - 97.7% (125 MB)

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


History
2019-10-21 16:46:04 UTC

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

2019-10-21 16:46:04 UTC

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

2019-10-21 17:41:33 UTC

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

2019-10-21 17:41:34 UTC

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

2019-12-18 00:38:52 UTC

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

2019-12-18 00:42: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 'af952217fcb408180006f29e77f1c3b871192fba7f99abd5aa421cf2f0358fea *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-12-18 00:42:43 UTC

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

2019-12-18 00:42:43 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-12-18 00:42:45 UTC

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

2019-12-18 00:42:45 UTC

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

Details
Created

2019-12-18 00:24:05 UTC

Size

128 MB

Content Digest
Environment
GOLANG_VERSION

1.14beta1

GOPATH

/go

PATH

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


Layers

[#000] sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 - 2.07% (2.66 MB)

[#001] sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 - 0.22% (295 KB)

[#002] sha256:1ec62c064901392a6722bb47a377c01a381f4482b1ce094b6d28682b6b6279fd - 0.0% (155 Bytes)

[#003] sha256:d505e7d55ab32399e1a0eac9924d53efbb11910bdd48e590dee62d393aa5d432 - 97.7% (125 MB)

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


History
2019-10-21 17:21:42 UTC

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

2019-10-21 17:21:42 UTC

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

2019-10-21 18:18:34 UTC

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

2019-10-21 18:18:35 UTC

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

2019-12-18 00:21:42 UTC

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

2019-12-18 00:24:04 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 'af952217fcb408180006f29e77f1c3b871192fba7f99abd5aa421cf2f0358fea *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-12-18 00:24:04 UTC

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

2019-12-18 00:24:05 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-12-18 00:24:05 UTC

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

2019-12-18 00:24:05 UTC

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

Details
Created

2019-12-18 00:53:30 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.14beta1

GOPATH

/go

PATH

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


Layers

[#000] sha256:ecf664be551d26dcd221b7387283cdcc54f46c6789700d037fa3cd0c297f8645 - 1.97% (2.45 MB)

[#001] sha256:dc4d69e9c49d276dea623c6b05666752b107b3ae7e7fb31faa84c28a89270f7a - 0.23% (295 KB)

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

[#003] sha256:f8a964198f7bc2e9ef79bd47ecb6dae2e4c0b1c85848ad4861b91121a305cfa2 - 97.8% (122 MB)

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


History
2019-10-21 16:56:02 UTC

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

2019-10-21 16:56:04 UTC

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

2019-10-21 16:57:30 UTC

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

2019-10-21 16:57:32 UTC

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

2019-12-18 00:49:24 UTC

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

2019-12-18 00:53:07 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 'af952217fcb408180006f29e77f1c3b871192fba7f99abd5aa421cf2f0358fea *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-12-18 00:53:11 UTC

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

2019-12-18 00:53:12 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-12-18 00:53:22 UTC

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

2019-12-18 00:53:30 UTC

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

Details
Created

2019-12-18 01:01:09 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.14beta1

GOPATH

/go

PATH

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


Layers

[#000] sha256:99fc70ac0b64db67086f98ceb3942600816eed98046abd6be5ad66f4614a9ca2 - 1.83% (2.27 MB)

[#001] sha256:a417fcb3850a7455af93e93458e59d7f95bdbb16f1857e99d901142c8d2095eb - 0.23% (294 KB)

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

[#003] sha256:b5faee289be172f5b2f99f7b58fb999ad98c36e558042ae81af6e94a814b0329 - 97.94% (121 MB)

[#004] sha256:e2c8eb30ea3f1b8dfe6e9ee2d67f102021a5b61ab0ad12acbc5e7164596065f9 - 0.0% (156 Bytes)


History
2019-10-21 18:15:18 UTC

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

2019-10-21 18:15:31 UTC

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

2019-10-21 18:52:36 UTC

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

2019-10-21 18:52:40 UTC

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

2019-12-18 00:58:18 UTC

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

2019-12-18 01:00:53 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 'af952217fcb408180006f29e77f1c3b871192fba7f99abd5aa421cf2f0358fea *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-12-18 01:01:04 UTC

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

2019-12-18 01:01:06 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-12-18 01:01:09 UTC

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

2019-12-18 01:01:09 UTC

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

Details
Created

2019-12-18 00:42:57 UTC

Size

123 MB

Content Digest
Environment
GOLANG_VERSION

1.14beta1

GOPATH

/go

PATH

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


Layers

[#000] sha256:8bfa913040406727f36faa9b69d0b96e071b13792a83ad69c19389031a9f3797 - 2.11% (2.59 MB)

[#001] sha256:d523c651118b8110a7055546123bb301485868b779462028d410ad31ce758844 - 0.23% (295 KB)

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

[#003] sha256:f7ce82c5ddd26a7ea9c132c4855c7c9f72ca616b5810644abf049f2460135af6 - 97.66% (120 MB)

[#004] sha256:7eb5f89b3436f8ff915ca7be6dcd30c72fe40e9767eda18906f682c5cb48b4ab - 0.0% (156 Bytes)


History
2019-10-21 18:07:03 UTC

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

2019-10-21 18:07:09 UTC

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

2019-10-21 18:59:13 UTC

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

2019-10-21 18:59:15 UTC

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

2019-12-18 00:40:25 UTC

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

2019-12-18 00:42: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 'af952217fcb408180006f29e77f1c3b871192fba7f99abd5aa421cf2f0358fea *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-12-18 00:42:48 UTC

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

2019-12-18 00:42: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

2019-12-18 00:42:55 UTC

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

2019-12-18 00:42:57 UTC

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

Details
Created

2019-12-18 00:20:12 UTC

Size

122 MB

Content Digest
Environment
GOLANG_VERSION

1.14beta1

GOPATH

/go

PATH

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


Layers

[#000] sha256:cd18d16ea896a0f0eb99be52a9722ffae9a5ac35cf28cb8b96f589352f8e71d6 - 2.2% (2.68 MB)

[#001] sha256:30d1409133b45bed937b154539e879dcba8c61a42497bad2df2f2d74a5fa1d6a - 0.24% (297 KB)

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

[#003] sha256:2dbf6dad7d0bcc19010285e238e3cf261ed44fc0e800b40929018663450af1ca - 97.56% (119 MB)

[#004] sha256:2f36ce24641191998d6ff32f178f779a365ec8595216db9efae42e962ea957de - 0.0% (157 Bytes)


History
2019-10-21 17:52:55 UTC

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

2019-10-21 17:53:00 UTC

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

2019-10-21 18:51:40 UTC

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

2019-10-21 18:51:47 UTC

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

2019-12-18 00:17:53 UTC

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

2019-12-18 00:19: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 'af952217fcb408180006f29e77f1c3b871192fba7f99abd5aa421cf2f0358fea *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-12-18 00:20:00 UTC

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

2019-12-18 00:20:02 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-12-18 00:20:09 UTC

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

2019-12-18 00:20:12 UTC

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

Details
Created

2019-12-18 00:43:05 UTC

Size

128 MB

Content Digest
Environment
GOLANG_VERSION

1.14beta1

GOPATH

/go

PATH

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


Layers

[#000] sha256:fb7172052a60e640810f01efff381654bf9ed44082461455cfcc6306d192d541 - 1.92% (2.45 MB)

[#001] sha256:756641a81b92ce47e818c92880b4e1a144f10ceebe1934f176587bf3980e94ea - 0.23% (295 KB)

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

[#003] sha256:393d43849c46e73766badccb7ec7a622461cc9e99a1325ba39a406034052f224 - 97.85% (125 MB)

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


History
2019-10-21 16:47:28 UTC

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

2019-10-21 16:47:29 UTC

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

2019-10-21 17:22:03 UTC

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

2019-10-21 17:22:04 UTC

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

2019-12-18 00:41:55 UTC

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

2019-12-18 00:43:03 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 'af952217fcb408180006f29e77f1c3b871192fba7f99abd5aa421cf2f0358fea *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-12-18 00:43:03 UTC

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

2019-12-18 00:43: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

2019-12-18 00:43:04 UTC

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

2019-12-18 00:43:05 UTC

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