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

Fix use of ARG for users in Dockerfile #4871

Closed
wants to merge 3 commits into from

Commits on Feb 6, 2024

  1. Fix use of ARG for users in Dockerfile

    An ARG is scoped to a specific build stage, so these later stages end up
    with the user being ":" instead of "1000:1000".
    
    Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>
    jonjohnsonjr committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5502ee3 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    c69e940 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    828498f View commit details
    Browse the repository at this point in the history