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

2019-01-24 00:25:44 UTC

Size

107 MB

Content Digest
Environment
GOLANG_VERSION

1.11.5

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

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

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

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

[#005] sha256:b04126c3ee2a1fa92dc4e77e348ae6920d7456660361a7bf0166658a5075ca62 - 0.0% (126 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

2019-01-24 00:23:03 UTC

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

2019-01-24 00:25:43 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 'bc1ef02bb1668835db1390a2e478dcbccb5dd16911691af9d75184bbe5aa943e *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-01-24 00:25:43 UTC

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

2019-01-24 00:25: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-01-24 00:25:44 UTC

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

2019-01-24 00:25:44 UTC

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

Details
Created

2019-01-30 22:54:48 UTC

Size

107 MB

Content Digest
Environment
GOLANG_VERSION

1.11.5

GOPATH

/go

PATH

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


Layers

[#000] sha256:48ecbb6b270eb481cb6df2a5b0332de294ec729e1968e92d725f1329637ce01b - 1.87% (2.01 MB)

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

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

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

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


History
2019-01-30 22:19:40 UTC

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

2019-01-30 22:19:40 UTC

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

2019-01-30 22:50:25 UTC

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

2019-01-30 22:50:27 UTC

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

2019-01-30 22:50:27 UTC

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

2019-01-30 22:54:45 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 'bc1ef02bb1668835db1390a2e478dcbccb5dd16911691af9d75184bbe5aa943e *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-01-30 22:54:46 UTC

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

2019-01-30 22:54: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-01-30 22:54:47 UTC

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

2019-01-30 22:54:48 UTC

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

Details
Created

2019-01-24 08:56:56 UTC

Size

104 MB

Content Digest
Environment
GOLANG_VERSION

1.11.5

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

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

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

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

[#004] sha256:04496686da87c2e0e615894bb51d2aa425eff7588fdd1cf99a06422d7d1c4c55 - 97.83% (101 MB)

[#005] sha256:ca935c3dbb07e86223b689bb0b69c5a384c415eaa793573fd942003b53e00af1 - 0.0% (155 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"]

2019-01-24 08:54:39 UTC

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

2019-01-24 08:54:40 UTC

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

2019-01-24 08:54:40 UTC

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

2019-01-24 08:56: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 'bc1ef02bb1668835db1390a2e478dcbccb5dd16911691af9d75184bbe5aa943e *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-01-24 08:56:54 UTC

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

2019-01-24 08:56:54 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-01-24 08:56:56 UTC

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

2019-01-24 08:56:56 UTC

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

Details
Created

2019-01-25 09:34:03 UTC

Size

101 MB

Content Digest
Environment
GOLANG_VERSION

1.11.5

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

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

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

[#004] sha256:fb09fd65ab513ac0652427e601daf6d63c251e3d2c4dd3bb2c2c01e5fdf6944c - 97.83% (99.3 MB)

[#005] sha256:b19915079dff1251e51d2a3da45ac5e4257ec6d5de8de547a4999d8dc05bcaba - 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

2019-01-25 09:29:33 UTC

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

2019-01-25 09:33:55 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 'bc1ef02bb1668835db1390a2e478dcbccb5dd16911691af9d75184bbe5aa943e *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-01-25 09:33:57 UTC

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

2019-01-25 09:33:58 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-01-25 09:34:02 UTC

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

2019-01-25 09:34:03 UTC

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

Details
Created

2019-01-24 09:22:24 UTC

Size

102 MB

Content Digest
Environment
GOLANG_VERSION

1.11.5

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

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

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

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

[#004] sha256:a8406e29acb838d901097766a30c612d654d2b49798e156933b0572185191453 - 97.74% (99.2 MB)

[#005] sha256:d47b6f6362b6e3eb4871fd30dbf2eaa7168e7bf2a1f01d47b0ae802edcd8f902 - 0.0% (156 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

2019-01-24 09:20:36 UTC

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

2019-01-24 09:22:11 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 'bc1ef02bb1668835db1390a2e478dcbccb5dd16911691af9d75184bbe5aa943e *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-01-24 09:22:14 UTC

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

2019-01-24 09:22:16 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-01-24 09:22:21 UTC

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

2019-01-24 09:22:24 UTC

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

Details
Created

2019-01-24 12:45:54 UTC

Size

108 MB

Content Digest
Environment
GOLANG_VERSION

1.11.5

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

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

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

[#004] sha256:309e5c19804e9d4e82d54165f91fb1539ebd99612675a16d32b3de1b900e37f2 - 97.77% (105 MB)

[#005] sha256:2935799320b3da0bf8c4901e2ea5c01600523ee4e46fde394f3ea4b5ee7958aa - 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

2019-01-24 12:44:01 UTC

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

2019-01-24 12:45: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 'bc1ef02bb1668835db1390a2e478dcbccb5dd16911691af9d75184bbe5aa943e *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-01-24 12:45:53 UTC

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

2019-01-24 12:45: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

2019-01-24 12:45:54 UTC

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

2019-01-24 12:45:54 UTC

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