-
Notifications
You must be signed in to change notification settings - Fork 137
Building CA Container
Endi S. Dewata edited this page Aug 23, 2022
·
10 revisions
Note
|
This page is still under construction. |
This page describes the procedure to build PKI CA container.
$ dnf install podman
The CA Dockerfile is located at base/ca/Dockerfile.
$ podman build \ -f base/ca/Dockerfile \ -t pki-ca \ .
$ podman tag pki-ca:latest quay.io/<username>/pki-ca:latest $ podman push quay.io/<username>/pki-ca:latest
-
Click a container repository (e.g. dogtagpki/pki-ca)
-
Click Builds
-
Click Create Build Trigger
-
Click GitHub Repository Push
-
Select a GitHub organization (e.g. dogtagpki)
-
Click Continue
-
Select a source repository (e.g. pki)
-
Click Continue
-
Select Trigger only on branches and tags matching a regular expression
-
Enter regular expression:
heads/master
-
Click Continue
-
Don’t change anything under Configure Tagging
-
Click Continue
-
Enter Dockerfile location:
/base/ca/Dockerfile
-
Enter Docker context:
/
-
Click Continue
-
Don’t select anything under Optional Robot Account
-
Click Continue
-
Under Ready to go! click Continue
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |