removed drone traces
All checks were successful
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (amd64) (push) Successful in 13s
Container Publish / build-image (arm64) (push) Successful in 14s
Container Publish / update docker manifest (push) Successful in 9s

This commit is contained in:
2025-10-08 17:25:37 +02:00
parent 5189c998f7
commit 53d4dea401
2 changed files with 0 additions and 10 deletions

View File

@@ -1,5 +1,3 @@
LICENSE
README.md
manifest.tmpl
.gitea/
.drone*

View File

@@ -1,7 +1,5 @@
# Dockerized Unbound for caching purposes
[![Build Status](https://drone.asperti.com/api/badges/paspo/docker-dnscache/status.svg)](https://drone.asperti.com/paspo/docker-dnscache)
## Usage with docker compose
```yaml
@@ -33,9 +31,3 @@ docker run --rm --name zabbix-dns \
-p "1053:1053" -p "1053:1053/udp" \
-ti docker.asperti.com/paspo/dnscache:latest
```
## test drone config
```sh
drone starlark --format --stdout
```