feat: add support for oci tasks - #205
Open
willswire wants to merge 5 commits into
Open
Conversation
5 tasks
willswire
force-pushed
the
feat/oci-tasks
branch
2 times, most recently
from
March 31, 2025 14:54
1c560c3 to
d700282
Compare
willswire
marked this pull request as ready for review
March 31, 2025 14:54
willswire
force-pushed
the
feat/oci-tasks
branch
from
July 11, 2025 18:35
e90a4bd to
068c15a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This is an experimental change!!
Adds initial support for including OCI artifacts as tasks.
Try it out!
go builddocker run -d -p 5000:5000 --name registry registry:2.7./maru-runner push --insecure hello.yaml oci://localhost:5000/hello:0.0.1./maru-runner run --insecureThe
--insecureflag is only required for insecure registries. Push/pull to Docker Hub or GHCR to test out secure pushes and includes.Related Issue
Supersedes #204
Type of change
Checklist before merging