presence-zones (sha256:96b3c34733b24c8a7b61ec4b9864561eddeba3fc2e5657a44cc99e594d59f242)
Published 2024-11-18 16:56:13 +00:00 by fblume
Installation
docker pull git.nucleolus.xyz/fblume/presence-zones@sha256:96b3c34733b24c8a7b61ec4b9864561eddeba3fc2e5657a44cc99e594d59f242
sha256:96b3c34733b24c8a7b61ec4b9864561eddeba3fc2e5657a44cc99e594d59f242
About this package
Home Assistant Community Add-on: amd64 Base image
Image Layers
ADD file:8e81116368669ed3dd361bc898d61bff249f524139a239fdaf3ec46869a39921 in / |
CMD ["/bin/sh"] |
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true HOME=/root LANG=C.UTF-8 PIP_DISABLE_PIP_VERSION_CHECK=1 PIP_FIND_LINKS=https://wheels.home-assistant.io/musllinux/ PIP_NO_CACHE_DIR=1 PIP_PREFER_BINARY=1 PS1=$(whoami)@$(hostname):$(pwd)$ PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_CMD_WAIT_FOR_SERVICES=1 YARN_HTTP_TIMEOUT=1000000 TERM=xterm-256color |
COPY rootfs / # buildkit |
SHELL [/bin/ash -o pipefail -c] |
ARG BUILD_ARCH=amd64 |
RUN |1 BUILD_ARCH=amd64 /bin/ash -o pipefail -c set -o pipefail && apk add --no-cache --virtual .build-dependencies tar=1.34-r0 xz=5.2.5-r1 && apk add --no-cache libcrypto1.1=1.1.1q-r0 libssl1.1=1.1.1q-r0 musl-utils=1.2.3-r0 musl=1.2.3-r0 && apk add --no-cache bash=5.1.16-r2 curl=7.83.1-r2 jq=1.6-r1 tzdata=2022a-r0 && S6_VERSION="3.1.1.2" && S6_ARCH="${BUILD_ARCH}" && if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686"; elif [ "${BUILD_ARCH}" = "amd64" ]; then S6_ARCH="x86_64"; elif [ "${BUILD_ARCH}" = "armv7" ]; then S6_ARCH="arm"; fi && curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-noarch.tar.xz" | tar -C / -Jxpf - && curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-${S6_ARCH}.tar.xz" | tar -C / -Jxpf - && curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-symlinks-noarch.tar.xz" | tar -C / -Jxpf - && curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-symlinks-arch.tar.xz" | tar -C / -Jxpf - && curl -J -L -o /tmp/bashio.tar.gz "https://github.com/hassio-addons/bashio/archive/v0.14.3.tar.gz" && mkdir /tmp/bashio && tar zxvf /tmp/bashio.tar.gz --strip 1 -C /tmp/bashio && mv /tmp/bashio/lib /usr/lib/bashio && ln -s /usr/lib/bashio/bashio /usr/bin/bashio && curl -L -s -o /usr/bin/tempio "https://github.com/home-assistant/tempio/releases/download/2021.09.0/tempio_${BUILD_ARCH}" && chmod a+x /usr/bin/tempio && apk del --no-cache --purge .build-dependencies && rm -f -r /tmp/* # buildkit |
ENTRYPOINT ["/init"] |
ARG BUILD_DATE |
ARG BUILD_REF |
ARG BUILD_VERSION |
ARG BUILD_REPOSITORY |
LABEL io.hass.name=Addon base for amd64 io.hass.description=Home Assistant Community Add-on: amd64 base image io.hass.arch=amd64 io.hass.type=base io.hass.version=12.2.1 io.hass.base.version=12.2.1 io.hass.base.name=alpine io.hass.base.image=hassioaddons/base maintainer=Franck Nijhof <frenck@addons.community> org.opencontainers.image.title=Addon base for amd64 org.opencontainers.image.description=Home Assistant Community Add-on: amd64 Base image org.opencontainers.image.vendor=Home Assistant Community Add-ons org.opencontainers.image.authors=Franck Nijhof <frenck@addons.community> org.opencontainers.image.licenses=MIT org.opencontainers.image.url=https://addons.community org.opencontainers.image.source=https://github.com/hassio-addons/addon-base org.opencontainers.image.documentation=https://github.com/hassio-addons/addon-base/blob/main/README.md org.opencontainers.image.created=2022-07-16T17:04:15Z org.opencontainers.image.revision=11231e8079f8608780a05bc6985794888e60491c org.opencontainers.image.version=12.2.1 |
ENV LANG=C.UTF-8 |
ENV PIP_ROOT_USER_ACTION=ignore |
RUN /bin/ash -o pipefail -c apk add --no-cache ca-certificates && update-ca-certificates # buildkit |
RUN /bin/ash -o pipefail -c apk update && apk add --no-cache nginx python3 py3-pip # buildkit |
RUN /bin/ash -o pipefail -c apk add py3-requests py3-flask # buildkit |
COPY nginx.conf /etc/nginx/nginx.conf # buildkit |
COPY www /usr/share/nginx/html # buildkit |
COPY backend.py /app/backend.py # buildkit |
COPY services/ /etc/services.d/ # buildkit |
RUN /bin/ash -o pipefail -c chmod +x /etc/services.d/backend/run # buildkit |
RUN /bin/ash -o pipefail -c chmod +x /etc/services.d/nginx/run # buildkit |
EXPOSE map[8099/tcp:{}] |
Labels
Key | Value |
---|---|
io.hass.arch | amd64 |
io.hass.base.image | hassioaddons/base |
io.hass.base.name | alpine |
io.hass.base.version | 12.2.1 |
io.hass.description | Home Assistant Community Add-on: amd64 base image |
io.hass.name | Addon base for amd64 |
io.hass.type | base |
io.hass.version | 12.2.1 |
maintainer | Franck Nijhof <frenck@addons.community> |
org.opencontainers.image.authors | Franck Nijhof <frenck@addons.community> |
org.opencontainers.image.created | 2022-07-16T17:04:15Z |
org.opencontainers.image.description | Home Assistant Community Add-on: amd64 Base image |
org.opencontainers.image.documentation | https://github.com/hassio-addons/addon-base/blob/main/README.md |
org.opencontainers.image.licenses | MIT |
org.opencontainers.image.revision | 11231e8079f8608780a05bc6985794888e60491c |
org.opencontainers.image.source | https://github.com/hassio-addons/addon-base |
org.opencontainers.image.title | Addon base for amd64 |
org.opencontainers.image.url | https://addons.community |
org.opencontainers.image.vendor | Home Assistant Community Add-ons |
org.opencontainers.image.version | 12.2.1 |
Details
2024-11-18 16:56:13 +00:00
Versions (2)
View all
Container
1
OCI / Docker
linux/amd64
Franck Nijhof <frenck@addons.community>
MIT
36 MiB