Namespace
library
Image / Tag
golang:1.10.8-alpine3.7
Content Digest
sha256:157d84f6624060d6af2715b56917b87d72772832e32acd49386cf43895e9f3bf
Details
Created

2019-01-24 00:31:06 UTC

Size

76.4 MB

Content Digest
Environment
GOLANG_VERSION

1.10.8

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 - 2.71% (2.07 MB)

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

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

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

[#004] sha256:f360a0f29881d9c1aa22b649ccb62934543f2627bc762712554cea44f0cb34e1 - 96.9% (74 MB)

[#005] sha256:b9717bc4093678d1fe18dab14d83d28a9900e88a363eb7ca83998dcad7a27c12 - 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:28:53 UTC

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

2019-01-24 00:31: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 '6faf74046b5e24c2c0b46e78571cca4d65e1b89819da1089e53ea57539c63491 *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:31:05 UTC

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

2019-01-24 00:31: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-01-24 00:31:06 UTC

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

2019-01-24 00:31:06 UTC

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

Details
Created

2019-01-30 23:01:23 UTC

Size

76.6 MB

Content Digest
Environment
GOLANG_VERSION

1.10.8

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 - 2.62% (2.01 MB)

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

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

[#003] sha256:9741e1ad001779c6227cfceabb9878dc8b73922c4edabe77fa78fdb39d6126e0 - 96.99% (74.3 MB)

[#004] sha256:6c56ed135a2ead941277ea68cc895797716659af02170fb12afce4c94dd67878 - 0.0% (125 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:57:58 UTC

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

2019-01-30 23:01: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 '6faf74046b5e24c2c0b46e78571cca4d65e1b89819da1089e53ea57539c63491 *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 23:01:22 UTC

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

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

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

2019-01-30 23:01:23 UTC

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

Details
Created

2019-01-24 09:01:22 UTC

Size

75.4 MB

Content Digest
Environment
GOLANG_VERSION

1.10.8

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

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

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

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

[#004] sha256:260ade0885117bb5e5877049679c836ee40ae59ce7527d37bbb965f98921096e - 97.01% (73.1 MB)

[#005] sha256:1a2f44d4a0ab247ee1b291ded654c78cb6ba85e903152315e6e9fa1acdf6c68b - 0.0% (156 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:59:21 UTC

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

2019-01-24 09:01:18 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 '6faf74046b5e24c2c0b46e78571cca4d65e1b89819da1089e53ea57539c63491 *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:01:20 UTC

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

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

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

2019-01-24 09:01:22 UTC

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

Details
Created

2019-01-25 09:40:17 UTC

Size

73.9 MB

Content Digest
Environment
GOLANG_VERSION

1.10.8

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 - 2.58% (1.91 MB)

[#001] sha256:8bfe4843495e56e3546d4d49cf476ee7bc1650156062151aa38cf3e2fb397a70 - 0.0% (176 Bytes)

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

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

[#004] sha256:31450fc07ff6ae5e2bd387edbb74a62bbcdd0273e0541bccd657b5146ecd1a64 - 97.02% (71.7 MB)

[#005] sha256:7ee60cc16ff2a981b821621a30aa642d3ea89d04710e86e5fd07104cf79a7407 - 0.0% (124 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:37:46 UTC

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

2019-01-25 09:40:12 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 '6faf74046b5e24c2c0b46e78571cca4d65e1b89819da1089e53ea57539c63491 *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:40:13 UTC

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

2019-01-25 09:40: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

2019-01-25 09:40:16 UTC

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

2019-01-25 09:40:17 UTC

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

Details
Created

2019-01-24 09:26:40 UTC

Size

73.9 MB

Content Digest
Environment
GOLANG_VERSION

1.10.8

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

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

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

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

[#004] sha256:715eb32e4df480ba5040e5cb23f4a73ad365b30eb0d9544060984fa07906a9e2 - 96.89% (71.6 MB)

[#005] sha256:aaf4ea14ab9dda211de14b03f8f7d015b5b847a8ab8634998ad54e267fa3f463 - 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:25:06 UTC

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

2019-01-24 09:26: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 '6faf74046b5e24c2c0b46e78571cca4d65e1b89819da1089e53ea57539c63491 *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:26:29 UTC

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

2019-01-24 09:26:32 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:26:38 UTC

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

2019-01-24 09:26:40 UTC

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

Details
Created

2019-01-24 12:50:02 UTC

Size

77.1 MB

Content Digest
Environment
GOLANG_VERSION

1.10.8

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 - 2.72% (2.1 MB)

[#001] sha256:0c5a991d0e8727ddad0104264ae7819c2fde180a2ca2fc266d6814b4fa2e135e - 0.0% (175 Bytes)

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

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

[#004] sha256:574df1d6af70cc09b601b26a262787a67d4d914f60fa22ae2cf53365066e7fd1 - 96.89% (74.7 MB)

[#005] sha256:fffb6ed3a91542db4449854bf2b4361e38cfa76adea607ab0d787d891571b478 - 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:48:28 UTC

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

2019-01-24 12:50:00 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 '6faf74046b5e24c2c0b46e78571cca4d65e1b89819da1089e53ea57539c63491 *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:50:00 UTC

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

2019-01-24 12:50: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-01-24 12:50:02 UTC

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

2019-01-24 12:50:02 UTC

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

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete