Namespace
minio
Image / Tag
minio:RELEASE.2017-02-16T01-47-30Z
Content Digest
sha256:1bda64d6166715b79e3a9fdf01400debfee7dbf085fe92da84792c93f087f369
Details
Created

2017-02-16 01:59:18 UTC

Size

83.7 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.64% (2.21 MB)

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

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

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

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

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

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

[#007] sha256:856a58334c0325732709bdf7cb3a2898f82bd2a6fceb5a7ec4bd8a918eb20f00 - 0.0% (136 Bytes)

[#008] sha256:796e8c484a76298455f1b2afd9d30e5364575dc119e230caca5355e390522eac - 8.66% (7.25 MB)

[#009] sha256:bf1a6b874d82c9258ead6cb490e1e0d056ade701548943ca528232af59dedd27 - 8.26% (6.91 MB)

[#010] sha256:323111e1bcb516ba7f5d4074850cdd21ac572fbde95cbfa75f27f71b04227c25 - 0.0% (131 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-16 01:58:06 UTC

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

2017-02-16 01:58:10 UTC

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

2017-02-16 01:59:13 UTC

/bin/sh -c apk add --no-cache git && go-wrapper download && go-wrapper install -ldflags "-X github.com/minio/minio/cmd.Version=2017-02-16T01:47:30Z -X github.com/minio/minio/cmd.ReleaseTag=RELEASE.2017-02-16T01-47-30Z -X github.com/minio/minio/cmd.CommitID=3d98311d9f4ceb78dba996dcdc0751253241e697" && mkdir -p /export/docker && rm -rf /go/pkg /go/src && apk del git

2017-02-16 01:59:15 UTC

/bin/sh -c #(nop) EXPOSE 9000/tcp

2017-02-16 01:59:16 UTC

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

2017-02-16 01:59:18 UTC

/bin/sh -c #(nop) VOLUME [/export]

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