Namespace
minio
Image / Tag
mc:RELEASE.2017-02-02T22-38-48Z
Content Digest
sha256:316177ecc16027b51711382804ea2aa04f9051459a590ad8a0afc2b2dbe13d57
Details
Created

2017-02-02 23:04:13 UTC

Size

75.1 MB

Content Digest
Environment
GOLANG_SRC_SHA256

4e834513a2079f8cbbd357502cccaac9507fd00a1efe672375798858ff291815

GOLANG_SRC_URL

https://golang.org/dl/go1.7.5.src.tar.gz

GOLANG_VERSION

1.7.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:b7f33cc0b48ea4fb2f0745def58c25483a5f6b7aed5b41ce8f1cb6e17f5723cf - 2.94% (2.21 MB)

[#001] sha256:91365fe6b6b6700eb5f500cafe8641a95db6873dd9f1c2acd21f583126a699cc - 0.44% (336 KB)

[#002] sha256:7385fc3070fae46a54df8baeb0a586e5c8be3a6597fe4468a7ee1043e6e267a6 - 0.0% (436 Bytes)

[#003] sha256:4f38585f81730f65d1e060fe5a0d049ba276a58a60f029d6750b9de0005a0f05 - 0.0% (780 Bytes)

[#004] sha256:7ffda49e5bbb95ee4872ba8fc4b3d55d9c160b2f8410c2f99076b350d8932c76 - 89.28% (67 MB)

[#005] sha256:102836cd82dafb15328ab827e0e35b639c282b5f027e8446fda49c9416859330 - 0.0% (122 Bytes)

[#006] sha256:314a348fb420c177c4e3bbf061d8e9340195f76ab4a1859669b528aa45c2d5e0 - 0.0% (1.31 KB)

[#007] sha256:5b1b2640d0b620cab0985c3bae1411481299a2d82e871edf2391dc41a7905769 - 0.0% (134 Bytes)

[#008] sha256:a69b5edafb9ab2d593dff10b3b70cf1757204189ee273408c9f6f0e21dd12470 - 2.75% (2.06 MB)

[#009] sha256:cdc60030253ad4f053eb29e985d00fb3dff8be20529b4ae5f825fe693a2c8e11 - 4.59% (3.44 MB)

[#010] sha256:b315d062199953bb4368329c00e385d7258f8d0e6d4087e144d01d6e5333cfc1 - 0.0% (130 Bytes)


History
2016-12-27 18:17:13 UTC

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

2016-12-27 19:00:00 UTC

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

2017-01-27 22:37:45 UTC

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

2017-01-27 22:37:46 UTC

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

2017-01-27 22:37:46 UTC

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

2017-01-27 22:37:47 UTC

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

2017-01-27 22:37:48 UTC

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

2017-01-27 22:38:46 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .build-deps bash 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 && patch -p2 -i /17847.patch && ./make.bash && rm -rf /*.patch && apk del .build-deps

2017-01-27 22:38:47 UTC

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

2017-01-27 22:38: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

2017-01-27 22:38:48 UTC

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

2017-01-27 22:38:49 UTC

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

2017-01-27 22:38:50 UTC

/bin/sh -c #(nop) COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/

2017-02-02 23:03:39 UTC

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

2017-02-02 23:03:43 UTC

/bin/sh -c #(nop) COPY dir:bf0fef7db9f4acea7bc302b40949b4f9d827ce63b4563a748bf098cb0fc764aa in /go/src/app

2017-02-02 23:04:11 UTC

/bin/sh -c apk add --no-cache git && go-wrapper download && go-wrapper install -ldflags "-X github.com/minio/mc/cmd.Version=2017-02-02T22:38:48Z -X github.com/minio/mc/cmd.ReleaseTag=RELEASE.2017-02-02T22-38-48Z -X github.com/minio/mc/cmd.CommitID=ad850412d25d2b26b83949a4794cf33b916b97e1" && rm -rf /go/pkg /go/src && apk del git

2017-02-02 23:04:13 UTC

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

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