CodeOnTap Container for automation services
10K+
This repo contains the docker build process to create docker containers for the CodeOnTap Gen3 Framework
codeontap/gen3:<version>This is the standard debian stretch based image which will generate and manage codeontap templates
codeontap/gen3:<version>-builderThis image is used of building application code as part of a CodeOnTap build process. It should contain the required OS software packages to build and test application code
codeontap/gen3:<version>-builder-meteorAn extension for the builder image which but also includes Meteor (https://www.meteor.com/ ) installed along with a pre-cached package repository. This is only supported on stretch based images
The CI/CD Tool images are extensions of the base images with support for a specific CI/CD Tooling service
codeontap/gen3:<version>-jenkins-<base>This image extends the given base image with the Jenkins JNLP based remoting agent installed and configured to run as the entrypoint. This is designed to work with Container based cloud agents.
OS Variants are available for both base image and CICD images. Tags without the OS specified will use a Debian Stretch based image. Not all images will have all OS images available please check the image variant you are looking for before adding the OS tag.
codeontap/gen3:<version>-stretch-<image>A Debian stretch based image
codeontap/gen3:<version>-alpine-<image>A alpine linux based image
Each image has the following tags:
This docker containers main process is to clone specific versions of the codeontap framework repositories. The config.json file sets the repositories to clone and which branches/tags that the container requires. It also sets a framework version in /opt/codeontap/version.json to identify what version of gen3 you are using.
Content type
Image
Digest
Size
720 MB
Last updated
over 6 years ago
docker pull codeontap/gen3