docs: remove obsolete woodpecker info
All checks were successful
/ builder (push) Successful in 2m58s
All checks were successful
/ builder (push) Successful in 2m58s
This commit is contained in:
parent
b6abb8c1a7
commit
bdfb81cdb4
1 changed files with 0 additions and 16 deletions
16
README.md
16
README.md
|
@ -1,19 +1,3 @@
|
||||||
# package-pipeline-builder
|
# 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
|
Pipeline that builds the build images for https://git.kabelsalat.ch/s3lph/package-pipeline
|
||||||
|
|
||||||
|
|
||||||
## 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.
|
|
||||||
|
|
Loading…
Reference in a new issue