🖥️ Pi-zero support (ARMv6)
📊 Docker Image Stats 💬 Official Discord Server for support
This commit is contained in:
parent
96f781f8b3
commit
a633478239
@ -2,7 +2,9 @@
|
||||
|
||||
A small, 🕵️ privacy centric, and ⚡ lightning fast multi-architecture Docker image for self hosting projects.
|
||||
|
||||
[](https://microbadger.com/images/timothyjmiller/cloudflare-ddns "cloudflare-ddns docker image size")
|
||||
| Size | Downloads | Discord |
|
||||
| ------------- | ------------- | ------------- |
|
||||
| [](https://img.shields.io/docker/image-size/timothyjmiller/cloudflare-ddns?style=flat-square "cloudflare-ddns docker image size") | [](https://img.shields.io/docker/pulls/timothyjmiller/cloudflare-ddns?style=flat-square "Total DockerHub pulls") | [](https://img.shields.io/discord/785778163887112192?style=flat-square "Official Discord Server")
|
||||
|
||||
## ⁉️ How Private & Secure?
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag timothyjmiller/cloudflare-ddns:latest .
|
||||
docker buildx build --platform linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/amd64 --tag timothyjmiller/cloudflare-ddns:latest .
|
||||
1
publish-docker-image.sh
Executable file
1
publish-docker-image.sh
Executable file
@ -0,0 +1 @@
|
||||
docker buildx build --platform linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/amd64 --tag timothyjmiller/cloudflare-ddns:latest --push .
|
||||
Reference in New Issue
Block a user