Namespace
fluent
Image / Tag
fluent-bit:0.10
Content Digest
sha256:a7af4be55e2602adb9ba98693cd55629942658bc8cbdcb594949d9b7af43b6b1
Details
Created

2017-04-25 23:16:38 UTC

Size

13 MB

Content Digest
Labels
  • Description
    Fluent Bit docker image
  • Vendor
    Fluent Organization
  • Version
    1.1

Environment
FLB_DOWNLOAD_SHA256

0a2564dda1410ec756521334df7ffe94d97b475a4ea4c2a7fabffcc2503fab61

FLB_MAJOR

0

FLB_MINOR

10

FLB_PATCH

1

FLB_VERSION

0.10.1

PATH

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


Layers

[#000] sha256:7095154754192bfc2306f3b2b841ef82771b7ad39526537234adb1e74ae81a93 - 16.93% (2.21 MB)

[#001] sha256:7614ad065d754be13da9693ff0b88005ddc79e881851f0ea94794662e919ef5d - 83.06% (10.8 MB)

[#002] sha256:3d1ee5e01be51505214b5c8ca7c082b6c1370aab90f57790673a9ed802e5e642 - 0.0% (119 Bytes)

[#003] sha256:437fcaf82daf5af313fa95f68d870e9a97540d28c26124e5a82494978c2c5041 - 0.0% (286 Bytes)


History
2017-03-03 20:32:21 UTC

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

2017-04-25 23:15:09 UTC

/bin/sh -c #(nop) MAINTAINER Eduardo Silva <eduardo@treasure-data.com>

2017-04-25 23:15:10 UTC

/bin/sh -c #(nop) LABEL Description=Fluent Bit docker image Vendor=Fluent Organization Version=1.1

2017-04-25 23:15:11 UTC

/bin/sh -c #(nop) ENV FLB_MAJOR=0

2017-04-25 23:15:12 UTC

/bin/sh -c #(nop) ENV FLB_MINOR=10

2017-04-25 23:15:13 UTC

/bin/sh -c #(nop) ENV FLB_PATCH=1

2017-04-25 23:15:14 UTC

/bin/sh -c #(nop) ENV FLB_VERSION=0.10.1

2017-04-25 23:15:15 UTC

/bin/sh -c #(nop) ENV FLB_DOWNLOAD_SHA256=0a2564dda1410ec756521334df7ffe94d97b475a4ea4c2a7fabffcc2503fab61

2017-04-25 23:16:35 UTC

/bin/sh -c apk --no-cache --update add build-base ca-certificates cmake && wget -O "/tmp/fluent-bit-$FLB_VERSION.tar.gz" "http://fluentbit.io/releases/$FLB_MAJOR.$FLB_MINOR/fluent-bit-$FLB_VERSION.tar.gz" && cd /tmp && echo "$FLB_DOWNLOAD_SHA256 *fluent-bit-$FLB_VERSION.tar.gz" | sha256sum -c - && tar zxfv "fluent-bit-$FLB_VERSION.tar.gz" && cd "fluent-bit-$FLB_VERSION/build/" && cmake -DFLB_DEBUG=On -DFLB_TRACE=On ../ -DCMAKE_INSTALL_PREFIX=/fluent-bit/ && make && make install && rm -rf /tmp/* /fluent-bit/include /fluent-bit/lib* && apk del build-base

2017-04-25 23:16:37 UTC

/bin/sh -c mkdir -p /fluent-bit/log

2017-04-25 23:16:37 UTC

/bin/sh -c #(nop) COPY file:fb9b8fb7be8ccaa1774b9bece85f1776ec4c82a6e76780689abc01565e72dbda in /fluent-bit/etc/

2017-04-25 23:16:38 UTC

/bin/sh -c #(nop) CMD ["/fluent-bit/bin/fluent-bit" "-c" "/fluent-bit/etc/fluent-bit.conf"]

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