Skip to content

Commit

Permalink
chore(images): pin ubuntu version (#12130)
Browse files Browse the repository at this point in the history
## 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]>
  • Loading branch information
lukidzi authored Nov 28, 2024
1 parent d59a65d commit 3e14297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: |
make publish/pulp
build-images:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # pining to this version since we use older base image for kuma-init and we don't want to change it since it can break users environment
timeout-minutes: 15
strategy:
fail-fast: false
Expand Down

0 comments on commit 3e14297

Please sign in to comment.