Commit a7289e4
chore: Add fvm_version input and update environment variables (#4651)
* chore: Add fvm_version input and update environment variables
* Add VERSION input to action.yaml environment variables
* Add Docker API version environment variable
Set Docker API version for local-k8 run mode.
* Add DOCKER_API_VERSION environment variable for K3d
* Use global environment variable for that one
Removed DOCKER_API_VERSION environment variable from multiple jobs in CI workflow.
* Add DOCKER_API_VERSION to merge_queue workflow
* Fix docker_push job for Docker API 1.44 compatibility
- Add Docker Buildx setup step before login
- Replace docker manifest commands with docker buildx imagetools create
- Maintain existing image naming convention with -amd64 and -arm64v8 suffixes
- Keep DOCKER_API_VERSION at 1.44 (no downgrade)
This resolves the "is a manifest list" error that occurs with Docker API 1.44's stricter handling of manifest lists vs. single-platform images.
Co-authored-by: morenol <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>1 parent ebe2c42 commit a7289e4
3 files changed
Lines changed: 17 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
410 | 411 | | |
411 | 412 | | |
412 | 413 | | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
413 | 417 | | |
414 | 418 | | |
415 | 419 | | |
| |||
420 | 424 | | |
421 | 425 | | |
422 | 426 | | |
| 427 | + | |
| 428 | + | |
423 | 429 | | |
424 | 430 | | |
| 431 | + | |
| 432 | + | |
425 | 433 | | |
426 | 434 | | |
427 | | - | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
428 | 439 | | |
429 | 440 | | |
430 | | - | |
431 | 441 | | |
432 | 442 | | |
433 | 443 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
0 commit comments