Build Account Management Container Images
When you build the Account Management container images, a Jenkins job builds the Account Management API, Account Management UI, and the Account Management Keycloak configuration container images.
To build the Account Management container images, you must run the build-docker-images-account-management
Jenkins job. This job takes several parameters, described in the following section.
Jenkins Job Parameters
The following parameters are available in the Jenkins job build-docker-images-account-management
:
cloudOpsForKubernetesBranch
The CloudOps for Kubernetes branch to use when the job clones the Jenkinsfile that defines how the container images are built.
releasePackageUrl
The releasePackageUrl
is the URL to the Account Management release package. Use this release package to build the container images. This can be a URL to an Account Management release package in the public Elastic Path Nexus.
note
For a URL to the public Elastic Path Nexus to work correctly, you must bootstrap CloudOps for Kubernetes with the correct values for TF_VAR_ep_repository_user
and TF_VAR_ep_repository_password
. Contact Elastic Path Support to get valid credentials to the public Elastic Path Nexus.
imageTag
The imageTag
is the name to use to tag the built container images. Ensure that the name is a valid Docker tag.