mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
bump agnhost base image
This commit is contained in:
parent
c1f36fa6f2
commit
5e712b85a1
@ -1,7 +1,7 @@
|
||||
dependencies:
|
||||
# agnhost: bump this one first
|
||||
- name: "agnhost"
|
||||
version: "2.25"
|
||||
version: "2.26"
|
||||
refPaths:
|
||||
- path: test/images/agnhost/VERSION
|
||||
match: \d.\d
|
||||
|
@ -1,8 +1,8 @@
|
||||
linux/amd64=alpine:3.6
|
||||
linux/arm=arm32v6/alpine:3.6
|
||||
linux/arm64=arm64v8/alpine:3.6
|
||||
linux/ppc64le=ppc64le/alpine:3.6
|
||||
linux/s390x=s390x/alpine:3.6
|
||||
linux/amd64=alpine:3.12
|
||||
linux/arm=arm32v6/alpine:3.12
|
||||
linux/arm64=arm64v8/alpine:3.12
|
||||
linux/ppc64le=ppc64le/alpine:3.12
|
||||
linux/s390x=s390x/alpine:3.12
|
||||
windows/amd64/1809=REGISTRY/busybox:1.29-windows-amd64-1809
|
||||
windows/amd64/1903=REGISTRY/busybox:1.29-windows-amd64-1903
|
||||
windows/amd64/1909=REGISTRY/busybox:1.29-windows-amd64-1909
|
||||
|
@ -1 +1 @@
|
||||
2.25
|
||||
2.26
|
||||
|
@ -51,7 +51,7 @@ import (
|
||||
func main() {
|
||||
rootCmd := &cobra.Command{
|
||||
Use: "app",
|
||||
Version: "2.25",
|
||||
Version: "2.26",
|
||||
}
|
||||
|
||||
rootCmd.AddCommand(auditproxy.CmdAuditProxy)
|
||||
|
Loading…
Reference in New Issue
Block a user