Compare commits

..

4 Commits

Author SHA1 Message Date
CSRBot 695fccbe03 chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.31.1
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2022-03-11 11:01:32 +00:00
Markus Pesch a83055cedb
doc(README): drone badge
continuous-integration/drone/push Build is passing Details
2022-03-11 11:51:31 +01:00
Markus Pesch c4ff3a7018
fix(ci): push scope
continuous-integration/drone/push Build is passing Details
2022-03-11 11:30:57 +01:00
Markus Pesch 17f4d13196
fix: remove Dockerfile 2022-03-11 11:30:21 +01:00
3 changed files with 2 additions and 29 deletions

View File

@ -195,4 +195,4 @@ trigger:
event:
- push
repo:
- volker-raschek/dyndns-client
- volker.raschek/dyndns-client

View File

@ -1,27 +0,0 @@
ARG BASE_IMAGE
ARG BUILD_IMAGE
# BUILD
# ===========================================
FROM ${BUILD_IMAGE} AS build
ADD . /workspace
ARG EXECUTABLE
ARG GONOPROXY
ARG GONOSUMDB
ARG GOPRIVATE
ARG GOPROXY
ARG GOSUMDB
ARG VERSION
RUN make bin/linux/amd64/${EXECUTABLE}
# TARGET CONTAINER
# ===========================================
FROM ${BASE_IMAGE}
ARG EXECUTABLE
RUN apk add --update bind-tools
COPY --from=build /workspace/bin/linux/amd64/${EXECUTABLE} /usr/bin/${EXECUTABLE}
ENTRYPOINT [ "/usr/bin/dyndns-client" ]

View File

@ -1,6 +1,6 @@
# dyndns-client
[![Build Status](https://drone.cryptic.systems/api/badges/dyndns-client/dyndns-client/status.svg)](https://drone.cryptic.systems/dyndns-client/dyndns-client)
[![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/dyndns-client/status.svg)](https://drone.cryptic.systems/volker.raschek/dyndns-client)
dyndns-client is a Daemon to listen on interface notifications produced by the linux
kernel of a client machine to update one or more DNS zones.