container-image-pipeline/README.md

11 lines
387 B
Markdown
Raw Normal View History

2024-08-20 09:47:18 +00:00
# Multiarch Docker image build pipeline
2024-08-20 09:58:59 +00:00
Until Woodpecker has some mechanism to deduplicate YAML code copy the files to
your Git repository's `.woodpecker` directory
2024-08-20 09:47:18 +00:00
This pipeline follows some patterns:
2024-08-20 09:58:59 +00:00
* All images built are `amd64` and `arm64` multiarch
2024-08-20 09:47:18 +00:00
* Image names are consistently mapped between Git repo and Harbor, so
git.k-space.ee/foo/bar becomes harbor.k-space.ee/foo/bar