Commit 1e124f3
Fix oci-dir validation to allow directories without tags
- Allow oci-dir: prefix to reference directories without requiring tags
- Allow file:, docker-archive:, oci-archive: prefixes without tags
- Add comprehensive test coverage for oci-dir validation
- Fixes issue where skopeo-generated OCI directories were incorrectly rejected
- Test cases cover: oci-dir without tag, with tag, with tar files, missing directories
The OCI directory layout stores tag information internally, so requiring
a tag in the CLI input is incorrect. This fix allows commands like:
cx scan create --container-images "oci-dir:my-alpine-image" ...
to work correctly with skopeo-generated OCI directories.1 parent 93fbfd5 commit 1e124f3
2 files changed
Lines changed: 49 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3593 | 3593 | | |
3594 | 3594 | | |
3595 | 3595 | | |
3596 | | - | |
| 3596 | + | |
3597 | 3597 | | |
3598 | 3598 | | |
3599 | 3599 | | |
| |||
3618 | 3618 | | |
3619 | 3619 | | |
3620 | 3620 | | |
3621 | | - | |
| 3621 | + | |
| 3622 | + | |
| 3623 | + | |
| 3624 | + | |
| 3625 | + | |
| 3626 | + | |
| 3627 | + | |
| 3628 | + | |
| 3629 | + | |
| 3630 | + | |
| 3631 | + | |
| 3632 | + | |
| 3633 | + | |
| 3634 | + | |
3622 | 3635 | | |
3623 | 3636 | | |
3624 | 3637 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2195 | 2195 | | |
2196 | 2196 | | |
2197 | 2197 | | |
| 2198 | + | |
2198 | 2199 | | |
2199 | 2200 | | |
2200 | 2201 | | |
| |||
2409 | 2410 | | |
2410 | 2411 | | |
2411 | 2412 | | |
| 2413 | + | |
| 2414 | + | |
| 2415 | + | |
| 2416 | + | |
| 2417 | + | |
| 2418 | + | |
| 2419 | + | |
| 2420 | + | |
| 2421 | + | |
| 2422 | + | |
| 2423 | + | |
| 2424 | + | |
| 2425 | + | |
| 2426 | + | |
| 2427 | + | |
| 2428 | + | |
| 2429 | + | |
| 2430 | + | |
| 2431 | + | |
| 2432 | + | |
| 2433 | + | |
| 2434 | + | |
| 2435 | + | |
| 2436 | + | |
| 2437 | + | |
| 2438 | + | |
| 2439 | + | |
| 2440 | + | |
| 2441 | + | |
| 2442 | + | |
| 2443 | + | |
2412 | 2444 | | |
2413 | 2445 | | |
2414 | 2446 | | |
| |||
2438 | 2470 | | |
2439 | 2471 | | |
2440 | 2472 | | |
2441 | | - | |
2442 | | - | |
| 2473 | + | |
| 2474 | + | |
2443 | 2475 | | |
2444 | 2476 | | |
2445 | 2477 | | |
| |||
0 commit comments