Compare commits
16 Commits
@@ -1,6 +1,6 @@
|
|||||||
# MIT License
|
# MIT License
|
||||||
|
|
||||||
Copyright (c) 2019-2024 Franck Nijhof
|
Copyright (c) 2019-2025 Franck Nijhof
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ our [GitHub Repository][repository].
|
|||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2019-2024 Franck Nijhof
|
Copyright (c) 2019-2025 Franck Nijhof
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
@@ -121,7 +121,7 @@ SOFTWARE.
|
|||||||
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||||
[issue]: https://github.com/hassio-addons/addon-zerotier/issues
|
[issue]: https://github.com/hassio-addons/addon-zerotier/issues
|
||||||
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-zerotier.svg
|
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-zerotier.svg
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ If you are more interested in stable releases of our add-ons:
|
|||||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-zerotier-one/109091?u=frenck
|
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-zerotier-one/109091?u=frenck
|
||||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||||
[github-sponsors]: https://github.com/sponsors/frenck
|
[github-sponsors]: https://github.com/sponsors/frenck
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ check [the contributor's page][contributors].
|
|||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2019-2024 Franck Nijhof
|
Copyright (c) 2019-2025 Franck Nijhof
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.0
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.2.5
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
@@ -12,9 +12,9 @@ RUN \
|
|||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
build-base=0.5-r3 \
|
build-base=0.5-r3 \
|
||||||
cargo=1.83.0-r0 \
|
cargo=1.83.0-r0 \
|
||||||
git=2.47.1-r0 \
|
git=2.47.2-r0 \
|
||||||
linux-headers=6.6-r1 \
|
linux-headers=6.6-r1 \
|
||||||
openssl-dev=3.3.2-r4 \
|
openssl-dev=3.3.3-r0 \
|
||||||
pkgconf=2.3.0-r0 \
|
pkgconf=2.3.0-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base:17.0.0
|
aarch64: ghcr.io/hassio-addons/base:17.2.5
|
||||||
amd64: ghcr.io/hassio-addons/base:17.0.0
|
amd64: ghcr.io/hassio-addons/base:17.2.5
|
||||||
armv7: ghcr.io/hassio-addons/base:17.0.0
|
armv7: ghcr.io/hassio-addons/base:17.2.5
|
||||||
codenotary:
|
codenotary:
|
||||||
base_image: codenotary@frenck.dev
|
base_image: codenotary@frenck.dev
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|||||||
Reference in New Issue
Block a user