Dustin C. Hatch 80de47047c bci2: Add buildArgs argument
The `buildArgs` argument to `buildContainerImage2` accepts a list of
arguments that will be passed as `--build-arg` values to the `buildah
build` command.  For example,

```groovy
buildContainerImage2(buildArgs: ['FOO=bar'])
```

Would result in a command like

```sh
buildah build --build-arg FOO=bar ...
```
2025-12-01 20:48:26 -06:00
2025-12-01 20:48:26 -06:00
2022-11-06 21:36:25 -06:00

Container Images Shared Library

This shared library allows jobs to build and publish container images to Gitea very easily:

buildContainerImage()

That's it!

Description
No description provided
Readme 145 KiB
Languages
Groovy 100%