ℹ️
注意:这是一个 latest 标签镜像

latest 并不代表最新版本,本站同步时间存在延迟,无法保证此镜像与上游最新版本一致
生产环境建议使用明确的版本号(如 v1.2.3),避免因版本不一致导致问题。 了解更多 →

logo
docker.io/timothyye/godns:latest
linux/arm64 docker.io 请确认架构匹配

Godns是一个基于Go语言开发的动态DNS(DDNS)客户端工具,支持多种主流DNS服务商(如Cloudflare、DNSPod、阿里云DNS等),能够自动检测本地公网IP地址的变化,并将变化后的IP地址更新到对应的域名解析记录中,适用于需要将动态IP地址与域名绑定的场景,如家庭服务器、个人网站等。

13
浏览次数
20.91MB
镜像大小
源镜像
docker.io/timothyye/godns:latest
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timothyye/godns:latest-linuxarm64
镜像ID
sha256:081e13b6c22f25aed56a3ac3c3633ef779a7e8d02e67e9a72c17121341f6c184
镜像 TAG
latest-linuxarm64
镜像大小
20.91MB
平台架构
linux/arm64
镜像源
docker.io
CMD
启动入口
/godns
工作目录
/
OS/平台
linux/arm64
镜像创建
2026-05-25T16:46:01.950523779Z
同步时间
2026-07-04 14:11
浏览量
13 次
贡献者
⚙️ 环境变量 2
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt 1
🏷️ 镜像标签 8
KeyValue
2026-05-25T16:37:05.175Z org.opencontainers.image.created
A dynamic DNS client tool that supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc, written in Go. org.opencontainers.image.description
Apache-2.0 org.opencontainers.image.licenses
0337089b93117dc8475d60d49734d469f9a919f2 org.opencontainers.image.revision
https://github.com/TimothyYe/godns org.opencontainers.image.source
godns org.opencontainers.image.title
https://github.com/TimothyYe/godns org.opencontainers.image.url
v3.4.2 org.opencontainers.image.version
🛡️ 镜像安全扫描
debian 12.14 Trivy 2026-07-04 14:12 查看完整报告
2
低危 LOW
33
中危 MEDIUM
28
高危 HIGH
1
严重 CRITICAL
受影响目标 (2)
docker.io/timothyye/godns:latest (debian 12.14) debian godns gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timothyye/godns:latest-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timothyye/godns:latest-linuxarm64  docker.io/timothyye/godns:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timothyye/godns:latest-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timothyye/godns:latest-linuxarm64  docker.io/timothyye/godns:latest

Shell快速替换命令

sed -i 's#timothyye/godns:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timothyye/godns:latest-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timothyye/godns:latest-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timothyye/godns:latest-linuxarm64  docker.io/timothyye/godns:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timothyye/godns:latest-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timothyye/godns:latest-linuxarm64  docker.io/timothyye/godns:latest'

镜像构建历史


# 2026-05-26 00:46:01  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/godns"]
                        
# 2026-05-26 00:46:01  0.00B 设置工作目录为/
WORKDIR /
                        
# 2026-05-26 00:46:01  0.00B 指定运行容器时使用的用户
USER nonroot:nonroot
                        
# 2026-05-26 00:46:01  18.15MB 复制新文件或目录到容器中
COPY /app/godns /godns # buildkit
                        
# 2026-05-26 00:46:01  446.63KB 复制新文件或目录到容器中
COPY /usr/share/zoneinfo /usr/share/zoneinfo # buildkit
                        
# 2026-05-26 00:46:01  222.60KB 复制新文件或目录到容器中
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit
                        
# 1970-01-01 08:00:00  235.53KB 
bazel build //common:cacerts_debian12_arm64
                        
# 1970-01-01 08:00:00  346.00B 
bazel build //common:os_release_debian12
                        
# 1970-01-01 08:00:00  497.00B 
bazel build //static:nsswitch
                        
# 1970-01-01 08:00:00  0.00B 
bazel build //common:tmp
                        
# 1970-01-01 08:00:00  64.00B 
bazel build //common:group
                        
# 1970-01-01 08:00:00  0.00B 
bazel build //common:home
                        
# 1970-01-01 08:00:00  149.00B 
bazel build //common:passwd
                        
# 1970-01-01 08:00:00  0.00B 
bazel build //common:rootfs
                        
# 1970-01-01 08:00:00  82.13KB 
bazel build @bookworm//media-types/arm64:data_statusd
                        
# 1970-01-01 08:00:00  1.48MB 
bazel build @bookworm//tzdata/arm64:data_statusd
                        
# 1970-01-01 08:00:00  22.89KB 
bazel build @bookworm//netbase/arm64:data_statusd
                        
# 1970-01-01 08:00:00  270.78KB 
bazel build @bookworm//base-files/arm64:data_statusd
                        
                    

镜像信息

