Browse Source

doc(readme): update docker platforms

New Future 5 months ago
parent
commit
57c357cbfa
3 changed files with 4 additions and 4 deletions
  1. 2 2
      .github/release.md
  2. 1 1
      README.md
  3. 1 1
      ddns/__init__.py

+ 2 - 2
.github/release.md

@@ -7,7 +7,7 @@
 
 | 系统环境 (System) | 架构支持 (Architecture) | 说明 (Description) |
 | ---------: |:------------------- |:---------|
-| Docker | 支持8种架构 (8 architectures) <br> [Github Registry](https://ghcr.io/newfuture/ddns) <br> [Docker Hub](https://hub.docker.com/r/newfuture/ddns) | 🚀 `docker pull newfuture/ddns:${BUILD_VERSION}` |
+| Docker | x64,386,arm64,armv7,armv6,ppc64le,s390x,riscv64<br>[Github Registry](https://ghcr.io/newfuture/ddns) <br> [Docker Hub](https://hub.docker.com/r/newfuture/ddns) | 支持8种架构 <br/>`docker pull ghcr.io/newfuture/ddns:${BUILD_VERSION}` <br/> 🚀 `docker pull newfuture/ddns:${BUILD_VERSION}` |
 | Windows | [64-bit (ddns-windows-x64.exe)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-windows-x64.exe) <br> [32-bit (ddns-windows-x86.exe)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-windows-x86.exe) <br> [ARM (ddns-windows-arm64.exe)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-windows-arm64.exe) | 在最新 Windows 10 和 Windows 11 测试。 <br> ✅ Tested on Windows 10 and Windows 11 |
 | GLIBC Linux | [64-bit (ddns-glibc-linux_amd64)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-glibc-linux_amd64)<br> [32-bit (ddns-glibc-linux_386)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-glibc-linux_386) <br> [ARM64 (ddns-glibc-linux_arm64)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-glibc-linux_arm64)<br> [ARM/V7 (ddns-glibc-linux_arm_v7)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-glibc-linux_arm_v7) | 常规Linux桌面或服务器,需GLIBC≥2.28。<br>(如 Debian 9+、Ubuntu 20.04+、CentOS 8+)<br> 🐧 For common Linux desktop/server with GLIBC ≥ 2.28 |
 | Musl Linux | [64-bit (ddns-musl-linux_amd64)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-musl-linux_amd64) <br> [32-bit (ddns-musl-linux_386)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-musl-linux_386) <br> [ARM64 (ddns-musl-linux_arm64)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-musl-linux_arm64)<br> [ARM/V7 (ddns-musl-linux_arm_v7)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-musl-linux_arm_v7) <br> [ARM/V6 (ddns-musl-linux_arm_v6)](https://github.com/NewFuture/DDNS/releases/download/${BUILD_VERSION}/ddns-musl-linux_arm_v6) | 适用于OpenWRT及嵌入式系统(musl ≥ 1.1.24),如OpenWRT 19+;ARMv6未测试。<br> 🛠️ For OpenWRT and embedded systems with musl ≥ 1.1.24. ARMv6 not tested. |
@@ -17,7 +17,7 @@
 
 ---
 
-## Docker (推荐 Recommended)  ![Docker Image Size](https://img.shields.io/docker/image-size/newfuture/ddns/${BUILD_VERSION}?style=social)[![Docker Platforms](https://img.shields.io/badge/arch-amd64%20%7C%20arm64%20%7C%20arm%2Fv7%20%7C%20arm%2Fv6%20%7C%20ppc64le%20%7C%20s390x%20%7C%20386%20%7C%20mips64le-blue?logo=docker&style=social)](https://hub.docker.com/r/newfuture/ddns)
+## Docker (推荐 Recommended)  ![Docker Image Size](https://img.shields.io/docker/image-size/newfuture/ddns/${BUILD_VERSION}?style=social)[![Docker Platforms](https://img.shields.io/badge/arch-amd64%20%7C%20arm64%20%7C%20arm%2Fv7%20%7C%20arm%2Fv6%20%7C%20ppc64le%20%7C%20s390x%20%7C%20386%20%7C%riscv64-blue?logo=docker&style=social)](https://hub.docker.com/r/newfuture/ddns)
 
 ```bash
 # 当前版本 (Current version)

+ 1 - 1
README.md

@@ -15,7 +15,7 @@
 ## Features
 
 - 兼容和跨平台:
-  - [Docker (@NN708)](https://hub.docker.com/r/newfuture/ddns) [![Docker Image Size](https://img.shields.io/docker/image-size/newfuture/ddns/latest?logo=docker&style=social)](https://hub.docker.com/r/newfuture/ddns)[![Docker Platforms](https://img.shields.io/badge/arch-amd64%20%7C%20arm64%20%7C%20arm%2Fv7%20%7C%20arm%2Fv6%20%7C%20ppc64le%20%7C%20s390x%20%7C%20386%20%7C%20mips64le-blue?style=social)](https://hub.docker.com/r/newfuture/ddns)
+  - [Docker (@NN708)](https://hub.docker.com/r/newfuture/ddns) [![Docker Image Size](https://img.shields.io/docker/image-size/newfuture/ddns/latest?logo=docker&style=social)](https://hub.docker.com/r/newfuture/ddns)[![Docker Platforms](https://img.shields.io/badge/arch-amd64%20%7C%20arm64%20%7C%20arm%2Fv7%20%7C%20arm%2Fv6%20%7C%20ppc64le%20%7C%20s390x%20%7C%20386%20%7C%20riscv64-blue?style=social)](https://hub.docker.com/r/newfuture/ddns)
   - [二进制文件](https://github.com/NewFuture/DDNS/releases/latest) ![cross platform](https://img.shields.io/badge/system-windows_%7C%20linux_%7C%20mac-success.svg?style=social)
   
 - 配置方式:

+ 1 - 1
ddns/__init__.py

@@ -12,7 +12,7 @@ __version__ = "${BUILD_VERSION}"
 build_date = "${BUILD_DATE}"
 
 __doc__ = """
-ddns[{}@{}]
+ddns [v{}@{}]
 (i) homepage or docs [文档主页]: https://ddns.newfuture.cc/
 (?) issues or bugs [问题和反馈]: https://github.com/NewFuture/DDNS/issues
 Copyright (c) New Future (MIT License)