Skip to content

Commit

Permalink
[go1.16] vulndash: Build v0.4.3-6 image
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <foo@auggie.dev>
  • Loading branch information
justaugustus committed Mar 9, 2021
1 parent 9924214 commit 0b400b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cmd/vulndash/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ SHELL=/bin/bash -o pipefail

REGISTRY ?= gcr.io/k8s-staging-artifact-promoter
IMGNAME = vulndash
IMAGE_VERSION ?= v0.4.3-5
IMAGE_VERSION ?= v0.4.3-6
CONFIG ?= buster

IMAGE = $(REGISTRY)/$(IMGNAME)

TAG ?= $(shell git describe --tags --always --dirty)

# Build args
GO_VERSION ?= 1.16
GO_VERSION ?= 1.16.1
DISTROLESS_IMAGE ?= static-debian10

PLATFORMS ?= linux/amd64
Expand Down
4 changes: 2 additions & 2 deletions cmd/vulndash/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variants:
default:
IMAGE_VERSION: 'v0.4.3-5'
GO_VERSION: '1.16'
IMAGE_VERSION: 'v0.4.3-6'
GO_VERSION: '1.16.1'
DISTROLESS_IMAGE: 'static-debian10'
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ dependencies:
match: v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)

- name: "k8s.gcr.io/artifact-promoter/vulndash"
version: v0.4.3-5
version: v0.4.3-6
refPaths:
- path: cmd/vulndash/Makefile
match: IMAGE_VERSION\ \?=\ v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)-([0-9]+)
Expand Down

0 comments on commit 0b400b9

Please sign in to comment.