-
Notifications
You must be signed in to change notification settings - Fork 137
Building PKI Server Container
Endi S. Dewata edited this page Feb 14, 2023
·
3 revisions
Note
|
This page is still under construction. |
This page describes the procedure to build a PKI server container with PKI 11.4 or later.
PKI server Dockerfile is located at the top-level Dockerfile.
To build PKI server container locally:
$ podman build \ --target pki-server \ -t pki-server \ .
To push PKI server container to Quay.io:
$ podman tag pki-server:latest quay.io/<username>/pki-server:latest $ podman push quay.io/<username>/pki-server:latest
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |