No description
Find a file
Christian Kellner 63355fe0a4 hub: switch to kerberos auth
Switch to kerberos aut and also ship ssl.conf, adapted to serve
at localhost and the fqdn, instead of creating it via sed.
2020-09-05 16:29:46 +02:00
container hub: switch to kerberos auth 2020-09-05 16:29:46 +02:00
plugins initial import 2020-09-02 19:15:25 +02:00
.gitignore initial import 2020-09-02 19:15:25 +02:00
client.py initial import 2020-09-02 19:15:25 +02:00
env initial import 2020-09-02 19:15:25 +02:00
README.md initial import 2020-09-02 19:15:25 +02:00
run-koji-container.sh run-container: add kerberos credentials for kojid 2020-09-05 15:34:51 +02:00
run.sh initial import 2020-09-02 19:15:25 +02:00

podman pull docker.io/library/postgres:12-alpine

podman pod create --name koji -p 5432 -p 8080:80 podman run --rm -p 5432:5432 --env-file env postgres:12-alpine

podman build -t koji-server . podman run --env-file env --pod koji -p 80:8080 koji-server

koji --server=http://localhost:8080/kojihub --user=osbuild --password=osbuildpass --authtype=password hello

podman build -t koji.builder -f container/builder/Dockerfile . podman run -it --rm --env-file container/env --pod koji -v (pwd)/container/ssl/:/share/ssl:Z -v (pwd)/mnt:/mnt:Z --name koji.builder koji.builder

koji add-host-to-channel b1 image

podman run -it --rm --env-file container/env --pod koji -v (pwd)/container/ssl/:/share/ssl:Z -v (pwd)/mnt:/mnt:Z --name koji.builder koji.builder