Namespace
library
Image / Tag
golang:rc-alpine3.8
Content Digest
sha256:c13d78b9bfd3d3c937c25b97883eb68d52916cb444b49bbe0e85aa026a4dc23f
Details
Created

2019-02-13 11:44:03 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:25bcd1068fdd02354e6b3fb4ebbad1a9c1df7f5ec2d61aa88a337345415dc102 - 1.8% (2.17 MB)

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

[#002] sha256:aa84eb06a15198c333223728ab9ba90e3884ea316e85334ee23a63bbe32a672c - 0.24% (302 KB)

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

[#004] sha256:2cbb18f33c955fd60c4fca4630132abbba3bbe52baffcd6fa432ad3a4350dda1 - 97.96% (118 MB)

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


History
2018-12-21 11:40:13 UTC

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

2018-12-21 11:40:14 UTC

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

2018-12-21 11:40:14 UTC

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

2018-12-21 16:59:53 UTC

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

2018-12-21 16:59:54 UTC

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

2019-02-13 11:41:27 UTC

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

2019-02-13 11:44:01 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:44:02 UTC

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

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

2019-02-13 11:44:03 UTC

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

2019-02-13 11:44:03 UTC

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

Details
Created

2019-02-12 21:25:42 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:169185f82c45a6eb72e0ca4ee66152626e7ace92a0cbc53624fb46d0a553f0bd - 1.74% (2.1 MB)

[#001] sha256:34c29055ee4282949de24fad9e8b86257630abafa12c1862919d9039f1158cb7 - 0.24% (302 KB)

[#002] sha256:29802c64cdfc06d6ac97ebfe0ceb2e35ea578026865bad5965949f817d3abe40 - 0.0% (154 Bytes)

[#003] sha256:bca42277239dee1aae23e7548647bb21b8d683d15a57dabbd87c0a8f36ad6ea5 - 98.02% (119 MB)

[#004] sha256:64c21ae4dceb98f08cd026aae6dd363902696aa0e6837d668a75aa8154ca6598 - 0.0% (126 Bytes)


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

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

2019-01-30 22:19:47 UTC

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

2019-01-30 22:41:04 UTC

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

2019-01-30 22:41:05 UTC

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

2019-02-12 21:23:01 UTC

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

2019-02-12 21:25:40 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:25:40 UTC

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

2019-02-12 21:25:41 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:25:41 UTC

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

2019-02-12 21:25:42 UTC

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

Details
Created

2019-02-13 08:54:43 UTC

Size

117 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:5b678b67777fc7983d3563839cc9d511de267ec6de1961f2b590d552d8bfa105 - 1.75% (2.05 MB)

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

[#002] sha256:356978bcf1df8340fe3dda865b8ab4026d6cb2fff657ce531ce95a41a1c3cb58 - 0.25% (302 KB)

[#003] sha256:4e80779801766fe15ee57456f36c5b23167914f0a4d90dc432d018ffbabc7fe4 - 0.0% (154 Bytes)

[#004] sha256:b8d5011945c7b6cb790f1baced02e1126074593790951561e1cef57962986e7b - 98.0% (115 MB)

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


History
2018-12-21 08:49:49 UTC

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

2018-12-21 08:49:50 UTC

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

2018-12-21 08:49:50 UTC

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

2018-12-21 09:05:48 UTC

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

2018-12-21 09:05:49 UTC

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

2019-02-13 08:52:11 UTC

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

2019-02-13 08:54:39 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:54:41 UTC

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

2019-02-13 08:54:41 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:54:42 UTC

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

2019-02-13 08:54:43 UTC

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

Details
Created

2019-02-13 09:56:33 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:e3c488b39803d9194cf010f6127b1121d5387b90a1562d44b50b749d0e7a69bf - 1.74% (2 MB)

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

[#002] sha256:4fe3f66f9bc2a391ccc98b0ae2492dc28160ce2a5de9dc7057f36b2a88d42640 - 0.26% (301 KB)

[#003] sha256:590d7dc3d210c2fa755e378743c66cdc4c9965179688e1fd1d1636cc3e111a32 - 0.0% (154 Bytes)

[#004] sha256:d6d67c2468ac18144ae6fd5d03c7ad981f476a195bab68b2d0c8cd5c111e8951 - 98.0% (113 MB)

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


History
2018-12-21 09:43:06 UTC

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

2018-12-21 09:43:07 UTC

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

2018-12-21 09:43:07 UTC

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

2018-12-21 10:00:50 UTC

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

2018-12-21 10:00:52 UTC

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

2019-02-13 09:53:20 UTC

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

2019-02-13 09:56:28 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:56:30 UTC

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

2019-02-13 09:56:30 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:56:32 UTC

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

2019-02-13 09:56:33 UTC

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

Details
Created

2019-02-13 09:22:18 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:5fac6f91a5114ca7e803950377d1db527386361cdf48b205eed63d8ab99820c3 - 1.82% (2.09 MB)

[#001] sha256:6c21fc409a1bc2fd1e54e11e2bd2beb4251b1c6d49aee187e7d28df20b2004b1 - 0.0% (177 Bytes)

[#002] sha256:e28dd74d7ce0c8182a29ce5766ac5575196993662afb3b10be99b2314493ac33 - 0.26% (304 KB)

[#003] sha256:6a75589a7814f6d6ed935664c5037e46910ab3a96af4f6153a87bac4760e8cfb - 0.0% (153 Bytes)

[#004] sha256:7404a136123f0d411fe365ced09617d1ba1d0442cd7480886bd8b6f8b3d9604f - 97.92% (113 MB)

[#005] sha256:debb12a96f76c4140a7d5bd41cd58ad354dc30693da8733e78a451f22519bfcc - 0.0% (155 Bytes)


History
2018-12-21 09:44:05 UTC

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

2018-12-21 09:44:06 UTC

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

2018-12-21 09:44:10 UTC

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

2018-12-21 10:01:57 UTC

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

2018-12-21 10:02:05 UTC

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

2019-02-13 09:20:16 UTC

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

2019-02-13 09:21: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 '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:22:04 UTC

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

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

2019-02-13 09:22:15 UTC

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

2019-02-13 09:22:18 UTC

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

Details
Created

2019-02-13 12:45:17 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:15104e3bedebb091b5b7a84edf7fdd60a8c1564c514db2cd2280365c6545b489 - 1.81% (2.2 MB)

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

[#002] sha256:872b697e31c148997866fca339e75cd06a25b09584a72d806382e929d1fcb650 - 0.24% (302 KB)

[#003] sha256:299ba9bbbfaa6399c6c299d75aa651c286ec5c0824e8746eb78c9c8b0ffcbcdd - 0.0% (154 Bytes)

[#004] sha256:2c9352d339bf97fe949097e8a0687bf3622912defd5b16029b7ffda931c966d0 - 97.95% (119 MB)

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


History
2018-12-21 12:42:37 UTC

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

2018-12-21 12:42:37 UTC

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

2018-12-21 12:42:38 UTC

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

2018-12-21 12:59:24 UTC

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

2018-12-21 12:59:25 UTC

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

2019-02-13 12:43:48 UTC

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

2019-02-13 12:45:16 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:45:16 UTC

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

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

2019-02-13 12:45:17 UTC

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

2019-02-13 12:45:17 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