Compare commits
23 Commits
7
.github/renovate.json
vendored
7
.github/renovate.json
vendored
@@ -5,8 +5,9 @@
|
||||
"labels": ["dependencies", "no-stale"],
|
||||
"commitMessagePrefix": "⬆️",
|
||||
"commitMessageTopic": "{{depName}}",
|
||||
"regexManagers": [
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
||||
"matchStringsStrategy": "any",
|
||||
"matchStrings": [
|
||||
@@ -16,6 +17,7 @@
|
||||
"datasourceTemplate": "docker"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
"matchStringsStrategy": "any",
|
||||
"matchStrings": [
|
||||
@@ -23,9 +25,10 @@
|
||||
],
|
||||
"versioningTemplate": "loose",
|
||||
"datasourceTemplate": "repology",
|
||||
"depNameTemplate": "alpine_3_18/{{package}}"
|
||||
"depNameTemplate": "alpine_3_21/{{package}}"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
"matchStrings": [
|
||||
"ARG ZERO_TIER_ONE_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.3
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.0
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
@@ -6,20 +6,20 @@ FROM ${BUILD_FROM}
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# Setup base
|
||||
ARG ZERO_TIER_ONE_VERSION="1.12.2"
|
||||
ARG ZERO_TIER_ONE_VERSION="1.14.2"
|
||||
# hadolint ignore=DL3003
|
||||
RUN \
|
||||
apk add --no-cache --virtual .build-dependencies \
|
||||
build-base=0.5-r3 \
|
||||
cargo=1.72.1-r0 \
|
||||
git=2.43.0-r0 \
|
||||
linux-headers=6.5-r0 \
|
||||
openssl-dev=3.1.4-r2 \
|
||||
pkgconf=2.1.0-r0 \
|
||||
cargo=1.83.0-r0 \
|
||||
git=2.47.1-r0 \
|
||||
linux-headers=6.6-r1 \
|
||||
openssl-dev=3.3.2-r4 \
|
||||
pkgconf=2.3.0-r0 \
|
||||
\
|
||||
&& apk add --no-cache \
|
||||
libgcc=13.2.1_git20231014-r0 \
|
||||
libstdc++=13.2.1_git20231014-r0 \
|
||||
libgcc=14.2.0-r4 \
|
||||
libstdc++=14.2.0-r4 \
|
||||
\
|
||||
&& git clone --branch "${ZERO_TIER_ONE_VERSION}" --depth=1 \
|
||||
"https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/base:15.0.3
|
||||
amd64: ghcr.io/hassio-addons/base:15.0.3
|
||||
armv7: ghcr.io/hassio-addons/base:15.0.3
|
||||
aarch64: ghcr.io/hassio-addons/base:17.0.0
|
||||
amd64: ghcr.io/hassio-addons/base:17.0.0
|
||||
armv7: ghcr.io/hassio-addons/base:17.0.0
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
||||
Reference in New Issue
Block a user