Skip to content

fix docker build error#3560

Draft
muthuja wants to merge 16 commits into
mainfrom
fix-docker-build/muthuja
Draft

fix docker build error#3560
muthuja wants to merge 16 commits into
mainfrom
fix-docker-build/muthuja

Conversation

@muthuja
Copy link
Copy Markdown
Collaborator

@muthuja muthuja commented May 20, 2026

This pull request makes a small update to the build configuration by specifying the EXPEDITOR_VERSION environment variable in the .expeditor/build.docker.yml file.

Description

Related Issue

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (non-breaking change that does not add functionality or fix an issue)

Checklist:

  • I have read the CONTRIBUTING document.
  • I have run the pre-merge tests locally and they pass.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • If Gemfile.lock has changed, I have used --conservative to do it and included the full output in the Description above.
  • All new and existing tests passed.
  • All commits have been signed-off for the Developer Certificate of Origin.

muthuja added 16 commits May 20, 2026 14:26
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
@muthuja muthuja added the Expeditor: Skip All Used to skip all merge_actions. label May 20, 2026
@muthuja muthuja marked this pull request as ready for review May 20, 2026 12:04
@muthuja muthuja requested review from a team as code owners May 20, 2026 12:04
Copilot AI review requested due to automatic review settings May 20, 2026 12:04
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

This PR updates Expeditor/Dobi Docker build configuration to address a Docker build failure in the Chef Workstation release pipeline.

Changes:

  • Fixes YAML indentation in .expeditor/build.docker.yml so env: entries are parsed correctly.
  • Adds an EXPEDITOR_VERSION environment value intended to satisfy dobi.yaml’s use of {env.EXPEDITOR_VERSION} for image tagging/build args.
  • Minor formatting-only adjustment in dobi.yaml around the image annotations list.

Reviewed changes

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

File Description
dobi.yaml Keeps docker image annotations consistent for Expeditor tagging/promotion.
.expeditor/build.docker.yml Adjusts docker pipeline environment configuration (including adding EXPEDITOR_VERSION).

Comment on lines +4 to +5
DOCKER_API_VERSION: "1.44"
EXPEDITOR_VERSION: "25.14.2" No newline at end of file
@muthuja muthuja marked this pull request as draft May 20, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Expeditor: Skip All Used to skip all merge_actions.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants