-
Notifications
You must be signed in to change notification settings - Fork 137
Building Fedora Runner Image
Endi S. Dewata edited this page Sep 6, 2022
·
1 revision
This page describes the procedure to build a Fedora Runner image with PKI 11.3 or later.
The image is defined in the Dockerfile.
To build the image:
$ podman build \ --target fedora-runner \ --tag fedora-runner:latest \ .
To push the development image to Quay:
$ podman tag fedora-runner:latest quay.io/<username>/fedora-runner:latest $ podman push quay.io/<username>/fedora-runner:latest
To push the official image to Quay:
$ podman tag fedora-runner:latest quay.io/dogtagpki/fedora-runner:latest $ podman push quay.io/dogtagpki/fedora-runner:latest
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |