Replies: 1 comment
-
@simonwo this looks great 👍 💯 I'll give it some deeper thought, but if the above works for you, then this fits really well into the model 🚀 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the task type that Bacalhau will be using to describe Docker jobs. Is this similar enough to anyone else that it is worth joining up on it? How closely does it match what other people are using, and how could we tweak it so it can work for you?
Docker invocations
A Docker invocation is identified by a UCAN Ability of
docker/run
. The resource specified SHOULD then be interpreted as a Docker image identifier.Image references
The image identifier SHOULD be a fully-resolved image reference (e.g.
ubuntu@sha256:4b1d0c4a2d2aaf63b37111f34eb9fa89fa1bf53dd6e4ca954d47caebca4005c2
).docker.io/ubuntu@sha256:4b1d0c4a2d2aaf63b37111f34eb9fa89fa1bf53dd6e4ca954d47caebca4005c2
)ipfs://Qmyd0ck3rc0ntainer
).ubuntu@latest
).Inputs schema
For a Docker invocation, the
inputs
structure SHOULD conform to the following schema:where the fields are defined as:
Output schema
For a Docker invocation, a successful result should match the schema:
where the fields are defined as:
Beta Was this translation helpful? Give feedback.
All reactions