Skip to content

Commit

Permalink
images: Build debian-iptables:buster-v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wespanther committed Apr 8, 2021
1 parent 196bd87 commit cd13b16
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,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.4.0
version: buster-v1.5.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 @@ -196,7 +196,7 @@ dependencies:
match: TAG\?=[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.5.0
version: buster-v1.6.0
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-]+)*))?)
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.5.0
IMAGE_VERSION ?= buster-v1.6.0
CONFIG ?= buster
DEBIAN_BASE_VERSION ?= buster-v1.4.0
DEBIAN_BASE_VERSION ?= buster-v1.5.0

ARCH?=amd64
ALL_ARCH = amd64 arm arm64 ppc64le s390x
Expand Down
3 changes: 2 additions & 1 deletion images/build/debian-iptables/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ FROM ${BASEIMAGE}

# Install iptables and ebtables packages from buster-backports
ARG IPTABLES_VERSION
RUN echo deb http://deb.debian.org/debian buster-backports main >> /etc/apt/sources.list \
RUN ln -s /bin/rm /usr/sbin/rm \
&& echo deb http://deb.debian.org/debian buster-backports main >> /etc/apt/sources.list \
&& apt-get update \
&& apt-get -t buster-backports -y --no-install-recommends install \
iptables=${IPTABLES_VERSION}* \
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,6 +1,6 @@
variants:
buster:
CONFIG: 'buster'
IMAGE_VERSION: 'buster-v1.5.0'
DEBIAN_BASE_VERSION: 'buster-v1.4.0'
IMAGE_VERSION: 'buster-v1.6.0'
DEBIAN_BASE_VERSION: 'buster-v1.5.0'
IPTABLES_VERSION: '1.8.5'

0 comments on commit cd13b16

Please sign in to comment.