Namespace
library
Image / Tag
golang:1.12rc1-alpine
Content Digest
sha256:eb215d9b6c0c6e099a8f443797986e812718c598ee41041a8d6fa7a4dece4d6f
Details
Created

2019-02-13 11:41:17 UTC

Size

121 MB

Content Digest
Environment
GOLANG_VERSION

1.12rc1

GOPATH

/go

PATH

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


Layers

[#000] sha256:bcb4f889a459d231e71d88c93174eec5edef928ab1e2481f8b0074076ee934a6 - 2.17% (2.62 MB)

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

[#002] sha256:12701ba9f70d48ef2f8ff07098ce34717720f250e4cd6f62d968009d22561b70 - 0.24% (295 KB)

[#003] sha256:43180f766df864f8ceea76062cc446b3421ee38ae534ca10067412eaa04fd5a2 - 0.0% (153 Bytes)

[#004] sha256:1cf2a9b6fc539675583b0ef1adeb51c5f7917f8d9a07d7b8736c3f33a2e6f15a - 97.59% (118 MB)

[#005] sha256:d298ac4c021a814bfb864fa89ae5d704a7757b9f499cd9bd86b2ae5395c22336 - 0.0% (125 Bytes)


History
2019-01-31 11:38:57 UTC

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

2019-01-31 11:38:57 UTC

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

2019-01-31 11:38:57 UTC

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

2019-02-06 12:16:13 UTC

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

2019-02-06 12:16:14 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2019-02-13 11:38:43 UTC

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

2019-02-13 11:41:15 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 'ed1d4f8e8a33f0d4a59a2f642584c7c6375fce2f8a4edaece73309cf2c89b8ee *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2019-02-13 11:41:15 UTC

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

2019-02-13 11:41:16 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

2019-02-13 11:41:16 UTC

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

2019-02-13 11:41:17 UTC

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

Details
Created

2019-02-12 21:22:56 UTC

Size

121 MB

Content Digest
Environment
GOLANG_VERSION

1.12rc1

GOPATH

/go

PATH

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


Layers

[#000] sha256:6c40cc604d8e4c121adcb6b0bfe8bb038815c350980090e74aa5a6423f8f82c0 - 2.16% (2.63 MB)

[#001] sha256:51d6d4c96fd308155315fc8f535227125342b8466a665fbf44eb87bd350de277 - 0.24% (295 KB)

[#002] sha256:945d978b4f197a284150a58bc63f99c562080d67d3eb5ba8b97945b194d58235 - 0.0% (153 Bytes)

[#003] sha256:836655b7ed416959f1efccda837ea5c518c186efeb5fd10f79fb4dc1e1b7b955 - 97.6% (119 MB)

[#004] sha256:6189fc4d3c75c409d7eac11a625def6d7263e1a639e56b3bb8b0245d7711e094 - 0.0% (126 Bytes)


History
2019-01-30 22:19:52 UTC

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

2019-01-30 22:19:52 UTC

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

2019-02-05 20:19:38 UTC

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

2019-02-05 20:19:38 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2019-02-12 21:19:47 UTC

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

2019-02-12 21:22:54 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 'ed1d4f8e8a33f0d4a59a2f642584c7c6375fce2f8a4edaece73309cf2c89b8ee *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2019-02-12 21:22:54 UTC

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

2019-02-12 21:22: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

2019-02-12 21:22:55 UTC

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

2019-02-12 21:22:56 UTC

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

Details
Created

2019-02-13 08:51:55 UTC

Size

118 MB

Content Digest
Environment
GOLANG_VERSION

1.12rc1

GOPATH

/go

PATH

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


Layers

[#000] sha256:05276f4299f299c4d5ca6776672dcf52f03189b7004e747fd1c2b759d9157831 - 2.06% (2.42 MB)

[#001] sha256:5657e63df53674891643732c236f7932524d1710ce42d916bb3c889a8652df67 - 0.0% (173 Bytes)

[#002] sha256:febca98d02499769aafda3b753877e19487b5676a16cfcb8cc9cd663e6127421 - 0.25% (295 KB)

[#003] sha256:5053a7aa5deab3e0c4bfc6db2c156d553c3edd217c9ba4aaff8ea2b9fad14977 - 0.0% (153 Bytes)

[#004] sha256:bbf6791849a78bb14e321ee988f4deb68e869597b22cfce77420b3cb6237185f - 97.69% (115 MB)

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


History
2019-01-31 08:50:08 UTC

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

2019-01-31 08:50:09 UTC

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

2019-01-31 08:50:09 UTC

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

2019-02-06 08:56:40 UTC

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

2019-02-06 08:56:41 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2019-02-13 08:49:26 UTC

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

2019-02-13 08:51:50 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 'ed1d4f8e8a33f0d4a59a2f642584c7c6375fce2f8a4edaece73309cf2c89b8ee *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2019-02-13 08:51:53 UTC

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

2019-02-13 08:51: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

2019-02-13 08:51:54 UTC

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

2019-02-13 08:51:55 UTC

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

Details
Created

2019-02-13 09:53:15 UTC

Size

115 MB

Content Digest
Environment
GOLANG_VERSION

1.12rc1

GOPATH

/go

PATH

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


Layers

[#000] sha256:ee02fa18913c824d1d1c9b680f1a43dad343b9d6c086a6bc62e3361c3d3a2d63 - 2.22% (2.56 MB)

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

[#002] sha256:5593484900d3703f8e48e8d8b2c655313cae960ef0f59e5a59bbea1736e29551 - 0.25% (295 KB)

[#003] sha256:6682f3bac3bd3144b0abdab1a15d89b6c4921b3434f7507bff7a6b8c63d82a8e - 0.0% (154 Bytes)

[#004] sha256:349699ba5f69eba71caaff1f9af98e808909b970519f1d4561b45a38c7bffbc5 - 97.53% (113 MB)

[#005] sha256:bf6d26ed97e382cd1e127f64d21fedc0d3a92b466a33015aac34bee97aadecbe - 0.0% (124 Bytes)


History
2019-01-31 09:40:55 UTC

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

2019-01-31 09:40:56 UTC

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

2019-01-31 09:40:57 UTC

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

2019-02-06 10:35:48 UTC

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

2019-02-06 10:35:53 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2019-02-13 09:50:07 UTC

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

2019-02-13 09:53:11 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 'ed1d4f8e8a33f0d4a59a2f642584c7c6375fce2f8a4edaece73309cf2c89b8ee *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2019-02-13 09:53:12 UTC

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

2019-02-13 09:53:12 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

2019-02-13 09:53:14 UTC

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

2019-02-13 09:53:15 UTC

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

Details
Created

2019-02-13 09:20:03 UTC

Size

115 MB

Content Digest
Environment
GOLANG_VERSION

1.12rc1

GOPATH

/go

PATH

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


Layers

[#000] sha256:3261f066f954b13c338d7bebabcc22a2a4037bfe4c6989b60595b13ac629445f - 2.3% (2.65 MB)

[#001] sha256:6ff5f92c7db4d11f3356e3243a8a330a8eb64fcde5310599933270ad96a2e3dc - 0.0% (176 Bytes)

[#002] sha256:f057cc6e386a86bc1c44d26d648e5df451f290847a21d41bc54e393b88b54b31 - 0.25% (297 KB)

[#003] sha256:88ef83b59201bb6bc715da580e985705ad0f7c069c42fdc95b1cfeec7e09c852 - 0.0% (155 Bytes)

[#004] sha256:3673edc563c388fdae68fbaa54f2853fa50fa2663cbedeea692851b5de8cd6d7 - 97.45% (113 MB)

[#005] sha256:9f2ed3a04fe1c43e1be4dac7b4234585e0f674f81f44f96a5d16027a7a4b16fe - 0.0% (157 Bytes)


History
2019-01-31 09:21:00 UTC

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

2019-01-31 09:21:01 UTC

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

2019-01-31 09:21:02 UTC

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

2019-02-06 09:55:46 UTC

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

2019-02-06 09:55:54 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2019-02-13 09:18:05 UTC

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

2019-02-13 09:19:45 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 'ed1d4f8e8a33f0d4a59a2f642584c7c6375fce2f8a4edaece73309cf2c89b8ee *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2019-02-13 09:19:51 UTC

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

2019-02-13 09:19: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

2019-02-13 09:20:00 UTC

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

2019-02-13 09:20:03 UTC

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

Details
Created

2019-02-13 12:43:36 UTC

Size

122 MB

Content Digest
Environment
GOLANG_VERSION

1.12rc1

GOPATH

/go

PATH

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


Layers

[#000] sha256:11396e2e564eba3ffa05ba6ea52a711025650a7cfe1387d6a59fdd9a90f2e024 - 1.99% (2.42 MB)

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

[#002] sha256:a8b318dd5391726da366dd4f5b400c596b9e6c313a0ac4725e2411daca25c81f - 0.24% (295 KB)

[#003] sha256:46da44ee63ba4003229bedc359e6b75c56083b2069857461a3f3dc4421728ec6 - 0.0% (154 Bytes)

[#004] sha256:efac4bd17408c37d03ca015d395d2a9be0edb4f306b3dd7d1b4a2e1e46e21f0a - 97.77% (119 MB)

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


History
2019-01-31 12:41:43 UTC

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

2019-01-31 12:41:44 UTC

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

2019-01-31 12:41:44 UTC

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

2019-02-06 12:49:37 UTC

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

2019-02-06 12:49:38 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2019-02-13 12:41:48 UTC

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

2019-02-13 12:43:34 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 'ed1d4f8e8a33f0d4a59a2f642584c7c6375fce2f8a4edaece73309cf2c89b8ee *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2019-02-13 12:43:35 UTC

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

2019-02-13 12:43:35 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

2019-02-13 12:43:36 UTC

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

2019-02-13 12:43:36 UTC

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

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