This repository was archived by the owner on Nov 14, 2025. It is now read-only.
Commit 8a104e2
fix: use docker buildx imagetools for multi-platform OCI archives (#316)
Replaced skopeo with docker buildx imagetools for importing and pushing
multi-platform Docker images from OCI archives. The imagetools command
is specifically designed to handle OCI manifest lists.
Changes:
- Removed skopeo installation step
- Replaced skopeo copy commands with docker buildx imagetools import
- Use imagetools create for additional tag aliases
This fixes the error: "more than one image in oci, choose an image"
The buildx imagetools approach:
1. docker buildx imagetools import imports the OCI archive and pushes it
2. docker buildx imagetools create creates tag aliases from existing tags
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent cede635 commit 8a104e2
File tree
2 files changed
+21
-30
lines changed- .changeset
- .github/workflows
2 files changed
+21
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | 360 | | |
368 | | - | |
| 361 | + | |
369 | 362 | | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | 363 | | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | 364 | | |
380 | 365 | | |
381 | 366 | | |
382 | 367 | | |
383 | 368 | | |
384 | 369 | | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
392 | 376 | | |
393 | 377 | | |
394 | | - | |
| 378 | + | |
395 | 379 | | |
396 | 380 | | |
397 | 381 | | |
398 | | - | |
399 | | - | |
400 | | - | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
401 | 385 | | |
402 | 386 | | |
403 | 387 | | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | 388 | | |
408 | 389 | | |
409 | 390 | | |
| |||
0 commit comments