Docker Images Generated by the DCS
The DCS consists of several docker images.
The images are automatically built and pushed to our container registry whenever a change is pushed to the main branch of the DCS repository.
Below is a list of the images and their respective pipelines.
Image | Pipeline | Description |
---|---|---|
helm/globaldcc:x.y.z | gdcc_helm_chart_ci | This image contains the helm charts for the DCS components. See also Helm Charts. |
globaldcc:api-x.y.z | gdcc_api_ci | This image contains Api Server. |
globaldcc:backend-x.y.z | gdcc_backend_ci | This image contains Backend Server. |
globaldcc:roadnet-manager-x.y.z | gdcc_roadnet_manager_ci | This image contains Roadnet Manager Server. |
globaldcc:docs-x.y.z | gdcc_docs_ci | This image contains this docusarus site. |
globaldcc:dbup-x.y.z | gdcc_dbup_ci | This image contains the scripts to generate the cache database. |