netmaker (0.1.1)
Published 2026-07-21 14:24:54 -04:00 by pramirez
Installation
docker pull gitea.savant.io/homeassistant/netmaker:0.1.1sha256:854fc904d60b5cacf948f2a2feacdadffc93c481e1399c586a5b77a42ac75d3dImage Layers
| ADD file:dc8af9c7bfe9f9541e1db38dea01c4201609f3075b31e108f2073ffed8c5e4b9 in / |
| CMD ["/bin/sh"] |
| ENV HOME=/root LANG=C.UTF-8 PS1=$(whoami)@$(hostname):$(pwd)$ S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES=1 TERM=xterm-256color |
| COPY rootfs / # buildkit |
| SHELL [/bin/ash -o pipefail -c] |
| ARG BUILD_ARCH=amd64 |
| RUN |1 BUILD_ARCH=aarch64 /bin/ash -o pipefail -c set -o pipefail && apk add --no-cache --virtual .build-dependencies tar=1.34-r0 && apk add --no-cache libcrypto1.1=1.1.1l-r0 libssl1.1=1.1.1l-r0 musl-utils=1.2.2-r3 musl=1.2.2-r3 && apk add --no-cache bash=5.1.4-r0 curl=7.79.1-r0 jq=1.6-r1 tzdata=2021c-r0 && S6_ARCH="${BUILD_ARCH}" && if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="x86"; fi && if [ "${BUILD_ARCH}" = "armv7" ]; then S6_ARCH="arm"; fi && curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v2.2.0.3/s6-overlay-${S6_ARCH}.tar.gz" | tar zxvf - -C / && mkdir -p /etc/fix-attrs.d && mkdir -p /etc/services.d && curl -J -L -o /tmp/bashio.tar.gz "https://github.com/hassio-addons/bashio/archive/v0.13.1.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.05.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 aarch64 io.hass.description=Home Assistant Community Add-on: aarch64 base image io.hass.arch=aarch64 io.hass.type=base io.hass.version=10.1.1 io.hass.base.version=10.1.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 aarch64 org.opencontainers.image.description=Home Assistant Community Add-on: aarch64 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=2021-10-07T09:34:31Z org.opencontainers.image.revision=51ac946bd4a8eff34b19533846f5abe1cb022e48 org.opencontainers.image.version=10.1.1 |
| SHELL [/bin/bash -o pipefail -c] |
| ARG BUILD_ARCH=aarch64 |
| ARG NETCLIENT_VERSION=v1.6.0 |
| RUN |2 BUILD_ARCH=aarch64 NETCLIENT_VERSION=v1.6.0 /bin/bash -o pipefail -c apk add --no-cache iproute2 iptables ip6tables nftables wireguard-tools openresolv coreutils && ln -sf /sbin/xtables-nft-multi /sbin/ip6tables && ln -sf /sbin/xtables-nft-multi /sbin/iptables && if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi && if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="amd64"; fi && curl -L -s -o /opt/netclient "https://github.com/gravitl/netclient/releases/download/${NETCLIENT_VERSION}/netclient-linux-${ARCH}" && chmod 0755 /opt/netclient && ln -sf /opt/netclient /usr/bin/netclient # buildkit |
| COPY rootfs / # buildkit |
| HEALTHCHECK {Test:[CMD-SHELL healthcheck] Interval:0s Timeout:0s StartPeriod:0s StartInterval:0s Retries:0} |
| ARG BUILD_ARCH=aarch64 |
| ARG BUILD_DATE |
| ARG BUILD_DESCRIPTION |
| ARG BUILD_NAME |
| ARG BUILD_REF |
| ARG BUILD_REPOSITORY |
| ARG BUILD_VERSION=0.1.1 |
| LABEL io.hass.name= io.hass.description= io.hass.arch=aarch64 io.hass.type=addon io.hass.version=0.1.1 org.opencontainers.image.title= org.opencontainers.image.description= org.opencontainers.image.vendor=Home Assistant Community Apps org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/ org.opencontainers.image.documentation=https://github.com//blob/main/README.md org.opencontainers.image.created= org.opencontainers.image.revision= org.opencontainers.image.version=0.1.1 |
Labels
| Key | Value |
|---|---|
| io.hass.arch | aarch64 |
| io.hass.base.image | hassioaddons/base |
| io.hass.base.name | alpine |
| io.hass.base.version | 10.1.1 |
| io.hass.description | |
| io.hass.name | |
| io.hass.type | addon |
| io.hass.version | 0.1.1 |
| maintainer | Franck Nijhof <frenck@addons.community> |
| org.opencontainers.image.authors | Franck Nijhof <frenck@addons.community> |
| org.opencontainers.image.created | |
| org.opencontainers.image.description | |
| org.opencontainers.image.documentation | https://github.com//blob/main/README.md |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.revision | |
| org.opencontainers.image.source | https://github.com/ |
| org.opencontainers.image.title | |
| org.opencontainers.image.url | https://addons.community |
| org.opencontainers.image.vendor | Home Assistant Community Apps |
| org.opencontainers.image.version | 0.1.1 |
Details
2026-07-21 14:24:54 -04:00
Versions (3)
View all
Container
1
OCI / Docker
linux/arm64
Franck Nijhof <frenck@addons.community>
MIT
21 MiB