9.2. 容器 registry 凭证
osbuild-worker
服务负责与容器 registry 的通信。要启用此功能,您可以设置 /etc/osbuild-worker/osbuild-worker.toml
配置文件。
注意
在设置 /etc/osbuild-worker/osbuild-worker.toml
配置文件后,您必须重启 osbuild-worker
服务,因为在 osbuild-worker
服务启动时,它只会读取 /etc/osbuild-worker/osbuild-worker.toml
配置文件一次。
/etc/osbuild-worker/osbuild-worker.toml
配置文件有一个 containers 部分,它带有 auth_field_path
条目,其值是是一个字符串代表用于访问受保护的资源的 containers-auth.json
文件路径。容器 registry 凭证仅在将容器嵌入到镜像中时用于从 registry 中拉取容器镜像。
例如:
[containers] auth_file_path = "/etc/osbuild-worker/containers-auth.json"
其他资源
-
您系统上的
containers-auth.json
手册页