Namespace
homeassistant
Image / Tag
amd64-addon-mosquitto:4.2
Content Digest
sha256:f5b547332a24c611a6e921695388da0080558ed8a3520abc79e0dd9d250589b9
Details
Created

2019-04-23 13:25:58 UTC

Size

7 MB

Content Digest
Labels
  • io.hass.arch
    amd64
  • io.hass.base.image
    homeassistant/{arch}-base
  • io.hass.base.name
    alpine
  • io.hass.base.version
    1.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
    4.2

Environment
LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:bdf0201b3a056acc4d6062cc88cd8a4ad5979983bfb640f15a145e09ed985f92 - 37.57% (2.63 MB)

[#001] sha256:3c0308b4b4cd78fdc483636c66545c060ef4c6a5c7c09e70b4047dadf9522a2b - 38.28% (2.68 MB)

[#002] sha256:1a5490cafda2e9b7931713f4c40205c00004e80e2ff3015e5bfb7954c5f76479 - 0.0% (108 Bytes)

[#003] sha256:6bf78597f69d165a4f604ae7839e2851beb448ecc447c6a8337a970eb5de766f - 24.1% (1.69 MB)

[#004] sha256:3d58ed0534b0e24394f5be8e4f0b51eb86693ad35259fe786e0a4ae9ca1ee7e1 - 0.02% (1.68 KB)

[#005] sha256:ff9f1926e030562ee835253c4f1d6872882bac445646b70b98df878abae2cc97 - 0.02% (1.23 KB)

[#006] sha256:abce026ea8b9f9fd5358ff3a9518054e11010688cb110d50f9d6175535bfd537 - 0.01% (454 Bytes)


History
2019-04-09 23:20:18 UTC

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

2019-04-09 23:20:18 UTC

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

2019-04-10 08:38:49 UTC

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

2019-04-14 15:37:07 UTC

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

2019-04-14 15:37:08 UTC

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

2019-04-14 15:37:14 UTC

|1 BASHIO_VERSION=0.3.1 /bin/ash -o pipefail -c apk add --no-cache bash jq tzdata ca-certificates curl && 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-04-14 15:37:17 UTC

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

2019-04-14 15:37:19 UTC

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

2019-04-14 15:37:22 UTC

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

2019-04-14 15:37:26 UTC

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

2019-04-14 15:37:28 UTC

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

2019-04-14 15:37:29 UTC

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

2019-04-23 13:25:00 UTC

/bin/ash -o pipefail -c #(nop) ENV LANG=C.UTF-8

2019-04-23 13:25:02 UTC

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

2019-04-23 13:25:04 UTC

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

2019-04-23 13:25:40 UTC

|1 MOSQUITTO_AUTH_VERSION=0.1.3 /bin/ash -o pipefail -c apk add --no-cache mosquitto curl libressl musl socat && apk add --no-cache --virtual .build-dependencies gcc make git mosquitto-dev curl-dev libressl-dev musl-dev && git clone --depth 1 https://github.com/jpmens/mosquitto-auth-plug && cd mosquitto-auth-plug && cp config.mk.in config.mk && sed -i "s/?= yes/?= no/g" config.mk && sed -i "s/HTTP ?= no/HTTP ?= yes/g" 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-04-23 13:25:42 UTC

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

2019-04-23 13:25:43 UTC

/bin/ash -o pipefail -c #(nop) COPY file:00b51720815e801d335fc75458ae856c184f53b21de6c50d0035baaccb0c138a in /bin/

2019-04-23 13:25:44 UTC

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

2019-04-23 13:25:45 UTC

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

2019-04-23 13:25:47 UTC

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

2019-04-23 13:25:48 UTC

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

2019-04-23 13:25:50 UTC

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

2019-04-23 13:25:53 UTC

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

2019-04-23 13:25:54 UTC

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

2019-04-23 13:25:56 UTC

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

2019-04-23 13:25:58 UTC

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

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