在 Bitbucket Pipelines 中推回存储库时使用什么图像?
What image to use when pushing back to repository in Bitbucket Pipelines?
我理解此文档https://support.atlassian.com/bitbucket-cloud/docs/push-back-to-your-repository/,但它没有告诉您应该使用哪个图像来回推。
这是否意味着您使用的任何图像都将 git 安装在容器上?如果不是,什么是用于推回的最佳图像?
您选择 docker 图像,因此它可以是任何已安装的图像。我怀疑大多数图像都会安装 git。
我只是用,它确实安装了它(虽然不是 git-lfs)
image: atlassian/default-image:2
我理解此文档https://support.atlassian.com/bitbucket-cloud/docs/push-back-to-your-repository/,但它没有告诉您应该使用哪个图像来回推。
这是否意味着您使用的任何图像都将 git 安装在容器上?如果不是,什么是用于推回的最佳图像?
您选择 docker 图像,因此它可以是任何已安装的图像。我怀疑大多数图像都会安装 git。
我只是用,它确实安装了它(虽然不是 git-lfs)
image: atlassian/default-image:2