Lower Build-Depends on debhelper-compat to version 12 (which should have

This commit is contained in:
heiko.reese
2021-09-05 13:57:54 +02:00
parent 3c2857cfeb
commit b944a41f7c
7 changed files with 230 additions and 14 deletions

17
ci_container/README.md Normal file
View File

@ -0,0 +1,17 @@
# How to build and use these images
## Prerequisites
* [buildah](https://buildah.io/)
* {podman](https://podman.io/)
## Build and upload
Run `build.sh` with the required parameters:
* `-r`: Registry to upload to; set to `none` to skip uploading
* `-u`: Username for registry (optional if previous cached login exists)
* `-p`: Passwort for registry (optional if previous cached login exists)
* `-b`: Image basename (optional; defaults to `exim-encrypt-dlfunc-build`)
* `-t`: Image tag (optional, defaults to `latest`)