Skip to content

Commit

Permalink
run/image: Add runtime as attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <a.jung@lancs.ac.uk>
  • Loading branch information
nderjung committed Dec 22, 2020
1 parent 796e5c6 commit f755838
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ var (

// Image is an object with a full name
type Image struct {
// Runtime is the normalized name of the runtime service, e.g. "docker"
Runtime string
// Name is the normalized repository name, like "ubuntu".
Name string
// String is the full reference, like "ubuntu@sha256:abcdef..."
Expand Down

0 comments on commit f755838

Please sign in to comment.