Commit 1c7240d
committed
feat(build): Add dynamic ubuntu_version tag to runner image
This change modifies the build process to support dynamic tagging of
base runner images based on the specified in a
project's .
- The function now reads the .
- If the version is 'legacy' or not specified, it defaults to ,
ensuring that existing projects continue to use the tag.
- If a specific version like 'ubuntu-24-04' is provided, it is passed
through the configuration and used to tag the runner image name.
This fixes an issue where projects intended for Ubuntu 24.04 were
incorrectly using the latest base image.1 parent b89d883 commit 1c7240d
1 file changed
+14
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
| 351 | + | |
| 352 | + | |
360 | 353 | | |
361 | | - | |
| 354 | + | |
362 | 355 | | |
363 | 356 | | |
364 | | - | |
365 | | - | |
366 | | - | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
367 | 360 | | |
368 | 361 | | |
369 | 362 | | |
| |||
489 | 482 | | |
490 | 483 | | |
491 | 484 | | |
492 | | - | |
| 485 | + | |
| 486 | + | |
493 | 487 | | |
494 | 488 | | |
495 | 489 | | |
| |||
865 | 859 | | |
866 | 860 | | |
867 | 861 | | |
868 | | - | |
869 | | - | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
870 | 866 | | |
871 | | - | |
872 | | - | |
| 867 | + | |
| 868 | + | |
873 | 869 | | |
874 | 870 | | |
875 | 871 | | |
| |||
0 commit comments