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

feat: add how-to for multiple architecture #395

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TerryHowe
Copy link
Member

@TerryHowe TerryHowe commented Sep 17, 2024

Add a how-to guilde for multiple architecture artifact management.

Closes: #247

@sajayantony
Copy link
Contributor

Only if OCI gave a way to not use the config blobs for archs, but I guess this is what we have today and IMHO we should publish this and chase a better experience in some brighter future.

/cc @shizhMSFT

@TerryHowe TerryHowe force-pushed the multiple-architecture branch 4 times, most recently from f8bc97e to 718885d Compare September 17, 2024 19:05
@shizhMSFT shizhMSFT changed the title feature: add how-to for multiple architecture feat\: add how-to for multiple architecture Sep 18, 2024
@shizhMSFT shizhMSFT changed the title feat\: add how-to for multiple architecture feat: add how-to for multiple architecture Sep 18, 2024
Copy link
Contributor

@shizhMSFT shizhMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank @TerryHowe for the contribution and I agree with @sajayantony.

This PR depends on oras-project/oras#1500. Mark Request changes to prevent accidental merge.

Linking oras-project/oras#1066

netlify.toml Outdated Show resolved Hide resolved
versioned_docs/version-1.2/how_to_guides/multiarch.mdx Outdated Show resolved Hide resolved

First we push a Linux ARM64 executable:
```shell
% oras push --plain-http localhost:15000/oras:linux,arm64 --platform linux/arm64 --artifact-type 'application/vnd.oci.image.config.v1+json' bin/linux/arm64/oras:application/octet-stream
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The flag name depends on the discussion of oras-project/oras#1500

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed to --artifact-platform

@TerryHowe TerryHowe force-pushed the multiple-architecture branch 2 times, most recently from 083bd12 to 0604e76 Compare September 19, 2024 14:42
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
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.

[Documentation Feedback]: Add use case of non-container articacts to OCI concepts
4 participants