Namespace
homeassistant
Image / Tag
amd64-addon-mosquitto:5.1
Content Digest
sha256:747d9f622fdbeca9e8de4ca7d809689cd545955ee0d1549f36cbe44adac348c8
Details
Created

2019-09-26 07:43:54 UTC

Size

12.9 MB

Content Digest
Labels
  • io.hass.arch
    amd64
  • io.hass.base.image
    homeassistant/{arch}-base
  • io.hass.base.name
    alpine
  • io.hass.base.version
    8.0
  • io.hass.description
    An Open Source MQTT broker
  • io.hass.name
    Mosquitto broker
  • io.hass.type
    addon
  • io.hass.url
    https://home-assistant.io/addons/mosquitto/
  • io.hass.version
    5.1

Environment
LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 - 20.64% (2.66 MB)

[#001] sha256:1da435f1a5c3bb604504edf8715f53e417312b582c89b2f927f35e4cd01837c5 - 59.05% (7.61 MB)

[#002] sha256:547079fae46a79680ffa48341e949be5874a98be7f22667a7c0bf6452b5ed322 - 0.0% (117 Bytes)

[#003] sha256:25fcee29237ddb77279433c19c8be1039cb1d76b21deda476430b149fae01e48 - 20.28% (2.61 MB)

[#004] sha256:b8a37e06704f9f23646a4d9b3b768e116ac76c6095f224453721e0615b704463 - 0.01% (1.78 KB)

[#005] sha256:95c2ac3c894c6d929fcb4d7d74c3e57bae9cef9c66ac03ea7c57d64faac49c79 - 0.01% (1.23 KB)

[#006] sha256:023a977e2c5ac181ec5e0761b01cb4a7af19b42bb42459e4776bce8921658060 - 0.0% (473 Bytes)


History
2019-08-20 20:19:55 UTC

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

2019-08-20 20:19:55 UTC

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

2019-09-02 12:54:06 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2019-09-02 12:54:08 UTC

/bin/ash -o pipefail -c #(nop) SHELL [/bin/ash -o pipefail -c]

2019-09-02 12:54:09 UTC

/bin/ash -o pipefail -c #(nop) ARG BASHIO_VERSION=0.5.0

2019-09-02 12:54:18 UTC

|1 BASHIO_VERSION=0.5.0 /bin/ash -o pipefail -c apk add --no-cache bash jq tzdata ca-certificates curl bind-tools && mkdir -p /tmp/bashio && curl -L -s https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz | tar -xzf - --strip 1 -C /tmp/bashio && mv /tmp/bashio/lib /usr/lib/bashio && ln -s /usr/lib/bashio/bashio /usr/bin/bashio && rm -rf /tmp/bashio

2019-09-02 12:54:24 UTC

/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64

2019-09-02 12:54:29 UTC

/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.image=homeassistant/{arch}-base

2019-09-02 12:54:35 UTC

/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.name=alpine

2019-09-02 14:00:00 UTC

/bin/ash -o pipefail -c #(nop) LABEL io.hass.base.version=8.0

2019-09-02 14:00:02 UTC

/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=base

2019-09-02 14:00:03 UTC

/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=3.10

2019-09-26 07:43:01 UTC

/bin/ash -o pipefail -c #(nop) WORKDIR /usr/src

2019-09-26 07:43:03 UTC

/bin/ash -o pipefail -c #(nop) ARG MOSQUITTO_AUTH_VERSION

2019-09-26 07:43:34 UTC

|1 MOSQUITTO_AUTH_VERSION=0.1.4 /bin/ash -o pipefail -c apk add --no-cache mosquitto curl openssl musl socat pwgen && apk add --no-cache --virtual .build-dependencies build-base git mosquitto-dev curl-dev openssl-dev && git clone --depth 1 -b ${MOSQUITTO_AUTH_VERSION} https://github.com/pvizeli/mosquitto-auth-plug && cd mosquitto-auth-plug && cp config.mk.in config.mk && make && mkdir -p /usr/share/mosquitto && cp -f auth-plug.so /usr/share/mosquitto && apk del .build-dependencies && rm -fr /usr/src/mosquitto-auth-plug

2019-09-26 07:43:36 UTC

/bin/ash -o pipefail -c #(nop) COPY file:503e347b135b0d7f7a5db5e0cfea805a9a65bca9220a8bdc718599dcffad9956 in /

2019-09-26 07:43:37 UTC

/bin/ash -o pipefail -c #(nop) COPY file:62b8f07a6f4bb19f58be0f430ab3d9f2991f7939c185b4730653da3f34dbf3ff in /bin/

2019-09-26 07:43:38 UTC

/bin/ash -o pipefail -c #(nop) COPY file:ad9bdda9e2af457f2acdda5f065ff6a68a9db2f0e325b7e9ebf50b600c339012 in /etc/

2019-09-26 07:43:39 UTC

/bin/ash -o pipefail -c #(nop) WORKDIR /

2019-09-26 07:43:41 UTC

/bin/ash -o pipefail -c #(nop) CMD ["/run.sh"]

2019-09-26 07:43:42 UTC

/bin/ash -o pipefail -c #(nop) LABEL io.hass.arch=amd64

2019-09-26 07:43:44 UTC

/bin/ash -o pipefail -c #(nop) LABEL io.hass.description=An Open Source MQTT broker

2019-09-26 07:43:45 UTC

/bin/ash -o pipefail -c #(nop) LABEL io.hass.name=Mosquitto broker

2019-09-26 07:43:47 UTC

/bin/ash -o pipefail -c #(nop) LABEL io.hass.type=addon

2019-09-26 07:43:48 UTC

/bin/ash -o pipefail -c #(nop) LABEL io.hass.url=https://home-assistant.io/addons/mosquitto/

2019-09-26 07:43:54 UTC

/bin/ash -o pipefail -c #(nop) LABEL io.hass.version=5.1

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