Block a user
unbound (latest)
Published 2024-11-30 11:14:38 +00:00 by cyrilix
Installation
docker pull git.cyrilix.bzh/cyrilix/unbound:latestsha256:060a9120fecdf9af7165945f4c79c36492b6deef692123df6b230941d60eb0df
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 06dbb92d82 | linux/arm64 | 58 MiB |
| 19753fdb02 | linux/amd64 | 58 MiB |
Image Layers ( linux/amd64)
| ADD rootfs.tar.xz / # buildkit |
| CMD ["bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| /bin/sh -c apt-get update && apt-get install -y --no-install-recommends unbound unbound-anchor && rm -r /var/cache/apt |
| /bin/sh -c mkdir /app && chown 12345:12345 /app |
| USER 12345:12345 |
| WORKDIR /app/ |
| ENTRYPOINT ["unbound", "-p", "-d", "-d"] |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.38.0 |