Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE-17382] Fix for "podman build --secrets with environment variables does not work on MacOS" #24271

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 15, 2024

  1. Fixes: containers#17382

    A proposed fix for [Issue 17382](containers#17382)
    This PR specifically treats a passed `env=` directive to `--secrets` as if it were pass inside a `src` file, and returns the same content when referenced during the container `build` process.
    
    Signed-off-by: Tom Gordon <[email protected]>
    apcro committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    10d3381 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Refactor slightly after linting run

    Signed-off-by: Tom Gordon <[email protected]>
    apcro committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    91baeb3 View commit details
    Browse the repository at this point in the history