# ci-build-images **Repository Path**: EdgexFoundry/ci-build-images ## Basic Information - **Project Name**: ci-build-images - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-28 - **Last Updated**: 2025-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ci-build-image [![GitHub Pull Requests](https://img.shields.io/github/issues-pr-raw/edgexfoundry/ci-build-images)](https://github.com/edgexfoundry/ci-build-images/pulls) [![GitHub Contributors](https://img.shields.io/github/contributors/edgexfoundry/ci-build-images)](https://github.com/edgexfoundry/ci-build-images/contributors) [![GitHub Committers](https://img.shields.io/badge/team-committers-green)](https://github.com/orgs/edgexfoundry/teams/devops-core-team/members) [![GitHub Commit Activity](https://img.shields.io/github/commit-activity/m/edgexfoundry/ci-build-images)](https://github.com/edgexfoundry/ci-build-images/commits) This repository contains Docker images used within the EdgeX Jenkins pipeline projects which are managed in respective branches. ## Supported images - [Go 1.11.x](https://github.com/edgexfoundry/ci-build-images/tree/golang) - [Go 1.12.x](https://github.com/edgexfoundry/ci-build-images/tree/golang-1.12) - [Go 1.13.x](https://github.com/edgexfoundry/ci-build-images/tree/golang-1.13) - [gcc](https://github.com/edgexfoundry/ci-build-images/tree/gcc) - [lftools](https://github.com/edgexfoundry/ci-build-images/tree/lftools) - [klar](https://github.com/edgexfoundry/ci-build-images/tree/klar) - [jmeter](https://github.com/edgexfoundry/ci-build-images/tree/jmeter) - [edgex-docs](https://github.com/edgexfoundry/ci-build-images/tree/edgex-docs) - [jq](https://github.com/edgexfoundry/ci-build-images/tree/jq) - [sonarqube](https://github.com/edgexfoundry/ci-build-images/tree/sonarqube) - [newman](https://github.com/edgexfoundry/ci-build-images/tree/newman) - [robotframework](https://github.com/edgexfoundry/ci-build-images/tree/robotframework) - [snyk](https://github.com/edgexfoundry/ci-build-images/tree/snyk) - [egp-unit-test](https://github.com/edgexfoundry/ci-build-images/tree/egp-unit-test) ## Switch the branch ``` git checkout ``` Example ``` git checkout golang ```