Skip to content

feat: add binaries to Containerfile#30

Merged
jedinym merged 1 commit intomainfrom
containerfile-binaries
Jun 3, 2025
Merged

feat: add binaries to Containerfile#30
jedinym merged 1 commit intomainfrom
containerfile-binaries

Conversation

@jedinym
Copy link
Copy Markdown
Contributor

@jedinym jedinym commented May 29, 2025

Added missing oras and cosign binaries to Containerfile.

Signed-off-by: Martin Jediny <jedinym@proton.me>
@jedinym jedinym requested review from Allda and mantomas May 29, 2025 12:25
Comment thread src/mobster/oci/cosign.py
code, stdout, stderr = await run_async_subprocess(
cmd,
env={"DOCKER_CONFIG": authfile},
env={"DOCKER_CONFIG": str(Path(authfile).parent)},
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The DOCKER_CONFIG has to point to directory with config.json, not the file itself.

@jedinym
Copy link
Copy Markdown
Contributor Author

jedinym commented May 29, 2025

Huh, seems like we're missing auth for registry.redhat.io. Sorry for the premature review request 😅

Copy link
Copy Markdown
Collaborator

@Allda Allda left a comment

Choose a reason for hiding this comment

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

This looks fine, feel free to merge it once you resolve the Konflux secret.

Copy link
Copy Markdown

@mantomas mantomas left a comment

Choose a reason for hiding this comment

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

Looks good

@jedinym
Copy link
Copy Markdown
Contributor Author

jedinym commented Jun 3, 2025

Secrets added to the-collective-tenant namespace and Bitwarden, merging.

@jedinym jedinym added this pull request to the merge queue Jun 3, 2025
Merged via the queue into main with commit 8d77ccf Jun 3, 2025
4 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.

3 participants