Koji is fedora projects build system its used to build packages and other artifacts for Fedora Linux releases. Docker image is basically a specific snapshot of the state of some machine defined by Docker/Container file. In koji we cannot dirrectly build from COntainer files so we need to translate the file into a kickstart. For this example we will use https://pagure.io/fedora-kickstarts/blob/main/f/fedora-container-toolbox.ks
We will use $koji image-build command, it can get really long so for cleanliness we will use a config file to pass all options to the koji task.