Skip to content

Commit

Permalink
Remove debian-iptables image
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Jul 12, 2023
1 parent ebcec94 commit 0b1dcaf
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 301 deletions.
6 changes: 0 additions & 6 deletions .github/ISSUE_TEMPLATE/dep-golang.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ SIG Release Slack thread:
#### After go-runner image promotion

<!-- Example: https://github.com/kubernetes/release/pull/2920 -->
- [ ] `debian-iptables` image update:

<!-- Example: https://github.com/kubernetes/k8s.io/pull/3597 -->
- [ ] image promotion:

<!-- Example: https://github.com/kubernetes/release/pull/2920 -->
- [ ] `distroless-iptables` image update:

Expand Down
30 changes: 0 additions & 30 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -422,10 +422,6 @@ dependencies:
# match: CONFIG\ \?=\ bullseye
# - path: images/build/debian-base/variants.yaml
# match: "CONFIG: 'bullseye'"
# - path: images/build/debian-iptables/Makefile
# match: CONFIG\ \?=\ bullseye
# - path: images/build/debian-iptables/variants.yaml
# match: "CONFIG: 'bullseye'"
# Must match distroless Debian version as well
- path: images/build/go-runner/Makefile
match: OS_CODENAME\ \?=\ bullseye
Expand Down Expand Up @@ -471,23 +467,11 @@ dependencies:
- name: "registry.k8s.io/build-image/debian-base: dependents"
version: bookworm-v1.0.0
refPaths:
- path: images/build/debian-iptables/Makefile
match: DEBIAN_BASE_VERSION\ \?=\ bookworm-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: "DEBIAN_BASE_VERSION: 'bookworm-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/setcap/Makefile
match: DEBIAN_BASE_VERSION\ \?=\ bookworm-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/setcap/variants.yaml
match: "DEBIAN_BASE_VERSION: 'bookworm-v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'"

- name: "registry.k8s.io/build-image/debian-iptables"
version: bookworm-v1.0.0
refPaths:
- path: images/build/debian-iptables/Makefile
match: IMAGE_VERSION\ \?=\ bookworm-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: "IMAGE_VERSION: 'bookworm-v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'"

- name: "registry.k8s.io/build-image/distroless-iptables"
version: v0.2.5
refPaths:
Expand All @@ -497,8 +481,6 @@ dependencies:
- name: "registry.k8s.io/build-image/go-runner: dependents"
version: v2.3.1-go1.20.5-bullseye.0
refPaths:
- path: images/build/debian-iptables/Makefile
match: GORUNNER_VERSION \?= v\d+\.\d+\.\d+-go\d+.\d+(alpha|beta|rc)?\.?(\d+)?-bullseye\.\d+
- path: images/build/distroless-iptables/Makefile
match: GORUNNER_VERSION \?= v\d+\.\d+\.\d+-go\d+.\d+(alpha|beta|rc)?\.?(\d+)?-bullseye\.\d+

Expand All @@ -520,17 +502,9 @@ dependencies:
- name: "registry.k8s.io/build-image/debian-base: dependents (next candidate)"
version: bookworm-v1.0.0
refPaths:
- path: images/build/debian-iptables/variants.yaml
match: "DEBIAN_BASE_VERSION: 'bookworm-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/setcap/variants.yaml
match: "DEBIAN_BASE_VERSION: 'bookworm-v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'"

- name: "registry.k8s.io/build-image/debian-iptables (next candidate)"
version: bookworm-v1.0.0
refPaths:
- path: images/build/debian-iptables/variants.yaml
match: "IMAGE_VERSION: 'bookworm-v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'"

- name: "registry.k8s.io/build-image/setcap (next candidate)"
version: bookworm-v1.0.0
refPaths:
Expand All @@ -545,8 +519,6 @@ dependencies:
match: "name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v[0-9]{8}-[a-z0-9]{10}'"
- path: images/build/debian-base/cloudbuild.yaml
match: "name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v[0-9]{8}-[a-z0-9]{10}'"
- path: images/build/debian-iptables/cloudbuild.yaml
match: "name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v[0-9]{8}-[a-z0-9]{10}'"
- path: images/build/go-runner/cloudbuild.yaml
match: "name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v[0-9]{8}-[a-z0-9]{10}'"
- path: images/build/setcap/cloudbuild.yaml
Expand All @@ -557,8 +529,6 @@ dependencies:
- name: qemu
version: 7.2.0-1
refPaths:
- path: images/build/debian-iptables/Makefile
match: QEMUVERSION
- path: images/build/distroless-iptables/Makefile
match: QEMUVERSION
- path: images/build/setcap/Makefile
Expand Down
85 changes: 0 additions & 85 deletions images/build/debian-iptables/Makefile

This file was deleted.

14 changes: 0 additions & 14 deletions images/build/debian-iptables/OWNERS

This file was deleted.

21 changes: 0 additions & 21 deletions images/build/debian-iptables/README.md

This file was deleted.

48 changes: 0 additions & 48 deletions images/build/debian-iptables/bookworm/Dockerfile

This file was deleted.

40 changes: 0 additions & 40 deletions images/build/debian-iptables/bookworm/iptables-wrapper

This file was deleted.

51 changes: 0 additions & 51 deletions images/build/debian-iptables/cloudbuild.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions images/build/debian-iptables/variants.yaml

This file was deleted.

0 comments on commit 0b1dcaf

Please sign in to comment.