Skip to content

Commit

Permalink
Bump default git clone plugin (#2215) (#2220)
Browse files Browse the repository at this point in the history
Backport #2215

- and add alternate quay registry to trusted clone image
- add alternate registry for buildx plugin
  • Loading branch information
6543 authored Aug 16, 2023
1 parent 6e4c2f8 commit 7f18689
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shared/constant/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ var PrivilegedPlugins = []string{
"plugins/gcr",
"plugins/ecr",
"woodpeckerci/plugin-docker-buildx",
"codeberg.org/woodpecker-plugins/docker-buildx",
}

// DefaultConfigOrder represent the priority in witch woodpecker search for a pipeline config by default
Expand All @@ -32,9 +33,10 @@ var DefaultConfigOrder = [...]string{

const (
// DefaultCloneImage can be changed by 'WOODPECKER_DEFAULT_CLONE_IMAGE' at runtime
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:2.0.3"
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:2.1.1"
)

var TrustedCloneImages = []string{
DefaultCloneImage,
"quay.io/woodpeckerci/plugin-git",
}

0 comments on commit 7f18689

Please sign in to comment.