有一个buildah commit和一个podman commit,但是buildah commit不支持由podman提供的--author或--message。是否有一种方法可以只使用buildah来获得此功能?或者,我需要把一个容器与图像,仅仅是为了设置作者和信息?
发布于 2021-07-19 19:03:13
您可以使用buildah config --author设置图像的作者。
据我所知,没有与buildah等价的podman commit --message。
发布于 2021-07-20 17:20:56
buildah config --comment相当于podman commit --message。
https://unix.stackexchange.com/questions/659067
复制相似问题