Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(kuma-init): use distroless image #5945

Merged
merged 9 commits into from
Oct 22, 2024

Conversation

lobkovilya
Copy link
Contributor

Signed-off-by: Ilya Lobkov [email protected]

Checklist prior to review

  • Link to docs PR or issue --
  • Link to UI issue or PR --
  • Is the issue worked on linked? --
  • The PR does not hardcode values that might break projects that depend on kuma (e.g. "kumahq" as a image registry) --
  • The PR will work for both Linux and Windows, system specific functions like syscall.Mkfifo have equivalent implementation on the other OS --
  • Unit Tests --
  • E2E Tests --
  • Manual Universal Tests --
  • Manual Kubernetes Tests --
  • Do you need to update UPGRADE.md? --
  • Does it need to be backported according to the backporting policy? --
  • Do you need to explicitly set a > Changelog: entry here or add a ci/ label to run fewer/more tests?

@lobkovilya lobkovilya added the ci/run-full-matrix PR: Runs all possible e2e test combination (expensive use carefully) label Feb 7, 2023
@lahabana
Copy link
Contributor

lahabana commented Mar 6, 2023

@lobkovilya you know what this is blocking on?

@lobkovilya
Copy link
Contributor Author

Random legacy tests are failing, I didn't have time to look into them. I should be able to do it later this week

@lobkovilya lobkovilya closed this Apr 3, 2023
@slonka slonka reopened this Aug 1, 2023
@slonka slonka closed this Aug 1, 2023
@slonka slonka mentioned this pull request Oct 21, 2024
@slonka slonka reopened this Oct 21, 2024
Signed-off-by: slonka <[email protected]>
Co-authored-by: Ilya Lobkov <[email protected]>
@slonka slonka force-pushed the chore/use-distroless-iptables-img branch from 0e9bb43 to 14d439f Compare October 21, 2024 13:09
@slonka
Copy link
Contributor

slonka commented Oct 21, 2024

I'm reviving this PR for #11786 - we might not need apt-mirror if we don't have apt
image

@slonka slonka force-pushed the chore/use-distroless-iptables-img branch from 98abb74 to 70668ef Compare October 21, 2024 15:00
@slonka slonka marked this pull request as ready for review October 21, 2024 18:48
@slonka slonka requested a review from a team as a code owner October 21, 2024 18:48
@slonka slonka requested review from slonka and Automaat and removed request for a team October 21, 2024 18:48
@slonka slonka requested a review from lahabana October 21, 2024 19:01
@slonka slonka merged commit d5963e7 into kumahq:master Oct 22, 2024
33 checks passed
@slonka
Copy link
Contributor

slonka commented Oct 22, 2024

closed via #5945

Copy link
Contributor

github-actions bot commented Nov 28, 2024

backporting to release-2.7 with action

backporting to release-2.8 with action
backporting to release-2.9 with action

Copy link
Contributor

backporting to release-2.6 with action

kumahq bot pushed a commit that referenced this pull request Nov 28, 2024
Signed-off-by: Ilya Lobkov <[email protected]>

---------

Signed-off-by: slonka <[email protected]>
Signed-off-by: Krzysztof Słonka <[email protected]>
Co-authored-by: slonka <[email protected]>
kumahq bot pushed a commit that referenced this pull request Nov 28, 2024
Signed-off-by: Ilya Lobkov <[email protected]>

---------

Signed-off-by: slonka <[email protected]>
Signed-off-by: Krzysztof Słonka <[email protected]>
Co-authored-by: slonka <[email protected]>
kumahq bot pushed a commit that referenced this pull request Nov 28, 2024
Signed-off-by: Ilya Lobkov <[email protected]>

---------

Signed-off-by: slonka <[email protected]>
Signed-off-by: Krzysztof Słonka <[email protected]>
Co-authored-by: slonka <[email protected]>
kumahq bot pushed a commit that referenced this pull request Nov 28, 2024
Signed-off-by: Ilya Lobkov <[email protected]>

---------

Signed-off-by: slonka <[email protected]>
Signed-off-by: Krzysztof Słonka <[email protected]>
Co-authored-by: slonka <[email protected]>
lukidzi added a commit that referenced this pull request Nov 28, 2024
## Motivation

The `kuma-init` image fails to build on Ubuntu versions newer than 22.
To avoid this issue, we plan to use an older runner image. This problem
does not occur on the `master` branch because we use a different base
image for `kuma-init`. Additionally, on `release-2.9`, we are already
using Ubuntu 22.04.

## Implementation information

Use ubuntu 22

## Supporting documentation


actions/runner-images#10636 (comment)
#5945
#11826

<!--
Uncomment the above section to explicitly set a [`> Changelog:` entry
here](https://github.com/kumahq/kuma/blob/master/CONTRIBUTING.md#submitting-a-patch)?
-->

Signed-off-by: Lukasz Dziedziak <[email protected]>
lukidzi added a commit that referenced this pull request Nov 28, 2024
## Motivation

The `kuma-init` image fails to build on Ubuntu versions newer than 22.
To avoid this issue, we plan to use an older runner image. This problem
does not occur on the `master` branch because we use a different base
image for `kuma-init`. Additionally, on `release-2.9`, we are already
using Ubuntu 22.04.

## Implementation information

Use ubuntu 22

## Supporting documentation


actions/runner-images#10636 (comment)
#5945
#11826

<!--
Uncomment the above section to explicitly set a [`> Changelog:` entry
here](https://github.com/kumahq/kuma/blob/master/CONTRIBUTING.md#submitting-a-patch)?
-->

---------

Signed-off-by: Lukasz Dziedziak <[email protected]>
lukidzi added a commit that referenced this pull request Nov 28, 2024
## Motivation

The `kuma-init` image fails to build on Ubuntu versions newer than 22.
To avoid this issue, we plan to use an older runner image. This problem
does not occur on the `master` branch because we use a different base
image for `kuma-init`. Additionally, on `release-2.9`, we are already
using Ubuntu 22.04.

## Implementation information

Use ubuntu 22

## Supporting documentation


actions/runner-images#10636 (comment)
#5945
#11826

<!--
Uncomment the above section to explicitly set a [`> Changelog:` entry
here](https://github.com/kumahq/kuma/blob/master/CONTRIBUTING.md#submitting-a-patch)?
-->

Signed-off-by: Lukasz Dziedziak <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport ci/run-full-matrix PR: Runs all possible e2e test combination (expensive use carefully)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants