-
Notifications
You must be signed in to change notification settings - Fork 231
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
oci-support feature branch #2666
Conversation
Rebased on main and squashed
Hi @martinmaly - here's squash-merge of experimental oci-support like you mentioned Here's a working (?) e2e demo.sh of several ways it can be used. If you clone the repo the makefile should also be able to make a local And here's a resulting of a Kptfile from a package made by demo.sh... That's showing a clone where the upstream is oci. It was pulled down by |
Thank you! |
Rebased on main and squashed Co-authored-by: Louis DeJardin <[email protected]>
Rebased on main and squashed Co-authored-by: Louis DeJardin <[email protected]> OCI: Fix Porch Build
Rebased on main and squashed Co-authored-by: Louis DeJardin <[email protected]> OCI: Fix Porch Build
Rebased on main and squashed Co-authored-by: Louis DeJardin <[email protected]> OCI: Fix Porch Build
Rebased on main and squashed Co-authored-by: Louis DeJardin <[email protected]> OCI: Fix Porch Build
Rebased on main and squashed Co-authored-by: Louis DeJardin <[email protected]> OCI: Fix Porch Build
Rebased on main and squashed Co-authored-by: Louis DeJardin <[email protected]> OCI: Fix Porch Build
Rebased on main and squashed Co-authored-by: Louis DeJardin <[email protected]> OCI: Fix Porch Build
Preparing for merge of porch branch back into main.
oci-support rebased on main and squash merged for pull request.
See design docs for usage patterns. Primarily:
oci://image:tag
andoci://image@sha256:digest
arguments in commands where a git location would be expected.oci://image//subdir:tag
oci
support toupstream
andupstreamLock
in Kptfilekpt pkg pull [DIR] --origin oci://...
andkpt pkg push [DIR]