2017-02-06 20:30:26 UTC
75 MB
4e834513a2079f8cbbd357502cccaac9507fd00a1efe672375798858ff291815
GOLANG_SRC_URLhttps://golang.org/dl/go1.7.5.src.tar.gz
GOLANG_VERSION1.7.5
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#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:904bac751b682e9886f25151a469bfd28d33d16738272ba68dde55d607e47589 - 0.0% (133 Bytes)
[#008] sha256:a5fdcce0afcaa8df6129796d8b93000201580c7d3bdb357d80de2f2cb8cbcd79 - 2.75% (2.06 MB)
[#009] sha256:0e8bfbfe29c81a220ab0f430ab265f5527dfb67356a2eb41b0757df57cde0f9e - 4.59% (3.44 MB)
[#010] sha256:6781f7b31d84867dbe035b7b165768be20b0812273cee137a5ad13cb1ae5ed98 - 0.0% (131 Bytes)
/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-06 20:29:53 UTC/bin/sh -c #(nop) WORKDIR /go/src/app
2017-02-06 20:29:57 UTC/bin/sh -c #(nop) COPY dir:b2ec72ba832a9ec285342f3428baae375144b9ab99fe5af1f48d1f41aba50b49 in /go/src/app
2017-02-06 20:30:24 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-06T20:16:19Z -X github.com/minio/mc/cmd.ReleaseTag=RELEASE.2017-02-06T20-16-19Z -X github.com/minio/mc/cmd.CommitID=2c8115de4edc5612525488b1b3b804689d336d01" && rm -rf /go/pkg /go/src && apk del git
2017-02-06 20:30:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["mc"]
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.