https://github.com/opspec-pkgs/opencontainers.image.build
Builds an open container initiative (OCI) image
https://github.com/opspec-pkgs/opencontainers.image.build
docker
Last synced: 5 months ago
JSON representation
Builds an open container initiative (OCI) image
- Host: GitHub
- URL: https://github.com/opspec-pkgs/opencontainers.image.build
- Owner: opspec-pkgs
- Created: 2019-10-07T20:18:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T21:38:34.000Z (about 2 years ago)
- Last Synced: 2024-05-28T02:17:27.815Z (about 2 years ago)
- Topics: docker
- Language: Go
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/opspec-pkgs/opencontainers.image.build/actions/workflows/build.yml)

# Problem statement
Builds an open container initiative (OCI) image
# Example usage
## Visualize
```shell
opctl ui github.com/opspec-pkgs/opencontainers.image.build#2.0.0
```
## Run
```
opctl run github.com/opspec-pkgs/opencontainers.image.build#2.0.0
```
## Compose
```yaml
op:
ref: github.com/opspec-pkgs/opencontainers.image.build#2.0.0
inputs:
instructions: # 👈 required; provide a value
## uncomment to override defaults
# authConfig: [object Object]
# cacheDir: /default_cache
# context: /default_context
# contextIgnore: /default_context_ignore
# platformsCsv: ""
outputs:
image:
```
# Support
join us on
[](https://join.slack.com/t/opctl/shared_invite/zt-51zodvjn-Ul_UXfkhqYLWZPQTvNPp5w)
or
[open an issue](https://github.com/opspec-pkgs/opencontainers.image.build/issues)
# Releases
releases are versioned according to
[](http://semver.org/spec/v2.0.0.html)
and [tagged](https://git-scm.com/book/en/v2/Git-Basics-Tagging); see
[CHANGELOG.md](CHANGELOG.md) for release notes
# Contributing
see
[project/CONTRIBUTING.md](https://github.com/opspec-pkgs/project/blob/main/CONTRIBUTING.md)