fix
This commit is contained in:
parent
6d83edd84d
commit
b6de721713
@ -18,5 +18,5 @@
|
||||
chdir: "{{ item }}"
|
||||
target: "{{ target | default('all') }}"
|
||||
params:
|
||||
REGISTRY: "{{ registry | default('git.geekhome.org/ghp') }}"
|
||||
REGISTRY: "{{ registry | default('gitea.geekhome.org/ghp') }}"
|
||||
loop: "{{ dirs.files | map(attribute='path') | list }}"
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.18
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.12
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@ -7,8 +7,6 @@ ARG DDCLIENT_VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
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 \
|
||||
echo "**** install build packages ****" && \
|
||||
apk add --no-cache --virtual=build-dependencies \
|
||||
@ -27,6 +25,11 @@ RUN \
|
||||
perl-io-socket-inet6 \
|
||||
perl-io-socket-ssl \
|
||||
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 ****" && \
|
||||
apk add --no-cache \
|
||||
bind-tools && \
|
||||
|
@ -1,7 +1,7 @@
|
||||
VERSION=3.9.1
|
||||
BUILD=1
|
||||
IMAGE=ddclient
|
||||
REGISTRY=registry.0xace.cc/ghp
|
||||
REGISTRY=gitea.geekhome.org/ghp
|
||||
|
||||
.PHONY: build push all
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
VERSION=2.3.16-1
|
||||
IMAGE=dovecot
|
||||
REGISTRY=registry.0xace.cc/ghp
|
||||
REGISTRY=gitea.geekhome.org/ghp
|
||||
|
||||
.PHONY: build push all
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
VERSION=0.13.13
|
||||
IMAGE=faas-cli
|
||||
REGISTRY=registry.0xace.cc/ghp
|
||||
REGISTRY=gitea.geekhome.org/ghp
|
||||
|
||||
.PHONY: build push all
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
VERSION=2.3.1
|
||||
IMAGE=haproxy
|
||||
REGISTRY=registry.0xace.cc/ghp
|
||||
REGISTRY=gitea.geekhome.org/ghp
|
||||
|
||||
.PHONY: build push all
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
VERSION=2.11.0-1
|
||||
IMAGE=opendkim
|
||||
REGISTRY=registry.0xace.cc/ghp
|
||||
REGISTRY=gitea.geekhome.org/ghp
|
||||
|
||||
.PHONY: build push all
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
VERSION=1.4.2-1
|
||||
IMAGE=opendmarc
|
||||
REGISTRY=registry.0xace.cc/ghp
|
||||
REGISTRY=gitea.geekhome.org/ghp
|
||||
|
||||
.PHONY: build push all
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
VERSION=0.6.4
|
||||
IMAGE=playmaker
|
||||
REGISTRY=registry.0xace.cc/ghp
|
||||
REGISTRY=gitea.geekhome.org/ghp
|
||||
|
||||
.PHONY: build push all
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
VERSION=3.5.8-1
|
||||
IMAGE=postfix
|
||||
REGISTRY=registry.0xace.cc/ghp
|
||||
REGISTRY=gitea.geekhome.org/ghp
|
||||
|
||||
.PHONY: build push all
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
VERSION=latest
|
||||
IMAGE=pwgen
|
||||
REGISTRY=registry.0xace.cc/ghp
|
||||
REGISTRY=gitea.geekhome.org/ghp
|
||||
|
||||
.PHONY: build push all
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
VERSION=3.5-1
|
||||
IMAGE=rspamd
|
||||
REGISTRY=registry.0xace.cc/ghp
|
||||
REGISTRY=gitea.geekhome.org/ghp
|
||||
|
||||
.PHONY: build push all
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
VERSION=latest
|
||||
IMAGE=tsig
|
||||
REGISTRY=registry.0xace.cc/ghp
|
||||
REGISTRY=gitea.geekhome.org/ghp
|
||||
|
||||
.PHONY: build push all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user