Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.51 KB

README.md

File metadata and controls

57 lines (41 loc) · 1.51 KB

build

Problem statement

Builds an open container initiative (OCI) image and outputs it as a tar.

Example usage

Visualize

opctl ui github.com/opspec-pkgs/opencontainers.image.build-tar#1.0.0

Run

opctl run github.com/opspec-pkgs/opencontainers.image.build-tar#1.0.0

Compose

op:
  ref: github.com/opspec-pkgs/opencontainers.image.build-tar#1.0.0
  inputs:
    instructions:  # 👈 required; provide a value
  ## uncomment to override defaults
  #   cacheDir: /default_cache
  #   context: /default_context
  #   contextIgnore: /default_context_ignore
  #   password: " "
  #   registry: "docker.io"
  #   username: " "
  outputs:
    imageTar:

Support

join us on Slack or open an issue

Releases

releases are versioned according to semver 2.0.0 and tagged; see CHANGELOG.md for release notes

Contributing

see project/CONTRIBUTING.md