2018-08-24 10:42:03 UTC
108 MB
1.11rc2
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ef15772113129a5330876ce10683bbf6509a4c4c99b3a99894dcbc7560975052 - 2.01% (2.17 MB)
[#001] sha256:6df692b84cf35e6038d677f9ab7de2a3c671c57671043da1d20d99252e0d9c42 - 0.0% (175 Bytes)
[#002] sha256:ac90a67506758ba5cd8982c2022b85e4d63d422429b1f8249d6283c47a247b53 - 0.27% (302 KB)
[#003] sha256:48bf3164ad49e89f5c686781ca7ca2a7f371154923643cf15ef448bd6512f1fb - 0.0% (153 Bytes)
[#004] sha256:3ee6ea4badbcc7c3105a83d55505255a3ceb9a1d67c9d53fc9b28a529b394303 - 97.72% (105 MB)
[#005] sha256:4d2e0af6f6e811613392724cfb9f070b27e2da34acd0937c8183679bec882eb3 - 0.0% (125 Bytes)
/bin/sh -c #(nop) ADD file:ebd40cda2f6087daf4d14e6dc1ee0b4a0fb5dc96c70129be8e07de0e5c628312 in /
2018-07-06 15:02:07 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-07-06 15:02:07 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-07-13 10:39:00 UTC/bin/sh -c apk add --no-cache ca-certificates
2018-07-13 10:39:01 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2018-08-24 10:39:43 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.11rc2
2018-08-24 10:41:56 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 '5947695c5289ddb6ddc22d01d498b94ddb86bb6775593d772156c4e72a482516 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; for p in /go-alpine-patches/*.patch; do [ -f "$p" ] || continue; patch -p2 -i "$p"; done; ./make.bash; rm -rf /go-alpine-patches /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version
2018-08-24 10:42:02 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-08-24 10:42:02 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
2018-08-24 10:42:03 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-08-24 10:42:03 UTC/bin/sh -c #(nop) WORKDIR /go
2018-08-24 01:30:27 UTC
109 MB
1.11rc2
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8e3ba11ec2a2b39ab372c60c16b421536e50e5ce64a0bc81765c2e38381bcff6 - 1.94% (2.1 MB)
[#001] sha256:8e6b2bc60854b6da4133bf627bf976f4e168371c827bf5784b0a0b9266382279 - 0.27% (302 KB)
[#002] sha256:3d20cafe6dc87abc0051ca2a3d46ebbcc10fcf0f5569578b1f3d72c6ab453c69 - 0.0% (154 Bytes)
[#003] sha256:60cd3e473c326bf9f6fc1be14ddd5e0a655d51f76fdbb11a43db4fc1b98d5b43 - 97.79% (106 MB)
[#004] sha256:ed95c03384eb226392b2a7f0e9bf60cd6ec301e756f7e0d58ba969e6287c4ef9 - 0.0% (126 Bytes)
/bin/sh -c #(nop) ADD file:25f61d70254b9807a40cd3e8d820f6a5ec0e1e596de04e325f6a33810393e95a in /
2018-07-06 14:14:06 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-07-12 21:19:43 UTC/bin/sh -c apk add --no-cache ca-certificates
2018-07-12 21:19:44 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2018-08-24 01:28:35 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.11rc2
2018-08-24 01:30:25 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 '5947695c5289ddb6ddc22d01d498b94ddb86bb6775593d772156c4e72a482516 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; for p in /go-alpine-patches/*.patch; do [ -f "$p" ] || continue; patch -p2 -i "$p"; done; ./make.bash; rm -rf /go-alpine-patches /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version
2018-08-24 01:30:25 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-08-24 01:30:26 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
2018-08-24 01:30:27 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-08-24 01:30:27 UTC/bin/sh -c #(nop) WORKDIR /go
2018-08-24 08:10:32 UTC
105 MB
1.11rc2
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ee7d700abbf209aa401ef5d53f86af298a25e8154b3259036e9307d08f255c5d - 1.95% (2.05 MB)
[#001] sha256:a1653f4692c1ccea69cd46121d4f1371957f66e97a20141371dd4da10ebaec19 - 0.0% (175 Bytes)
[#002] sha256:1b4fa5e4c02bf998ae5498692200ea459137c76a7880966135193ec54ff5f455 - 0.28% (302 KB)
[#003] sha256:a1dba17f1a1be93cbfd6a13cd258f62ea283b4354ed7d9b45690b7b2d624ae53 - 0.0% (153 Bytes)
[#004] sha256:45a086d5da2e0a54d5f2c31817e38b6847a8c1d91969cd6164160619d284f261 - 97.77% (103 MB)
[#005] sha256:d401942afa9ff26927974d4a3e3271e0396771478268978c3d47f924062d9f86 - 0.0% (155 Bytes)
/bin/sh -c #(nop) ADD file:122e3422d9afa971806601812374fdd9d00c8edc8e9a6df7256e2caa85fab6d1 in /
2018-07-06 07:53:30 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-07-06 07:53:30 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-07-13 18:47:45 UTC/bin/sh -c apk add --no-cache ca-certificates
2018-07-13 18:47:49 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2018-08-24 07:49:23 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.11rc2
2018-08-24 08:10: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 '5947695c5289ddb6ddc22d01d498b94ddb86bb6775593d772156c4e72a482516 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; for p in /go-alpine-patches/*.patch; do [ -f "$p" ] || continue; patch -p2 -i "$p"; done; ./make.bash; rm -rf /go-alpine-patches /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version
2018-08-24 08:10:26 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-08-24 08:10:26 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
2018-08-24 08:10:31 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-08-24 08:10:32 UTC/bin/sh -c #(nop) WORKDIR /go
2018-08-24 01:31:20 UTC
103 MB
1.11rc2
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:47e04371c99027fae42871b720fdc6cdddcb65062bfa05f0c3bb0a594cb5bbbd - 1.95% (2 MB)
[#001] sha256:b4103359e1ecd9a7253d8b8a041d4e81db1ff4a5e1950bc0e02305d221c9e6c2 - 0.0% (176 Bytes)
[#002] sha256:fdcf8e21e8f5edb742758a8dcd7868dc15b1b1ad2605c214d159d58216e7944a - 0.29% (301 KB)
[#003] sha256:38e221838d317e50636dd30af1175c5672e49c137b7163688ad18fd895860a23 - 0.0% (154 Bytes)
[#004] sha256:eeed04d1c549aea07d29f0089781dc710270f15617ea9d5ffaa8ac7c2b23c391 - 97.77% (100 MB)
[#005] sha256:193d73a86ba80b6e4d40ecd461822f5e6fb088df13873057d1975dc5b25fa4c6 - 0.0% (124 Bytes)
/bin/sh -c #(nop) ADD file:199a5a48bddabaf1f649f58f3b17c323a1aa1a50e939dfdea3542e4041e91b7b in /
2018-07-06 08:41:03 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-07-06 08:41:04 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-07-13 08:41:59 UTC/bin/sh -c apk add --no-cache ca-certificates
2018-07-13 08:42:00 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2018-08-24 01:28:21 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.11rc2
2018-08-24 01:31:14 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 '5947695c5289ddb6ddc22d01d498b94ddb86bb6775593d772156c4e72a482516 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; for p in /go-alpine-patches/*.patch; do [ -f "$p" ] || continue; patch -p2 -i "$p"; done; ./make.bash; rm -rf /go-alpine-patches /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version
2018-08-24 01:31:16 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-08-24 01:31:17 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
2018-08-24 01:31:19 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-08-24 01:31:20 UTC/bin/sh -c #(nop) WORKDIR /go
2018-08-24 08:53:09 UTC
103 MB
1.11rc2
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e642bcb5b1890a07dd2fc8be2bc35edf5e2b651d4993e71caef03b4b43ace970 - 2.03% (2.09 MB)
[#001] sha256:2e09410b1fce4c4630b3bc57c6ee158ee9821ec415d0acaa1607b9e0bcf76d91 - 0.0% (176 Bytes)
[#002] sha256:5ec6bd9d21e799a48d9d45adc8b1205b230ebc1c404f5e24819f7a163e930fae - 0.29% (304 KB)
[#003] sha256:b72b93b2b95e568babbdef6769cccc48118c63c2cdbfabd9b4a3b15250ec64fc - 0.0% (153 Bytes)
[#004] sha256:b708f1ace6f1f9d48a323b33ed676135aaa097659b0b43df0646e567db08465d - 97.68% (100 MB)
[#005] sha256:d7f997b01d3cfc341f3fd60369590fceeb2d388a00c8d5afce25768b310533f5 - 0.0% (155 Bytes)
/bin/sh -c #(nop) ADD file:4ff20d593b16518d45b1b1d6efdab141199316dba7a53ce7459249f5de690dfd in /
2018-07-06 08:18:10 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-07-06 08:18:11 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-07-13 18:43:52 UTC/bin/sh -c apk add --no-cache ca-certificates
2018-07-13 18:43:56 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2018-08-24 08:51:36 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.11rc2
2018-08-24 08:53: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 '5947695c5289ddb6ddc22d01d498b94ddb86bb6775593d772156c4e72a482516 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; for p in /go-alpine-patches/*.patch; do [ -f "$p" ] || continue; patch -p2 -i "$p"; done; ./make.bash; rm -rf /go-alpine-patches /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version
2018-08-24 08:53:06 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-08-24 08:53:07 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
2018-08-24 08:53:08 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-08-24 08:53:09 UTC/bin/sh -c #(nop) WORKDIR /go
2018-08-24 11:43:09 UTC
109 MB
1.11rc2
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:cdf21ace94188d512903eea53ea8559677e0e6ffd5d6a180a1d88c118abc96fc - 2.02% (2.2 MB)
[#001] sha256:ea178433f2f09080fbbf77f09da1b16d588b7ced380d495a2f2ad00d28468338 - 0.0% (175 Bytes)
[#002] sha256:a5eeb143e96d53824ae8400edeaff13b2f662c7b1eabb1ea3f35b13606a43844 - 0.27% (302 KB)
[#003] sha256:c4d9e1e34325661474352d946155c6b35e9706f2ab12465bc084d780a7c2bb27 - 0.0% (154 Bytes)
[#004] sha256:01dcc037c1dd20abc736f001a27d084194af9e1fe546bb52acbdadfc5ccc808b - 97.71% (106 MB)
[#005] sha256:82315a47adaf9359e45f230754d45e9459ee0ebde38830ea19fd11b80b45c571 - 0.0% (125 Bytes)
/bin/sh -c #(nop) ADD file:376dd7fc34ad39570d2e20f3704305e788ae613c589445b3e8fb880147c3eb59 in /
2018-07-06 11:41:43 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-07-06 11:41:43 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-07-13 11:41:31 UTC/bin/sh -c apk add --no-cache ca-certificates
2018-07-13 11:41:33 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2018-08-24 11:41:49 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.11rc2
2018-08-24 11:43:07 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 '5947695c5289ddb6ddc22d01d498b94ddb86bb6775593d772156c4e72a482516 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; for p in /go-alpine-patches/*.patch; do [ -f "$p" ] || continue; patch -p2 -i "$p"; done; ./make.bash; rm -rf /go-alpine-patches /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version
2018-08-24 11:43:08 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-08-24 11:43:08 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
2018-08-24 11:43:09 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-08-24 11:43:09 UTC/bin/sh -c #(nop) WORKDIR /go
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.