镜像构建历史
# 2026-07-11 14:32:02 39.90MB 复制新文件或目录到容器中
COPY linux/amd64/netbird /usr/local/bin/netbird # buildkit
# 2026-07-11 14:32:02 20.48KB 复制新文件或目录到容器中
COPY client/netbird-entrypoint.sh /usr/local/bin/netbird-entrypoint.sh # buildkit
# 2026-07-11 14:32:02 0.00B 定义构建参数
ARG NETBIRD_BINARY=linux/amd64/netbird
# 2026-07-11 14:32:02 0.00B 定义构建参数
ARG TARGETPLATFORM=linux/amd64
# 2026-07-11 14:32:02 0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/netbird-entrypoint.sh"]
# 2026-07-11 14:32:02 0.00B 设置环境变量 NETBIRD_BIN NB_LOG_FILE NB_DAEMON_ADDR NB_ENABLE_CAPTURE NB_ENTRYPOINT_SERVICE_TIMEOUT
ENV NETBIRD_BIN=/usr/local/bin/netbird NB_LOG_FILE=console,/var/log/netbird/client.log NB_DAEMON_ADDR=unix:///var/run/netbird.sock NB_ENABLE_CAPTURE=false NB_ENTRYPOINT_SERVICE_TIMEOUT=30
# 2026-07-11 14:32:02 8.83MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk add --no-cache bash ca-certificates ip6tables iproute2 iptables # buildkit
# 2026-06-16 08:01:29 0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
# 2026-06-16 08:01:29 9.07MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
镜像信息
{
"Id": "sha256:81c69fc4a9b6ef1fd3833f4a2e4aa65dafcf90b5ee1fd95b11486cafb4aba313",
"RepoTags": [
"netbirdio/netbird:0.74.4",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/netbirdio/netbird:0.74.4"
],
"RepoDigests": [
"netbirdio/netbird@sha256:81c69fc4a9b6ef1fd3833f4a2e4aa65dafcf90b5ee1fd95b11486cafb4aba313",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/netbirdio/netbird@sha256:81c69fc4a9b6ef1fd3833f4a2e4aa65dafcf90b5ee1fd95b11486cafb4aba313"
],
"Parent": "",
"Comment": "buildkit.dockerfile.v0",
"Created": "2026-07-11T06:32:02.717938136Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "",
"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",
"NETBIRD_BIN=/usr/local/bin/netbird",
"NB_LOG_FILE=console,/var/log/netbird/client.log",
"NB_DAEMON_ADDR=unix:///var/run/netbird.sock",
"NB_ENABLE_CAPTURE=false",
"NB_ENTRYPOINT_SERVICE_TIMEOUT=30"
],
"Cmd": null,
"Image": "",
"Volumes": null,
"WorkingDir": "/",
"Entrypoint": [
"/usr/local/bin/netbird-entrypoint.sh"
],
"OnBuild": null,
"Labels": null
},
"Architecture": "amd64",
"Os": "linux",
"Size": 21348963,
"GraphDriver": {
"Data": null,
"Name": "overlayfs"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:34884abbe92863fce933ed7c39c0e045631af0ed86d5cc0dfbdf9fdca426ce3c",
"sha256:9dadc7c3a67ae27f7455ac92ccbf425433579beee0a02100bedb8f229eadc23f",
"sha256:27c3f2c04c5442f669e1967781b6c5775c97a621e4d875fed37a50770df77520",
"sha256:e2336ab0e9addc152043164ab3f2d13ace49ffcdfa256340998c2b41ca2a6260"
]
},
"Metadata": {
"LastTagTime": "2026-08-06T09:56:43.803961391Z"
}
}