dnsmasq-controller icon indicating copy to clipboard operation
dnsmasq-controller copied to clipboard

Run DNS- and DHCP-server inside Kubernetes cluster

Results 4 dnsmasq-controller issues
Sort by recently updated
recently updated
newest added
trafficstars

Google provides lightweight distroless images to build containers from, see more info here: https://github.com/GoogleContainerTools/distroless This is more lightweight than alpine and comes with a number of other benefits. This PR...

The golang version is quite far behind. Should look to uplift this to 1.22 along with the go dependencies.

Step 1: clone code from github Step2: execute `make install` we can't execute make install ```shell go run sigs.k8s.io/controller-tools/cmd/[email protected] crd rbac:roleName=dnsmasq-controller paths="./..." output:crd:artifacts:config=config/crd/bases panic: runtime error: invalid memory address or...

The latest image in Docker hub reveals multiple CVEs under `trivy`. It looks like they can be resolved simply by bumping the relevant packages to the earliest fixed version. Target...