https://github.com/themcaffee/dnsmasq
https://github.com/themcaffee/dnsmasq
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/themcaffee/dnsmasq
- Owner: themcaffee
- License: gpl-3.0
- Created: 2022-12-15T07:22:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T07:01:10.000Z (about 2 years ago)
- Last Synced: 2025-02-26T09:43:10.838Z (2 months ago)
- Language: Dockerfile
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dnsmasq
Builds dnsmasq from source and publishes it as a docker image using Github actions. An action runs daily to sync tags with the source
dnsmasq [repo](https://thekelleys.org.uk/dnsmasq/doc.html). New tags are then built and deployed to the following platforms:```
linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
```## Usage
To use this image install it from the command line and use directly:
```
docker pull ghcr.io/themcaffee/dnsmasq:v2.89
```or use as a base for a Dockerfile:
```
FROM ghcr.io/themcaffee/dnsmasq:v2.89
```