Podman
如何使用 buildah 為圖像設置 –author 和 –message?
有 a
buildah commit
和 apodman commit
但是buildah commit
不支持--author
或--message
由 提供podman
。有沒有辦法用 just 來獲得這個功能buildah
?還是我只需要設置一個帶有圖像的容器來設置作者和消息?
您可以使用 設置圖像的作者
buildah config --author
。據我所知,沒有
buildah
等同於podman commit --message
.
buildah config --comment
相當於podman commit --message
。