mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-17 15:36:00 +00:00
Pin official default clone image (#1526)
address https://github.com/woodpecker-ci/woodpecker/issues/1508#issuecomment-1368007494
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
|
||||
package constant
|
||||
|
||||
// PrivilegedPlugins can be changed by 'WOODPECKER_ESCALATE' at runtime
|
||||
var PrivilegedPlugins = []string{
|
||||
"plugins/docker",
|
||||
"plugins/gcr",
|
||||
"plugins/ecr",
|
||||
"woodpeckerci/plugin-docker",
|
||||
"woodpeckerci/plugin-docker-buildx",
|
||||
}
|
||||
|
||||
@@ -32,5 +32,6 @@ var DefaultConfigOrder = [...]string{
|
||||
}
|
||||
|
||||
const (
|
||||
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:2.0"
|
||||
// DefaultCloneImage can be changed by 'WOODPECKER_DEFAULT_CLONE_IMAGE' at runtime
|
||||
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:2.0.3"
|
||||
)
|
||||
|
Reference in New Issue
Block a user