mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 09:23:57 +01:00
18 lines
523 B
Markdown
18 lines
523 B
Markdown
# 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`)
|
|
|