Skip to content

Conversation

whiz-Tuhin
Copy link
Contributor

Description

This PR fixes build failures when using BUILD_CONFIG=debug by
updating outdated Rust versions in debug Dockerfiles and
correcting documentation references.

Changes made:

  • Updated 4 Dockerfile.debug files from Rust 1.81 to Rust
    1.86-bullseye to resolve dependency compatibility issues
  • Fixed documentation to use correct make docker-build BUILD_CONFIG=debug syntax instead of non-existent
    docker-build-debug target

Files affected:

  • control-planes/mgmt_api/Dockerfile.debug
  • control-planes/kubernetes_provider/Dockerfile.debug
  • sources/kubernetes/kubernetes-reactivator/Dockerfile.debug
  • sources/kubernetes/kubernetes-proxy/Dockerfile.debug
  • Documentation files in /docs/ and /.github/instructions/

Type of change

Fixes: #316

@whiz-Tuhin whiz-Tuhin requested a review from a team as a code owner September 28, 2025 16:16
@whiz-Tuhin
Copy link
Contributor Author

Hi @amansinghoriginal, I've been working on resolving issue #308, but encountered some build errors during the process. I've created this PR and a related issue to address the issues.
Could you take a look at the PR whenever convenient ?

Copy link
Member

@amansinghoriginal amansinghoriginal left a comment

Choose a reason for hiding this comment

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

@whiz-Tuhin Thanks for this contribution. LGTM

@amansinghoriginal amansinghoriginal self-assigned this Oct 1, 2025
@danielgerlag danielgerlag merged commit aa09e4a into drasi-project:main Oct 9, 2025
275 of 278 checks passed
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.

BUILD_CONFIG=debug fails: Several Dockerfile.debug files pinned to incompatible Rust 1.81

3 participants