package-pipeline-builder/README.md

20 lines
729 B
Markdown
Raw Normal View History

2023-11-11 04:51:53 +01:00
# package-pipeline-builder
[![status-badge](https://woodpecker.kabelsalat.ch/api/badges/86/status.svg)](https://woodpecker.kabelsalat.ch/repos/86)
Pipeline that builds the build images for https://git.kabelsalat.ch/s3lph/package-pipeline
2023-11-11 05:00:14 +01:00
## Setup
Unfortunately, woodpecker can't run jobs with custom entrypoints, so before this pipeline can run, we need to build the custom Kaniko image once by hand:
```shell-session
$ git clone <this repository>
$ cd package-pipeline-builder
$ docker build -t git.kabelsalat.ch/s3lph/package-pipeline-builder/kaniko:latest -f kaniko.Dockerfile .
$ docker push git.kabelsalat.ch/s3lph/package-pipeline-builder/kaniko:latest
```
Afterward the pipeline will rebuild this image on its own.