{
    "Id": "sha256:081e13b6c22f25aed56a3ac3c3633ef779a7e8d02e67e9a72c17121341f6c184",
    "RepoTags": [
        "timothyye/godns:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timothyye/godns:latest-linuxarm64"
    ],
    "RepoDigests": [
        "timothyye/godns@sha256:2ae70a3b5dcb2a52202e1e2dd7ce4d0d8cf5f5727d06c33f2f506cc199851a28",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timothyye/godns@sha256:2f1edf166bef7b85abf24a5a4b3c0cba5d7a04221ac8a0c6a1e7f37bf8713efb"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-05-25T16:46:01.950523779Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "nonroot:nonroot",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/godns"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-05-25T16:37:05.175Z",
            "org.opencontainers.image.description": "A dynamic DNS client tool that supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net \u0026 DuckDNS \u0026 DreamHost, etc, written in Go.",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "0337089b93117dc8475d60d49734d469f9a919f2",
            "org.opencontainers.image.source": "https://github.com/TimothyYe/godns",
            "org.opencontainers.image.title": "godns",
            "org.opencontainers.image.url": "https://github.com/TimothyYe/godns",
            "org.opencontainers.image.version": "v3.4.2"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 20911520,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/2b2e1d72d30ece719227de9038510d00bc6494eff66978ff596524ab0367e6c1/diff:/var/lib/docker/overlay2/b56e400759b31deab7d98b09b26830e266df269dfc3c3003c56d27eb71ea5073/diff:/var/lib/docker/overlay2/35a3436a351e84e5a30e1373872b49388b28f9c3239b678359f0458966ea1c2e/diff:/var/lib/docker/overlay2/7b680f0d8a902f56b79225be34d119afc21f24e9ba89866a9a7bbb88e5cdcc24/diff:/var/lib/docker/overlay2/7c2d635ed126cef62f961f423139960a8a241e2fa9458e4e729258751f45dc1b/diff:/var/lib/docker/overlay2/95851e4fd71396ec89f4aaed71edd95a7761421941684dd29ab6d04e559cedff/diff:/var/lib/docker/overlay2/7d8938edf488051023055a490825e117f4f2a4ce3a380a528cdef8d4c3827ed3/diff:/var/lib/docker/overlay2/f6398e193ba8dddd5ff8f86b196a6c18852d7fb5af41250b6d7aa25977173e49/diff:/var/lib/docker/overlay2/82d1369d73e3658f86780bbfe76d19d61e5e3642bbcff3446c4e0e4ef95d8fee/diff:/var/lib/docker/overlay2/da55330f939af39763ca77c58fa29756faf9750036d40adcd0b184851e0cfe4e/diff:/var/lib/docker/overlay2/9f7d54e87df7637b78b7549295bad45c115f8cc5521c4e3fff075d80bd31ae11/diff:/var/lib/docker/overlay2/bbc9d1e9bb44dc6e6b754b5bfdbda578ba8f2f528ddd7594e1b85fb746dffadb/diff:/var/lib/docker/overlay2/06e08e2ddc27e2054bc79da5054a621ee14ce08a62a7ff1d5259cc41c465ab71/diff:/var/lib/docker/overlay2/bd917cd60fc1f2d28760b393f36d25c724e4d4f58af253a7674a359c168cddae/diff",
            "MergedDir": "/var/lib/docker/overlay2/8788f94850ed93a39fd48557b42e3f8e0e676b1abb33838377f77c1e4d4204db/merged",
            "UpperDir": "/var/lib/docker/overlay2/8788f94850ed93a39fd48557b42e3f8e0e676b1abb33838377f77c1e4d4204db/diff",
            "WorkDir": "/var/lib/docker/overlay2/8788f94850ed93a39fd48557b42e3f8e0e676b1abb33838377f77c1e4d4204db/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a0ff877a11d72f1832840a3cddfeeb3962d2b3fae4e11aca8de212cb24ced9f3",
            "sha256:8fa10c0194df9b7c054c90dbe482585f768a54428fc90a5b78a0066a123b1bba",
            "sha256:35b5ba6e08cdd034b8d1920f9c7203e5d66f258e1915f164a01de0af14f34710",
            "sha256:114dde0fefebbca13165d0da9c500a66190e497a82a53dcaabc3172d630be1e9",
            "sha256:4d049f83d9cf21d1f5cc0e11deaf36df02790d0e60c1a3829538fb4b61685368",
            "sha256:af5aa97ebe6ce1604747ec1e21af7136ded391bcabe4acef882e718a87c86bcc",
            "sha256:6f1cdceb6a3146f0ccb986521156bef8a422cdbb0863396f7f751f575ba308f4",
            "sha256:bd3cdfae1d3fdd83a2231d608969b38b82349777c2fff9a7c12d54f8ac5c9b38",
            "sha256:4cde6b0bb6f50a5f255eef7b2a42162c661cf776b803225dcac9a659e396bb6b",
            "sha256:ad51d0769d16ba578106a177987dfe3d2e02c1668c852b795b2f6b024068242a",
            "sha256:6e7fbcf090d09b73a4aa85f9dce690d0ace73877c150b7c56955487b6e7a822a",
            "sha256:33b37ab0b0901175c2699d81c10b0c887f0dff944de74763cca00c155904d6fb",
            "sha256:557e9b1294408a12f488433ed6861fe0ad1d22670f7327e85dfe9a68c56452a3",
            "sha256:235e51d12538df5bbb13f9fbb539121cd956a161fac67349ddbb7acde405b8b1",
            "sha256:58cb443c69e5e680c7f9b585461051464929fc2ae008f7e7bcad5ef2944fabcb"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-04T14:11:56.550785058+08:00"
    }
}

更多版本

docker.io/timothyye/godns:latest

linux/arm64 docker.io20.91MB2026-07-04 14:11
12
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×