Skip to content

Commit

Permalink
updating to new base image and supervisor 2021.02
Browse files Browse the repository at this point in the history
  • Loading branch information
bigmoby committed Feb 9, 2021
1 parent 7b399ab commit fa2be49
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
6 changes: 3 additions & 3 deletions wireguard_client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=hassioaddons/base:8.0.6
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.1.2
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -9,8 +9,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3003
RUN \
apk add --no-cache \
openresolv=3.10.0-r0 \
wireguard-tools=1.0.20200510-r0
openresolv=3.12.0-r0 \
wireguard-tools=1.0.20200827-r1

# Copy root filesystem
COPY rootfs /
Expand Down
10 changes: 5 additions & 5 deletions wireguard_client/build.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build_from": {
"aarch64": "hassioaddons/base-aarch64:8.0.6",
"amd64": "hassioaddons/base-amd64:8.0.6",
"armhf": "hassioaddons/base-armhf:8.0.6",
"armv7": "hassioaddons/base-armv7:8.0.6",
"i386": "hassioaddons/base-i386:8.0.6"
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.2",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.2",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.1.2",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.1.2",
"i386": "ghcr.io/hassio-addons/base/i386:9.1.2"
}
}
9 changes: 2 additions & 7 deletions wireguard_client/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name":"WireGuard Client",
"version":"0.1.0",
"version":"0.1.1",
"slug":"wireguard_client",
"description":"Fast, modern, secure Wireguard tunnel (client)",
"url":"https://github.com/bigmoby/addon-wireguard-client",
"startup":"application",
"arch":[
"aarch64",
"amd64",
Expand All @@ -22,15 +21,11 @@
"ports_description":{
"51820/udp":"WireGuard: forward this port in your router"
},
"boot":"auto",
"hassio_api":true,
"hassio_role":"default",
"privileged":[
"NET_ADMIN"
],
"devices":[
"/dev/net/tun:/dev/net/tun:rwm"
],
"devices": ["/dev/net/tun"],
"map":[
"ssl:rw"
],
Expand Down

0 comments on commit fa2be49

Please sign in to comment.