Skip to content

Fix Docker image build failures: correct Dockerfile path and base image reference#6

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/debug-docker-image-creation
Draft

Fix Docker image build failures: correct Dockerfile path and base image reference#6
Copilot wants to merge 2 commits intomainfrom
copilot/debug-docker-image-creation

Conversation

Copy link

Copilot AI commented Feb 3, 2026

The Docker workflow was failing due to incorrect file paths and image references.

Changes

  • Workflow: Updated build-debug job to reference actual Dockerfile location (./docker/variants/ubuntu/Dockerfile.debug instead of non-existent ./docker/base/Dockerfile.debug)
  • Dockerfile.debug: Changed base image from FROM zms3:base to FROM ghcr.io/zms-publishing/zms3:latest to match the image name pushed by the build-base job

The debug image build depends on the base image being available in the registry, not as a local tag.

Original prompt

why is the docker image not created


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…reference

Co-authored-by: drfho <29705216+drfho@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix issue with docker image creation Fix Docker image build failures: correct Dockerfile path and base image reference Feb 3, 2026
Copilot AI requested a review from drfho February 3, 2026 10:47
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