CloudBees CD/RO component binaries and associated Dockerfiles are available for download to use in creating custom Docker images.
Download location: CloudBees CD/RO server download area on CloudBees Software Delivery Automation download page.
CloudBees CD/RO component |
Dockerfile |
Component binaries |
server |
|
|
agent |
|
|
web |
|
|
analytics |
|
|
repository |
|
|
tools |
|
|
You must have Docker Desktop installed on your system before performing the steps below.
-
For the selected component, download its Dockerfile and TAR archive into a local folder on your system.
-
From the command line, issue the following
docker
command:docker build -t <image-name> -f Dockerfile.<component-name> <path-to-tar-archive-folder>
For example, to create a Docker image for the CloudBees CD/RO agent, issue:
docker build -t agent-image -f Dockerfile.agent <path-to-tar-archive>