Sign inSign up

admpresales/devops.dockerapp

By admpresales

Updated 6 months ago

Docker Application Package for DevOps (Jenkins CI) for Nimbus

Image
4

10K+

admpresales/devops.dockerapp repository overview

Supported through nimbusapp: https://github.com/admpresales/nimbusapp

Requires Docker Compose: https://docs.docker.com/compose/install/#install-compose

Requires Docker App 0.6.0: https://github.com/docker/app#installation


Latest Tags

3.3.2


Basic Commands for nimbusapp
DescriptionCommand
Bring containers upnimbusapp devops:3.3.2 up
Stop existing containersnimbusapp devops:3.3.2 stop
Start existing containersnimbusapp devops:3.3.2 start
Terminate containersnimbusapp devops:3.3.2 down
Inspect configurationnimbusapp devops:3.3.2 inspect

Raw Docker App commands:
DescriptionCommand
Bring containers updocker-app render admpresales/devops.dockerapp:3.3.2 | docker-compose -p devops -f - up -d
Stop existing containersdocker-app render admpresales/devops.dockerapp:3.3.2 | docker-compose -p devops -f - stop
Start existing containersdocker-app render admpresales/devops.dockerapp:3.3.2 | docker-compose -p devops -f - start
Terminate containersdocker-app render admpresales/devops.dockerapp:3.3.2 | docker-compose -p devops -f - down
Inspect Configurationdocker-app inspect admpresales/devops.dockerapp:3.3.2

Networking Prerequisite

DevOps requires a network which can be built with the following command, which is preconfigured on the NimbusServer VM

docker network create --subnet 172.50.0.0/16 --gateway 172.50.0.1 demo-net


Adjusting Parameters at Run Time

If you need to change one of these parameters you can add that change to the docker-app command using the -s or --set option as in:

nimbusapp devops:3.3.2 -s DEVOPS_PORT=8090 up


Container Usage

URL: http://nimbusserver.aos.com:8090


Additional Information
  • The devops images 3.3.x and above need to pair with the latest Intellij 3.3.x and AOS 3.3 images
  • The Docker Hub hosts a small number of older DevOps images, specified by version tags. Since there are many Jenkins plugins to manage, this image undergoes frequent updates to ensure the correct versions of ALM Octane, ALM .NET, and other and other plugins match the latest environment. You should pull older versions only as the need arises.
  • If using this DevOps with either ALM Octane, SSC or SCA, please ensure that this container is started last to ensure that the other containers are started so that the integrations can be automatically configured. Otherwise, please go to the "Utils" tab in Jenkins and run the appropriate job to configure the appropriate application.

Tag summary

Content type

Image

Digest

sha256:ca76207dc

Size

860 Bytes

Last updated

6 months ago

docker pull admpresales/devops.dockerapp:1.1.7.4