From 5e712b85a160ac6d1471e08014fd650cf6dfa0f9 Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Fri, 27 Nov 2020 16:38:52 +0100 Subject: [PATCH] bump agnhost base image --- build/dependencies.yaml | 2 +- test/images/agnhost/BASEIMAGE | 10 +++++----- test/images/agnhost/VERSION | 2 +- test/images/agnhost/agnhost.go | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 6078bdab662..be5987c6106 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -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 diff --git a/test/images/agnhost/BASEIMAGE b/test/images/agnhost/BASEIMAGE index cc7c45a7657..8d0decfc7cd 100644 --- a/test/images/agnhost/BASEIMAGE +++ b/test/images/agnhost/BASEIMAGE @@ -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 diff --git a/test/images/agnhost/VERSION b/test/images/agnhost/VERSION index 8bd2249aca9..e90e35faf56 100644 --- a/test/images/agnhost/VERSION +++ b/test/images/agnhost/VERSION @@ -1 +1 @@ -2.25 +2.26 diff --git a/test/images/agnhost/agnhost.go b/test/images/agnhost/agnhost.go index 0e9bd6986c2..8bb19733b79 100644 --- a/test/images/agnhost/agnhost.go +++ b/test/images/agnhost/agnhost.go @@ -51,7 +51,7 @@ import ( func main() { rootCmd := &cobra.Command{ Use: "app", - Version: "2.25", + Version: "2.26", } rootCmd.AddCommand(auditproxy.CmdAuditProxy)