Skip to content

Commit

Permalink
Merge pull request #2142 from justaugustus/debian-base
Browse files Browse the repository at this point in the history
images: Build debian-iptables / setcap from debian-base:buster-v1.8.0
  • Loading branch information
k8s-ci-robot authored Jun 23, 2021
2 parents e54e70d + a523be4 commit 639ec0b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ dependencies:
match: '[a-zA-Z]+\-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/debian-base: dependents"
version: buster-v1.7.2
version: buster-v1.8.0
refPaths:
- path: images/build/debian-iptables/Makefile
match: DEBIAN_BASE_VERSION\ \?=\ [a-zA-Z]+\-v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
Expand All @@ -245,15 +245,15 @@ dependencies:
match: '[a-zA-Z]+\-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/debian-iptables"
version: buster-v1.6.4
version: buster-v1.6.5
refPaths:
- path: images/build/debian-iptables/Makefile
match: IMAGE_VERSION\ \?=\ [a-zA-Z]+\-v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
- path: images/build/debian-iptables/variants.yaml
match: '[a-zA-Z]+\-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"
version: buster-v2.0.2
version: buster-v2.0.3
refPaths:
- path: images/build/setcap/Makefile
match: IMAGE_VERSION\ \?=\ [a-zA-Z]+\-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
4 changes: 2 additions & 2 deletions images/build/debian-iptables/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ REGISTRY?="gcr.io/k8s-staging-build-image"
IMAGE=$(REGISTRY)/debian-iptables

TAG ?= $(shell git describe --tags --always --dirty)
IMAGE_VERSION ?= buster-v1.6.4
IMAGE_VERSION ?= buster-v1.6.5
CONFIG ?= buster
DEBIAN_BASE_VERSION ?= buster-v1.7.2
DEBIAN_BASE_VERSION ?= buster-v1.8.0

ARCH?=amd64
ALL_ARCH = amd64 arm arm64 ppc64le s390x
Expand Down
4 changes: 2 additions & 2 deletions images/build/debian-iptables/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variants:
buster:
CONFIG: 'buster'
IMAGE_VERSION: 'buster-v1.6.4'
DEBIAN_BASE_VERSION: 'buster-v1.7.2'
IMAGE_VERSION: 'buster-v1.6.5'
DEBIAN_BASE_VERSION: 'buster-v1.8.0'
4 changes: 2 additions & 2 deletions images/build/setcap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ REGISTRY?="gcr.io/k8s-staging-build-image"
IMAGE=$(REGISTRY)/setcap

TAG ?= $(shell git describe --tags --always --dirty)
IMAGE_VERSION ?= buster-v2.0.2
IMAGE_VERSION ?= buster-v2.0.3
CONFIG ?= buster
DEBIAN_BASE_VERSION ?= buster-v1.7.2
DEBIAN_BASE_VERSION ?= buster-v1.8.0

ARCH?=amd64
ALL_ARCH = amd64 arm arm64 ppc64le s390x
Expand Down
4 changes: 2 additions & 2 deletions images/build/setcap/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variants:
buster:
CONFIG: 'buster'
IMAGE_VERSION: 'buster-v2.0.2'
DEBIAN_BASE_VERSION: 'buster-v1.7.2'
IMAGE_VERSION: 'buster-v2.0.3'
DEBIAN_BASE_VERSION: 'buster-v1.8.0'

0 comments on commit 639ec0b

Please sign in to comment.