arm64-addon-wireguard-client (latest)

Published 2023-10-27 11:15:53 +00:00 by alex

Installation

docker pull git.a09.uk/alex/arm64-addon-wireguard-client:latest
sha256:5a5db9414ad84959356e8a624ccfc324ff7ee7ecadce4f655c34e17bdcc755a7

About this package

Fast, modern, secure VPN tunnel

Image Layers

ADD file:9233f6f2237d79659a9521f7e390df217cec49f1a8aa3a12147bbca1956acdb9 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=amd64 /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-r7 libssl1.1=1.1.1l-r7 musl-utils=1.2.2-r7 musl=1.2.2-r7 && apk add --no-cache bash=5.1.8-r0 curl=7.80.0-r0 jq=1.6-r1 tzdata=2021e-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.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=11.0.0 io.hass.base.version=11.0.0 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=2021-11-29T14:01:03Z org.opencontainers.image.revision=b69f8353a6cf303d0b40648c8f1ce5ffd586fdb6 org.opencontainers.image.version=11.0.0
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
/bin/sh -c apk add --no-cache openresolv=3.12.0-r0 wireguard-tools=1.0.20210914-r0
COPY dir:c8c3454b3dca557bbd18cac26c76dd51fb7d8f81fbfbae8a89af54a71d8e3c7e in /
ARG
ARG
ARG
ARG
LABEL io.hass.name="WireGuard Client" io.hass.description="Fast, modern, secure VPN tunnel (Client)" io.hass.arch="${BUILD_ARCH}" io.hass.type="addon" io.hass.version=${BUILD_VERSION} maintainer="Fabio Bigmoby Mauro <https://github.com/bigmoby>" org.opencontainers.image.title="WireGuard Client" org.opencontainers.image.description="Fast, modern, secure VPN tunnel" org.opencontainers.image.vendor="Home Assistant Community Add-ons" org.opencontainers.image.authors="Fabio Bigmoby Mauro <https://github.com/bigmoby>" org.opencontainers.image.licenses="MIT" org.opencontainers.image.url="https://addons.community" org.opencontainers.image.source="https://github.com/bigmoby/addon-wireguard-client" org.opencontainers.image.documentation="https://github.com/bigmoby/addon-wireguard-client/blob/master/README.md" org.opencontainers.image.created=${BUILD_DATE} org.opencontainers.image.revision=${BUILD_REF} org.opencontainers.image.version=${BUILD_VERSION}

Labels

Key Value
io.buildah.version 1.32.0
io.hass.arch
io.hass.base.image hassioaddons/base
io.hass.base.name alpine
io.hass.base.version 11.0.0
io.hass.description Fast, modern, secure VPN tunnel (Client)
io.hass.name WireGuard Client
io.hass.type addon
io.hass.version
maintainer Fabio Bigmoby Mauro <https://github.com/bigmoby>
org.opencontainers.image.authors Fabio Bigmoby Mauro <https://github.com/bigmoby>
org.opencontainers.image.created
org.opencontainers.image.description Fast, modern, secure VPN tunnel
org.opencontainers.image.documentation https://github.com/bigmoby/addon-wireguard-client/blob/master/README.md
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision
org.opencontainers.image.source https://github.com/bigmoby/addon-wireguard-client
org.opencontainers.image.title WireGuard Client
org.opencontainers.image.url https://addons.community
org.opencontainers.image.vendor Home Assistant Community Add-ons
org.opencontainers.image.version
Details
Container
2023-10-27 11:15:53 +00:00
0
OCI / Docker
linux/arm64
Fabio Bigmoby Mauro <https://github.com/bigmoby>
MIT
11 MiB
Versions (2) View all
0.4.0 2023-10-27
latest 2023-10-27