Pipeline that builds the build images for https://git.kabelsalat.ch/s3lph/package-pipeline
Find a file
s3lph f2f3777ed2
All checks were successful
/ builder (push) Successful in 2m24s
fix: add -c to entrypoint
2023-11-17 03:43:28 +01:00
.forgejo/workflows fix: add -c to entrypoint 2023-11-17 03:43:28 +01:00
README.md feat: add bootstrap documentation 2023-11-11 05:00:14 +01:00

package-pipeline-builder

status-badge

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:

$ 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.