This commit is contained in:
ace 2023-06-10 08:04:31 +03:00
parent 6d83edd84d
commit b6de721713
Signed by: ace
GPG Key ID: 2C08973DD37A76FD
13 changed files with 18 additions and 15 deletions

View File

@ -18,5 +18,5 @@
chdir: "{{ item }}" chdir: "{{ item }}"
target: "{{ target | default('all') }}" target: "{{ target | default('all') }}"
params: params:
REGISTRY: "{{ registry | default('git.geekhome.org/ghp') }}" REGISTRY: "{{ registry | default('gitea.geekhome.org/ghp') }}"
loop: "{{ dirs.files | map(attribute='path') | list }}" loop: "{{ dirs.files | map(attribute='path') | list }}"

View File

@ -1,4 +1,4 @@
FROM alpine:3.18 FROM ghcr.io/linuxserver/baseimage-alpine:3.12
# set version label # set version label
ARG BUILD_DATE ARG BUILD_DATE
@ -7,8 +7,6 @@ ARG DDCLIENT_VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="saarg" LABEL maintainer="saarg"
RUN apk add perl-app-cpanminus perl-data-validator perl-netaddr-ip perl-test-requires perl-json perl-test-fatal perl-try-tiny perl-test-without-module perl-test-warnings
RUN \ RUN \
echo "**** install build packages ****" && \ echo "**** install build packages ****" && \
apk add --no-cache --virtual=build-dependencies \ apk add --no-cache --virtual=build-dependencies \
@ -27,6 +25,11 @@ RUN \
perl-io-socket-inet6 \ perl-io-socket-inet6 \
perl-io-socket-ssl \ perl-io-socket-ssl \
perl-json && \ perl-json && \
echo "***** install perl modules ****" && \
curl -L http://cpanmin.us | perl - App::cpanminus && \
cpanm \
Data::Validate::IP \
JSON::Any && \
echo "**** install nsupdate for RFC2136 ****" && \ echo "**** install nsupdate for RFC2136 ****" && \
apk add --no-cache \ apk add --no-cache \
bind-tools && \ bind-tools && \

View File

@ -1,7 +1,7 @@
VERSION=3.9.1 VERSION=3.9.1
BUILD=1 BUILD=1
IMAGE=ddclient IMAGE=ddclient
REGISTRY=registry.0xace.cc/ghp REGISTRY=gitea.geekhome.org/ghp
.PHONY: build push all .PHONY: build push all

View File

@ -1,6 +1,6 @@
VERSION=2.3.16-1 VERSION=2.3.16-1
IMAGE=dovecot IMAGE=dovecot
REGISTRY=registry.0xace.cc/ghp REGISTRY=gitea.geekhome.org/ghp
.PHONY: build push all .PHONY: build push all

View File

@ -1,6 +1,6 @@
VERSION=0.13.13 VERSION=0.13.13
IMAGE=faas-cli IMAGE=faas-cli
REGISTRY=registry.0xace.cc/ghp REGISTRY=gitea.geekhome.org/ghp
.PHONY: build push all .PHONY: build push all

View File

@ -1,6 +1,6 @@
VERSION=2.3.1 VERSION=2.3.1
IMAGE=haproxy IMAGE=haproxy
REGISTRY=registry.0xace.cc/ghp REGISTRY=gitea.geekhome.org/ghp
.PHONY: build push all .PHONY: build push all

View File

@ -1,6 +1,6 @@
VERSION=2.11.0-1 VERSION=2.11.0-1
IMAGE=opendkim IMAGE=opendkim
REGISTRY=registry.0xace.cc/ghp REGISTRY=gitea.geekhome.org/ghp
.PHONY: build push all .PHONY: build push all

View File

@ -1,6 +1,6 @@
VERSION=1.4.2-1 VERSION=1.4.2-1
IMAGE=opendmarc IMAGE=opendmarc
REGISTRY=registry.0xace.cc/ghp REGISTRY=gitea.geekhome.org/ghp
.PHONY: build push all .PHONY: build push all

View File

@ -1,6 +1,6 @@
VERSION=0.6.4 VERSION=0.6.4
IMAGE=playmaker IMAGE=playmaker
REGISTRY=registry.0xace.cc/ghp REGISTRY=gitea.geekhome.org/ghp
.PHONY: build push all .PHONY: build push all

View File

@ -1,6 +1,6 @@
VERSION=3.5.8-1 VERSION=3.5.8-1
IMAGE=postfix IMAGE=postfix
REGISTRY=registry.0xace.cc/ghp REGISTRY=gitea.geekhome.org/ghp
.PHONY: build push all .PHONY: build push all

View File

@ -1,6 +1,6 @@
VERSION=latest VERSION=latest
IMAGE=pwgen IMAGE=pwgen
REGISTRY=registry.0xace.cc/ghp REGISTRY=gitea.geekhome.org/ghp
.PHONY: build push all .PHONY: build push all

View File

@ -1,6 +1,6 @@
VERSION=3.5-1 VERSION=3.5-1
IMAGE=rspamd IMAGE=rspamd
REGISTRY=registry.0xace.cc/ghp REGISTRY=gitea.geekhome.org/ghp
.PHONY: build push all .PHONY: build push all

View File

@ -1,6 +1,6 @@
VERSION=latest VERSION=latest
IMAGE=tsig IMAGE=tsig
REGISTRY=registry.0xace.cc/ghp REGISTRY=gitea.geekhome.org/ghp
.PHONY: build push all .PHONY: build push all