Skip to content

Adding notes to release process - #139

Open
zentron wants to merge 5 commits into
mainfrom
zentron-patch-1
Open

Adding notes to release process#139
zentron wants to merge 5 commits into
mainfrom
zentron-patch-1

Conversation

@zentron

@zentron zentron commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Added notes around how the build and release process works for execution container images.
Also includes a lift and shift of docs around the way these are added to the worker tool vms.

zentron added 4 commits August 4, 2026 16:30
Updated README to enhance clarity and add new sections regarding artifact storage and dynamic worker images.
@zentron
zentron enabled auto-merge August 13, 2026 02:07
@zentron zentron changed the title Adding notes no release process Adding notes to release process Sep 3, 2026

To improve customer experience, changes to the Worker Tools release process have been made. We use [JFrog Artifactory](https://packages.octopushq.com/ui/packages) as the staging environment for releasing new images. A new image is first pushed Artifactory. The Dynamic Workers VM Image pipeline will pull from Artifactory to cache recent images and produce a VM image. Once this VM image is released, new Dynamic Workers will be created with the latest version of Worker Tools cached. The process of selecting versions of images to cache is described in the [next section](#which-versions-to-cache).

Since it can take weeks for the Dynamic Workers with the new image cached to reach all production reefs, we created an [Execution Container Promoter](https://github.com/OctopusDeploy/ExecutionContainersPromoter). The Promoter is a Runbook that periodically checks whether an image version has reached all production reefs, and publishes it to DockerHub if it has. The detailed working mechanism of the Promoter can be found in [repo](https://github.com/OctopusDeploy/ExecutionContainersPromoter).

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you link to the runbook as well please

@flin-8 flin-8 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants