Skip to content

#VFB-237 - Update CI/CD Pipeline to V3.0.0#221

Open
jrmartin wants to merge 3 commits intodevelopmentfrom
feature/VFB-237
Open

#VFB-237 - Update CI/CD Pipeline to V3.0.0#221
jrmartin wants to merge 3 commits intodevelopmentfrom
feature/VFB-237

Conversation

@jrmartin
Copy link
Copy Markdown
Collaborator

@jrmartin jrmartin commented Apr 3, 2026

Update CI/CD Pipeline to V3.0.0

Migration to new base image:

  • Updated all references from cloudharness-base-debian to cloudharness-base in the build and deployment pipeline, including image names, dockerfiles, and build arguments in deployment/codefresh-dev.yaml. [1] [2] [3]
  • Updated build dependencies in values.yaml and values-dev.yaml to use cloudharness-base instead of cloudharness-base-debian.

Dockerfile improvements:

  • Added curl to the list of installed packages in the application Dockerfile (applications/virtual-fly-brain/Dockerfile).

@jrmartin jrmartin marked this pull request as ready for review April 3, 2026 21:52
@jrmartin jrmartin requested review from Copilot and ddelpiano and removed request for Copilot April 3, 2026 21:52
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3ac168efab

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread deployment/codefresh-dev.yaml
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the Virtual Fly Brain CI/CD configuration to use the CloudHarness v3.0.0 base image naming (cloudharness-base), aligning dev builds/deployments with the new base image and ensuring the application Docker image has curl available for build steps.

Changes:

  • Switched Codefresh dev pipeline build references from cloudharness-base-debian to cloudharness-base.
  • Updated Helm values build dependencies to reference cloudharness-base.
  • Added curl to the application Dockerfile package install list.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
deployment/codefresh-dev.yaml Updates base-image build references to cloudharness-base and adjusts build args accordingly.
applications/virtual-fly-brain/Dockerfile Installs curl during image build.
applications/virtual-fly-brain/deploy/values.yaml Updates build dependency name to cloudharness-base.
applications/virtual-fly-brain/deploy/values-dev.yaml Updates build dependency name to cloudharness-base.
Comments suppressed due to low confidence (1)

deployment/codefresh-dev.yaml:138

  • The dev pipeline no longer publishes the base image to the publish registry: publish only pushes cloudharness-flask and virtual-fly-brain. Since the base image name was changed to cloudharness-base, this stage should also push ${{REGISTRY}}/virtual-fly-brain/cloudharness-base:${{CF_BUILD_ID}} (similar to deployment/codefresh-prod.yaml:70-78) or the base image will be missing from ${{REGISTRY_PUBLISH_URL}} for the ${{DEPLOYMENT_PUBLISH_TAG}}.
  publish:
    type: parallel
    stage: publish
    steps:
      publish_cloudharness-flask:
        stage: publish
        type: push
        title: Cloudharness flask
        candidate: '${{REGISTRY}}/virtual-fly-brain/cloudharness-flask:${{CF_BUILD_ID}}'
        tags:
        - '${{DEPLOYMENT_PUBLISH_TAG}}'
        registry: '${{REGISTRY_PUBLISH_URL}}'

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread applications/virtual-fly-brain/Dockerfile
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