https://github.com/opendevstack/ods-pipeline-image
CAUTION! This repo is DEPRECATED. ODS Pipeline tasks for container image packaging - Experimental
https://github.com/opendevstack/ods-pipeline-image
oci-image openshift pipelines tekton
Last synced: 6 months ago
JSON representation
CAUTION! This repo is DEPRECATED. ODS Pipeline tasks for container image packaging - Experimental
- Host: GitHub
- URL: https://github.com/opendevstack/ods-pipeline-image
- Owner: opendevstack
- License: apache-2.0
- Created: 2023-09-22T06:54:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T07:28:01.000Z (about 2 years ago)
- Last Synced: 2025-03-18T22:42:11.772Z (9 months ago)
- Topics: oci-image, openshift, pipelines, tekton
- Language: Go
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ods-pipeline-image
[](https://github.com/opendevstack/ods-pipeline-image/actions/workflows/main.yaml)
Tekton task for use with [ODS Pipeline](https://github.com/opendevstack/ods-pipeline) to build Go applications.
## Usage
```yaml
tasks:
- name: package
taskRef:
resolver: git
params:
- { name: url, value: https://github.com/opendevstack/ods-pipeline-image.git }
- { name: revision, value: v0.2.0 }
- { name: pathInRepo, value: tasks/package.yaml }
workspaces:
- { name: source, workspace: shared-workspace }
```
See the [documentation](https://github.com/opendevstack/ods-pipeline-image/blob/main/docs/package.adoc) for details and available parameters.
## About this repository
`docs` and `tasks` are generated directories from recipes located in `build`. See the `Makefile` target for how everything fits together.