From a6334782391c583310ce352e8e163cc7ef1b9f34 Mon Sep 17 00:00:00 2001 From: timothymiller Date: Tue, 8 Dec 2020 03:07:40 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=A5=EF=B8=8F=20Pi-zero=20support=20(AR?= =?UTF-8?q?Mv6)=20=F0=9F=93=8A=20Docker=20Image=20Stats=20=F0=9F=92=AC=20O?= =?UTF-8?q?fficial=20Discord=20Server=20for=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- build-docker-image.sh | 2 +- publish-docker-image.sh | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100755 publish-docker-image.sh diff --git a/README.md b/README.md index 235a00e..3bc500f 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ A small, 🕵️ privacy centric, and ⚡ lightning fast multi-architecture Docker image for self hosting projects. -[![cloudflare-ddns docker image size](https://images.microbadger.com/badges/image/timothyjmiller/cloudflare-ddns.svg)](https://microbadger.com/images/timothyjmiller/cloudflare-ddns "cloudflare-ddns docker image size") +| Size | Downloads | Discord | +| ------------- | ------------- | ------------- | +| [![cloudflare-ddns docker image size](https://img.shields.io/docker/image-size/timothyjmiller/cloudflare-ddns?style=flat-square)](https://img.shields.io/docker/image-size/timothyjmiller/cloudflare-ddns?style=flat-square "cloudflare-ddns docker image size") | [![Total DockerHub pulls](https://img.shields.io/docker/pulls/timothyjmiller/cloudflare-ddns?style=flat-square)](https://img.shields.io/docker/pulls/timothyjmiller/cloudflare-ddns?style=flat-square "Total DockerHub pulls") | [![Official Discord Server](https://img.shields.io/discord/785778163887112192?style=flat-square)](https://img.shields.io/discord/785778163887112192?style=flat-square "Official Discord Server") ## ⁉️ How Private & Secure? diff --git a/build-docker-image.sh b/build-docker-image.sh index 41a88bb..dd400f6 100755 --- a/build-docker-image.sh +++ b/build-docker-image.sh @@ -1 +1 @@ -docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag timothyjmiller/cloudflare-ddns:latest . \ No newline at end of file +docker buildx build --platform linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/amd64 --tag timothyjmiller/cloudflare-ddns:latest . \ No newline at end of file diff --git a/publish-docker-image.sh b/publish-docker-image.sh new file mode 100755 index 0000000..4743d7e --- /dev/null +++ b/publish-docker-image.sh @@ -0,0 +1 @@ +docker buildx build --platform linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/amd64 --tag timothyjmiller/cloudflare-ddns:latest --push . \ No newline at end of file