Skip to content

Commit

Permalink
setcap: Build bullseye-v1.1.0 / buster-v2.1.0 images
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <foo@auggie.dev>
  • Loading branch information
justaugustus committed Dec 17, 2021
1 parent 9fd66d6 commit 7936bdd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ dependencies:
match: GORUNNER_VERSION \?= v\d+\.\d+\.\d+-go\d+.\d+(alpha|beta|rc)?\.?(\d+)?-bullseye\.\d+

- name: "k8s.gcr.io/build-image/setcap"
version: bullseye-v1.0.0
version: bullseye-v1.1.0
refPaths:
- path: images/build/setcap/Makefile
match: IMAGE_VERSION\ \?=\ bullseye-v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
Expand Down Expand Up @@ -426,7 +426,7 @@ dependencies:
match: "IMAGE_VERSION: 'bullseye-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/build-image/setcap (next candidate)"
version: bullseye-v1.0.0
version: bullseye-v1.1.0
refPaths:
- path: images/build/setcap/variants.yaml
match: "IMAGE_VERSION: 'bullseye-v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'"
Expand Down
2 changes: 1 addition & 1 deletion images/build/setcap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ REGISTRY?="gcr.io/k8s-staging-build-image"
IMAGE=$(REGISTRY)/setcap

TAG ?= $(shell git describe --tags --always --dirty)
IMAGE_VERSION ?= bullseye-v1.0.0
IMAGE_VERSION ?= bullseye-v1.1.0
CONFIG ?= bullseye
DEBIAN_BASE_VERSION ?= bullseye-v1.1.0

Expand Down
4 changes: 2 additions & 2 deletions images/build/setcap/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ variants:
# Debian 11 - Kubernetes 1.23 and newer
bullseye:
CONFIG: 'bullseye'
IMAGE_VERSION: 'bullseye-v1.0.0'
IMAGE_VERSION: 'bullseye-v1.1.0'
DEBIAN_BASE_VERSION: 'bullseye-v1.1.0'
# Debian 10 - Kubernetes 1.22 and older
buster:
CONFIG: 'buster'
IMAGE_VERSION: 'buster-v2.0.4'
IMAGE_VERSION: 'buster-v2.1.0'
DEBIAN_BASE_VERSION: 'buster-v1.10.0'

0 comments on commit 7936bdd

Please sign in to comment.