Namespace
library
Image / Tag
golang:1.7beta1-alpine
Content Digest
sha256:cd70beb1c537ea0ea9352636f3e5e2e385745583a69ca7ddc07a96ff0a4a403e
Details
Created

2016-06-09 13:49:45 UTC

Size

68.5 MB

Content Digest
Environment
GOLANG_SRC_SHA256

a04e99ffd4139e514b91d9acec7ce11f85429a59e8552897e39fb52bcf5e1094

GOLANG_SRC_URL

https://golang.org/dl/go1.7beta1.src.tar.gz

GOLANG_VERSION

1.7beta1

GOPATH

/go

PATH

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


Layers

[#000] sha256:fae91920dcd4542f97c9350b3157139a5d901362c2abec284de5ebd1b45b4957 - 3.21% (2.2 MB)

[#001] sha256:5775b72afe1f2e27f6f2def7427885de2163ec172c0994bac904c9121f9edd09 - 0.0% (435 Bytes)

[#002] sha256:798a1545eed464b615a6dc0ee91461cf2da2c3df4ce5d979f62d032e5f600909 - 96.78% (66.3 MB)

[#003] sha256:8121fb2da8f976d22369368b89996e5eb864b2d4a997bd0b023d78b8720919a0 - 0.0% (122 Bytes)


History
2016-06-08 00:48:01 UTC

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

2016-06-09 13:46:46 UTC

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

2016-06-09 13:46:46 UTC

/bin/sh -c #(nop) ENV GOLANG_SRC_URL=https://golang.org/dl/go1.7beta1.src.tar.gz

2016-06-09 13:46:47 UTC

/bin/sh -c #(nop) ENV GOLANG_SRC_SHA256=a04e99ffd4139e514b91d9acec7ce11f85429a59e8552897e39fb52bcf5e1094

2016-06-09 13:46:47 UTC

/bin/sh -c #(nop) COPY file:b54d7d4313a41e3729d6f4b7aa6e6f33a1e99759cb2a04149fae89f8211c3a65 in /

2016-06-09 13:49:42 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .build-deps bash ca-certificates gcc musl-dev openssl go && export GOROOT_BOOTSTRAP="$(go env GOROOT)" && wget -q "$GOLANG_SRC_URL" -O golang.tar.gz && echo "$GOLANG_SRC_SHA256 golang.tar.gz" | sha256sum -c - && tar -C /usr/local -xzf golang.tar.gz && rm golang.tar.gz && cd /usr/local/go/src && patch -p2 -i /no-pic.patch && ./make.bash && rm -rf /*.patch && apk del .build-deps

2016-06-09 13:49:43 UTC

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

2016-06-09 13:49: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

2016-06-09 13:49:45 UTC

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

2016-06-09 13:49:45 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