Recent Posts
Migrated Content
Some CDAF Articles move to Learn ASP.NET and Java Continuous Delivery Automation Framework (CDAF) articles have been migrated, and extended, in the Learning Material.
read more
Self-hosted Containers
Opinionated Docker Image and Container Management CDAF 2.6.1 & 2.6.2
With the progressive introduction of image and container management to CDAF, there has been a level of inconsistency around how the process operates.
The primary use case for CDAF containers is for self-hosted agents/runners to provide a similar capability to container native orchestration tools, e.g. GitLab and BitBucket Pipelines.
The following is a summary of the supported processes.
containerBuild Used to perform the build prcess within a container.
read more
Cascading Properties
Environment, Solution and Function Properties Release 2.6.0 is the start of applying consistent prioritised properties. The principle of application, from highest to lowest is
Arguments Environment Variables Solution Properties Existing Features The application is progressive, starting with existing properties which have environment variable format
CDAF_REGISTRY_URL CDAF_REGISTRY_TAG CDAF_REGISTRY_USER CDAF_REGISTRY_TOKEN CDAF_HOME_MOUNT CDAF_ERROR_DIAG New Features in 2.6.0 Along with these, new properties are introduced to support containerBuild using a base image from a private registry
read more