Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an OCI Image Layout command to the ociutil tool, and a corresponding Bazel rule. #61

Merged
merged 6 commits into from
Oct 30, 2024

Conversation

captainreality
Copy link
Contributor

The spec at https://github.com/opencontainers/image-spec/blob/main/image-layout.md describes an OCI Image Layout directory structure. This commit updates the ociutil tool with a new command to produce such directories based on an input layout, and a list of directories containing OCI Image Layouts for base images.

@captainreality captainreality force-pushed the kim.mason/imagelayout1 branch from dc5eeeb to d8837a0 Compare August 16, 2024 16:39
@captainreality captainreality force-pushed the kim.mason/imagelayout1 branch 2 times, most recently from 706f35f to 83b1f36 Compare August 23, 2024 19:07
@captainreality captainreality changed the title Add an OCI Image Layout command to the ociutil tool, and a corresponding Bazel rule [EXPERIMENTAL] Add an OCI Image Layout command to the ociutil tool, and a corresponding Bazel rule Aug 23, 2024
@captainreality captainreality force-pushed the kim.mason/imagelayout1 branch 3 times, most recently from 5b83c9c to b7826e3 Compare September 18, 2024 19:15
@captainreality captainreality changed the title [EXPERIMENTAL] Add an OCI Image Layout command to the ociutil tool, and a corresponding Bazel rule Add an OCI Image Layout command to the ociutil tool, and a corresponding Bazel rule. Sep 18, 2024
@captainreality captainreality marked this pull request as ready for review September 18, 2024 20:14
captainreality and others added 6 commits October 22, 2024 15:45
The spec at https://github.com/opencontainers/image-spec/blob/main/image-layout.md
describes an OCI Image Layout directory structure. This commit updates the ociutil
tool with a new command to produce such directories based on an input layout, and a
list of directories containing OCI Image Layouts for base images.
This commit creates a bazel rule that produces an OCI Image Format
directory based on a provided OCI Image index. The OCI Image Layout
is a standardized OCI format described in
https://github.com/opencontainers/image-spec/blob/main/image-layout.md.
OCI Image Layout needs all layers, as well as the base image files.
@captainreality captainreality merged commit 045a79e into main Oct 30, 2024
2 checks passed
@captainreality captainreality deleted the kim.mason/imagelayout1 branch October 30, 2024 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants