Skip to content

chore: add debug output to the docker ubi build#5825

Merged
Skarlso merged 2 commits intoexternal-secrets:mainfrom
Skarlso:add-debug-to-ubi-build
Jan 13, 2026
Merged

chore: add debug output to the docker ubi build#5825
Skarlso merged 2 commits intoexternal-secrets:mainfrom
Skarlso:add-debug-to-ubi-build

Conversation

@Skarlso
Copy link
Copy Markdown
Contributor

@Skarlso Skarlso commented Jan 13, 2026

Problem Statement

What is the problem you're trying to solve?

Related Issue

Fixes #...

Proposed Changes

How do you like to solve the issue and why?

Format

Please ensure that your PR follows the following format for the title:

feat(scope): add new feature
fix(scope): fix bug
docs(scope): update documentation
chore(scope): update build tool or dependencies
ref(scope): refactor code
clean(scope): provider cleanup
test(scope): add tests
perf(scope): improve performance
desig(scope): improve design

Where scope is optionally one of:

  • charts
  • release
  • testing
  • security
  • templating

Checklist

  • I have read the contribution guidelines
  • All commits are signed with git commit --signoff
  • My changes have reasonable test coverage
  • All tests pass with make test
  • I ensured my PR is ready for review with make reviewable

Adds a debug command to the UBI Docker build that lists filesystem contents early in the build process. The RUN ls -lR / command is inserted (line 22) before the tar operations that package files from the ubi-build-files-${TARGETARCH}.txt list into the /image directory, providing visibility into filesystem state during the build.

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
@github-actions github-actions bot added the kind/chore Categorizes Pull Requests for chore activities (like bumping versions) label Jan 13, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 13, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

Adds a debugging filesystem listing command (RUN ls -lR /) early in the UBI Docker build, executed before subsequent tar operations; no other build steps or public/exported declarations are changed.

Changes

Cohort / File(s) Summary
Docker build diagnostics
Dockerfile.ubi
Inserted RUN ls -lR / early in the UBI image build, before tar packaging steps for ubi-build-files. No other build logic or ordering changed.

Possibly related PRs


📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a1138c7 and 1c1415c.

📒 Files selected for processing (1)
  • Dockerfile.ubi

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Skarlso Skarlso requested a review from IdanAdar January 13, 2026 21:32
@Skarlso Skarlso merged commit df1da81 into external-secrets:main Jan 13, 2026
13 of 14 checks passed
@sonarqubecloud
Copy link
Copy Markdown

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

Labels

kind/chore Categorizes Pull Requests for chore activities (like bumping versions) size/xs

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants