Namespace
library
Image / Tag
golang:1.11-alpine
Content Digest
sha256:09e47edb668c2cac8c0bbce113f2f72c97b1555d70546dff569c8b9b27fcebd3
Details
Created

2019-08-20 21:49:45 UTC

Size

107 MB

Content Digest
Environment
GOLANG_VERSION

1.11.13

GOPATH

/go

PATH

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


Layers

[#000] sha256:386917d33cd4db230c24457c55c22bc9f639979df078521f2e6d9b2c6df01f0f - 2.47% (2.65 MB)

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

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

[#003] sha256:73ef27c37e249049f0652668bdc65143d9d280f8059c92e4508cf38ddf909e66 - 97.26% (104 MB)

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


History
2019-08-20 20:38:45 UTC

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

2019-08-20 20:38:45 UTC

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

2019-08-20 21:40:32 UTC

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

2019-08-20 21:40:32 UTC

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

2019-08-20 21:47:20 UTC

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

2019-08-20 21:49: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 '5032095fd3f641cafcce164f551e5ae873785ce7b07ca7c143aecd18f7ba4076 *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-08-20 21:49:44 UTC

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

2019-08-20 21:49:44 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-08-20 21:49:44 UTC

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

2019-08-20 21:49:45 UTC

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

Details
Created

2019-08-20 21:15:51 UTC

Size

108 MB

Content Digest
Environment
GOLANG_VERSION

1.11.13

GOPATH

/go

PATH

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


Layers

[#000] sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 - 2.46% (2.66 MB)

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

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

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

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


History
2019-08-20 20:19:55 UTC

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

2019-08-20 20:19:55 UTC

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

2019-08-20 20:59:29 UTC

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

2019-08-20 20:59:29 UTC

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

2019-08-20 21:12:34 UTC

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

2019-08-20 21:15:49 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 '5032095fd3f641cafcce164f551e5ae873785ce7b07ca7c143aecd18f7ba4076 *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-08-20 21:15:49 UTC

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

2019-08-20 21:15: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-08-20 21:15:51 UTC

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

2019-08-20 21:15:51 UTC

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

Details
Created

2019-08-20 21:01:36 UTC

Size

104 MB

Content Digest
Environment
GOLANG_VERSION

1.11.13

GOPATH

/go

PATH

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


Layers

[#000] sha256:1df32bae7504a32024616c66017cd5df04dd98eaf150f8df45fffef2547a3c54 - 2.35% (2.45 MB)

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

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

[#003] sha256:4e785a57b4f04f297f3df3d6f7104a4f2e5c15c0b4825822f672980359bc8f4e - 97.37% (102 MB)

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


History
2019-08-20 19:49:33 UTC

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

2019-08-20 19:49:33 UTC

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

2019-08-20 20:29:25 UTC

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

2019-08-20 20:29:26 UTC

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

2019-08-20 20:59:18 UTC

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

2019-08-20 21:01:32 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 '5032095fd3f641cafcce164f551e5ae873785ce7b07ca7c143aecd18f7ba4076 *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-08-20 21:01:34 UTC

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

2019-08-20 21:01:35 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-08-20 21:01:36 UTC

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

2019-08-20 21:01:36 UTC

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

Details
Created

2019-08-20 21:20:45 UTC

Size

104 MB

Content Digest
Environment
GOLANG_VERSION

1.11.13

GOPATH

/go

PATH

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


Layers

[#000] sha256:33b18ff7f9b776f4049934d6f7e29a4dc7b45b42e5e686425c7673b2bbfec7de - 2.18% (2.27 MB)

[#001] sha256:765cd5513c385982be9ffa1d1b510d824352690f3b446be4073937654730c80e - 0.28% (294 KB)

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

[#003] sha256:211cb514ebe8c25b32b269e89a3400206f335b89775d2f9e5eab6b863378595f - 97.54% (101 MB)

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


History
2019-08-20 19:57:31 UTC

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

2019-08-20 19:57:32 UTC

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

2019-08-20 20:46:02 UTC

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

2019-08-20 20:46:04 UTC

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

2019-08-20 21:18:09 UTC

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

2019-08-20 21:20:40 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 '5032095fd3f641cafcce164f551e5ae873785ce7b07ca7c143aecd18f7ba4076 *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-08-20 21:20:43 UTC

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

2019-08-20 21:20: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-08-20 21:20:44 UTC

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

2019-08-20 21:20:45 UTC

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

Details
Created

2019-08-20 21:03:02 UTC

Size

102 MB

Content Digest
Environment
GOLANG_VERSION

1.11.13

GOPATH

/go

PATH

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


Layers

[#000] sha256:29bddadc8f3fd6ed92c289e0dcd22e094833933a73609e78b7fa767d45731f9f - 2.53% (2.59 MB)

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

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

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

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


History
2019-08-20 20:39:38 UTC

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

2019-08-20 20:39:38 UTC

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

2019-08-20 20:56:21 UTC

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

2019-08-20 20:56:22 UTC

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

2019-08-20 21:01:13 UTC

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

2019-08-20 21:02:58 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 '5032095fd3f641cafcce164f551e5ae873785ce7b07ca7c143aecd18f7ba4076 *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-08-20 21:03:00 UTC

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

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

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

2019-08-20 21:03:02 UTC

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

Details
Created

2019-08-20 22:56:52 UTC

Size

102 MB

Content Digest
Environment
GOLANG_VERSION

1.11.13

GOPATH

/go

PATH

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


Layers

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

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

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

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

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


History
2019-08-20 20:26:01 UTC

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

2019-08-20 20:26:03 UTC

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

2019-08-20 22:50:34 UTC

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

2019-08-20 22:50:38 UTC

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

2019-08-20 22:55:14 UTC

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

2019-08-20 22:56:41 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 '5032095fd3f641cafcce164f551e5ae873785ce7b07ca7c143aecd18f7ba4076 *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-08-20 22:56:45 UTC

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

2019-08-20 22:56:47 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-08-20 22:56:50 UTC

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

2019-08-20 22:56:52 UTC

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

Details
Created

2019-08-20 21:44:14 UTC

Size

108 MB

Content Digest
Environment
GOLANG_VERSION

1.11.13

GOPATH

/go

PATH

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


Layers

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

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

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

[#003] sha256:0580dc7f605cd421d055569c5c07b23e3d9ae71ea775a2460d89ea3209b1c363 - 97.46% (105 MB)

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


History
2019-08-20 20:42:38 UTC

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

2019-08-20 20:42:39 UTC

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

2019-08-20 21:36:10 UTC

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

2019-08-20 21:36:11 UTC

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

2019-08-20 21:42:06 UTC

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

2019-08-20 21:44:10 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 '5032095fd3f641cafcce164f551e5ae873785ce7b07ca7c143aecd18f7ba4076 *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-08-20 21:44:11 UTC

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

2019-08-20 21:44: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-08-20 21:44:13 UTC

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

2019-08-20 21:44:14 UTC

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