Namespace
library
Image / Tag
golang:1.9.3-alpine3.7
Content Digest
sha256:2ccdba55ff3f76bde1cf282cb34a1669408ec34420081005eae85ab16252f182
Details
Created

2018-01-24 07:00:58 UTC

Size

76.7 MB

Content Digest
Environment
GOLANG_VERSION

1.9.3

GOPATH

/go

PATH

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


Layers

[#000] sha256:381c1d4107a4401d75b916e6dc4331efddc01adac41f49eeaa711ab898606a1a - 2.65% (2.03 MB)

[#001] sha256:a29cce73050e1b58c218a1c94cd8c9f719d38530500ab97333eac5fdaf385dbc - 0.0% (175 Bytes)

[#002] sha256:7c0ae4e806e0bcf689aa4fc0b9db5412643bb52ddb2b64550bcb9b7577363a0c - 0.38% (302 KB)

[#003] sha256:f87c779309330477b34f93aa36be372c1eea267c753192ab23f10299434b517c - 0.0% (1.09 KB)

[#004] sha256:a500f94d66ed193e3cef744953ddd0a0ccfed525f6b1f8744a85405fada8ca82 - 96.97% (74.3 MB)

[#005] sha256:5c11d1631f109ffe9ffd994eaa7c1678a1f210a27f3e964ed489024d10142457 - 0.0% (126 Bytes)

[#006] sha256:b8ba38eeffb035eefc1c70b6e3cf7692791ef92166e8d458ccf974509c978a92 - 0.0% (1.33 KB)


History
2017-12-01 18:46:48 UTC

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

2017-12-01 18:46:48 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2017-12-01 18:46:48 UTC

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

2017-12-09 06:31:45 UTC

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

2018-01-24 06:49:56 UTC

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

2018-01-24 06:49:57 UTC

/bin/sh -c #(nop) COPY multi:5340852d126c59a835fc30c4253b181919d512298cbb0226c1562e4ec4eba94c in /go-alpine-patches/

2018-01-24 06:51:35 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 '4e3d0ad6e91e02efa77d54e86c8b9e34fbe1cbc2935b6d38784dca93331c47ae *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; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2018-01-24 07:00:57 UTC

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

2018-01-24 07:00:57 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-01-24 07:00:58 UTC

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

2018-01-24 07:00:58 UTC

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

2018-01-24 07:00:58 UTC

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

Details
Created

2018-01-23 22:49:51 UTC

Size

78.4 MB

Content Digest
Environment
GOLANG_VERSION

1.9.3

GOPATH

/go

PATH

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


Layers

[#000] sha256:ff3a5c916c92643ff77519ffa742d3ec61b7f591b6b7504599d95a4a41134e28 - 2.51% (1.97 MB)

[#001] sha256:f32d2ea7337847f228582ff9da53aa97c2a76ec1cbdb95f355fdd31ce5d26c9a - 0.37% (301 KB)

[#002] sha256:1106a361a438955c84201490ea934065a9c970fe27a6d12940eebaaafc9cdb06 - 0.0% (1.09 KB)

[#003] sha256:1cb2a7f46753dc625ab3b6991a30636e2b9f7146a72b529377a2db604b0d4441 - 97.11% (76.1 MB)

[#004] sha256:7188bdf7ba91df0e614405ed516a9f82dd993ecf8a00ffe61db04d12a84dfba9 - 0.0% (126 Bytes)

[#005] sha256:ea18811c70a05162aa1dea871adc2940050835da55f20529992e541b8b223c62 - 0.0% (1.33 KB)


History
2018-01-09 21:10:58 UTC

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

2018-01-09 21:10:58 UTC

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

2018-01-09 22:08:22 UTC

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

2018-01-23 22:46:38 UTC

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

2018-01-23 22:46:39 UTC

/bin/sh -c #(nop) COPY multi:5340852d126c59a835fc30c4253b181919d512298cbb0226c1562e4ec4eba94c in /go-alpine-patches/

2018-01-23 22:47:37 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 '4e3d0ad6e91e02efa77d54e86c8b9e34fbe1cbc2935b6d38784dca93331c47ae *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; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2018-01-23 22:49:49 UTC

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

2018-01-23 22:49:50 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-01-23 22:49:50 UTC

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

2018-01-23 22:49:51 UTC

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

2018-01-23 22:49:51 UTC

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

Details
Created

2018-01-24 10:58:59 UTC

Size

75.7 MB

Content Digest
Environment
GOLANG_VERSION

1.9.3

GOPATH

/go

PATH

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


Layers

[#000] sha256:95d54dd4bdadebb53f9b91b25aa7dc5fcb83c534eb1d196eb0814aa1e16f3db2 - 2.57% (1.94 MB)

[#001] sha256:72bf7d76c39215a547858ef9260990b9b80c0e679bb2f6ceef942d7b6d0eeec3 - 0.0% (175 Bytes)

[#002] sha256:770a0c6809b3d19f3e5652a04af63df39131ea6934d8c819c88e439591b8ebcc - 0.39% (302 KB)

[#003] sha256:a9410ffabe1ee864d528273821c97fef144ad57c67538b230b10d60b1b96955a - 0.0% (1.12 KB)

[#004] sha256:882489d4a5710991dd2e9aa88a3589e0b41005ff1f87701d2c0407ebb375b015 - 97.04% (73.4 MB)

[#005] sha256:49c054d9067489eea44dd3f0a62e9df185e5b65b9a4e1800c100c1b6c8406203 - 0.0% (157 Bytes)

[#006] sha256:dd511a8ab0c287c0523b5c62ba52ee4bdebfb68ba438cd61513a49449ee1edad - 0.0% (1.32 KB)


History
2017-12-01 18:41:45 UTC

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

2017-12-01 18:41:45 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2017-12-01 18:41:46 UTC

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

2018-01-19 23:25:37 UTC

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

2018-01-24 10:46:22 UTC

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

2018-01-24 10:46:23 UTC

/bin/sh -c #(nop) COPY multi:5340852d126c59a835fc30c4253b181919d512298cbb0226c1562e4ec4eba94c in /go-alpine-patches/

2018-01-24 10:58:48 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 '4e3d0ad6e91e02efa77d54e86c8b9e34fbe1cbc2935b6d38784dca93331c47ae *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; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2018-01-24 10:58:53 UTC

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

2018-01-24 10:58:53 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-01-24 10:58:57 UTC

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

2018-01-24 10:58:58 UTC

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

2018-01-24 10:58:59 UTC

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

Details
Created

2018-01-24 21:07:01 UTC

Size

74.1 MB

Content Digest
Environment
GOLANG_VERSION

1.9.3

GOPATH

/go

PATH

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


Layers

[#000] sha256:b78042c299ad99d1e646b18762d4bc22a84c4f88e5bb491ea6293a10f53ddf79 - 2.56% (1.9 MB)

[#001] sha256:6fd45b97b6c2a3ac869ae5c99e087e97bc29714b165180e06f0c9116f400f2dd - 0.0% (175 Bytes)

[#002] sha256:660093e5ae1b303373dac44a518743db0a535330a44f561a0b1c66c666b88102 - 0.4% (301 KB)

[#003] sha256:459db6ba368a3ff021a44a39b0598a1e6306a27fde035cde531a7fbe9885a6f4 - 0.0% (1.09 KB)

[#004] sha256:7b1a64b4904253c04162bdce6d191d4ab086c19a9f3202132db5f18f799a4ed6 - 97.04% (71.9 MB)

[#005] sha256:cb6d5c552aaada5f8a9bee6744116c868c8567d37e14bae6fc16190eafe41f81 - 0.0% (126 Bytes)

[#006] sha256:cabf420d91935bec428eefd4d398973b4d598df97e44aeeea2f48317a5e74cb9 - 0.0% (1.33 KB)


History
2017-12-01 18:42:42 UTC

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

2017-12-01 18:42:42 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2017-12-01 18:42:43 UTC

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

2017-12-08 20:56:00 UTC

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

2018-01-24 21:03:46 UTC

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

2018-01-24 21:03:49 UTC

/bin/sh -c #(nop) COPY multi:5340852d126c59a835fc30c4253b181919d512298cbb0226c1562e4ec4eba94c in /go-alpine-patches/

2018-01-24 21:06:52 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 '4e3d0ad6e91e02efa77d54e86c8b9e34fbe1cbc2935b6d38784dca93331c47ae *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; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2018-01-24 21:06:54 UTC

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

2018-01-24 21:06:55 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-01-24 21:06:59 UTC

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

2018-01-24 21:07:00 UTC

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

2018-01-24 21:07:01 UTC

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

Details
Created

2018-01-24 16:52:25 UTC

Size

73.7 MB

Content Digest
Environment
GOLANG_VERSION

1.9.3

GOPATH

/go

PATH

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


Layers

[#000] sha256:0da653ea85b50d280ec56ca2eafb7e8b37590630356e043fa9ff162d55732a23 - 2.69% (1.99 MB)

[#001] sha256:9fd90b777cc38b5b6ca1b2407e647fdc22ef31b57ef98e924e7e0635adffc385 - 0.0% (176 Bytes)

[#002] sha256:3a20001eec33ea080aaab05de3968f72c84928f760210406a0ad2e86b0361055 - 0.4% (303 KB)

[#003] sha256:e8d818d7843508d865b340e95e582883b5b12895dfc3bc7afe3241d2963bc895 - 0.0% (1.12 KB)

[#004] sha256:59518de4a390a64ecfeee28e951d93fb5cbbc492ee2bfcb3cacf1715e42b8a31 - 96.9% (71.4 MB)

[#005] sha256:dc865819f5ba58a79715e02177c038e96ccc88156ef7a7a96ae32f2b315e8234 - 0.0% (156 Bytes)

[#006] sha256:98a562d5743d4460ddf1ab9307472216600104a2e28d44bea7b1c6bb2828bc33 - 0.0% (1.33 KB)


History
2017-12-01 18:41:54 UTC

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

2017-12-01 18:41:55 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2017-12-01 18:41:57 UTC

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

2017-12-09 16:52:07 UTC

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

2018-01-24 16:51:05 UTC

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

2018-01-24 16:51:08 UTC

/bin/sh -c #(nop) COPY multi:5340852d126c59a835fc30c4253b181919d512298cbb0226c1562e4ec4eba94c in /go-alpine-patches/

2018-01-24 16:52: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 '4e3d0ad6e91e02efa77d54e86c8b9e34fbe1cbc2935b6d38784dca93331c47ae *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; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2018-01-24 16:52:16 UTC

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

2018-01-24 16:52:18 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-01-24 16:52:22 UTC

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

2018-01-24 16:52:23 UTC

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

2018-01-24 16:52:25 UTC

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

Details
Created

2018-01-24 11:41:14 UTC

Size

77.7 MB

Content Digest
Environment
GOLANG_VERSION

1.9.3

GOPATH

/go

PATH

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


Layers

[#000] sha256:11e7bc85614a236b32043d147930fd2bc9055af8642fe30e5e56142590572b0e - 2.68% (2.08 MB)

[#001] sha256:3f825cbb729285f1fe2a0cd1d4d36897e3fe2191c5ee044ce11a5d301dc64a34 - 0.0% (175 Bytes)

[#002] sha256:c5208e5c258aa1ae009c142f81433bc2d33f2abab9ecb59aebee081866124af5 - 0.38% (302 KB)

[#003] sha256:8153ceaa90c1aebb89f586684749c12717702a1a1268db629324ba992236c0ca - 0.0% (1.09 KB)

[#004] sha256:9735f9939093f0e651f23d2666e1734b3f2acf77fd73a80b3b2de590b09aeed7 - 96.94% (75.4 MB)

[#005] sha256:30ef113bc9bb22e3af1497f6af5ed3b2b9cacead259319811fbe641f3ebae948 - 0.0% (126 Bytes)

[#006] sha256:46ce3b3f68a0d3e8146802fda955f8fe6fffc75dc26b77e3337689e6232056c9 - 0.0% (1.32 KB)


History
2017-12-01 18:41:57 UTC

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

2017-12-01 18:41:58 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2017-12-01 18:41:58 UTC

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

2017-12-09 11:40:24 UTC

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

2018-01-24 11:39:51 UTC

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

2018-01-24 11:39:51 UTC

/bin/sh -c #(nop) COPY multi:5340852d126c59a835fc30c4253b181919d512298cbb0226c1562e4ec4eba94c in /go-alpine-patches/

2018-01-24 11:41:13 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 '4e3d0ad6e91e02efa77d54e86c8b9e34fbe1cbc2935b6d38784dca93331c47ae *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; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2018-01-24 11:41:13 UTC

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

2018-01-24 11:41:13 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-01-24 11:41:14 UTC

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

2018-01-24 11:41:14 UTC

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

2018-01-24 11:41:14 UTC

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

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