Skip to content

Inherit ARGs across stages that are based other stages #304

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

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

Conversation

nalind
Copy link
Member

@nalind nalind commented Feb 24, 2025

When a stage is based on another stage, that dependent stage should inherit ARGs and their values which were declared in the previous stage. Should resolve containers/buildah#5762.

@openshift-ci openshift-ci bot requested review from mrunalp and rhatdan February 24, 2025 21:00
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 24, 2025
When a stage is based on another stage, that dependent stage should
inherit ARGs and their values which were declared in the previous stage.

Signed-off-by: Nalin Dahyabhai <[email protected]>
@nalind nalind force-pushed the inherit-args-across-stages branch from 1d24c5a to f9175ff Compare February 26, 2025 22:50
@TomSweeneyRedHat
Copy link
Contributor

LGTM

Copy link
Contributor

@flouthoc flouthoc left a comment

Choose a reason for hiding this comment

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

LGTM
/lgtm
/approve

@flouthoc
Copy link
Contributor

/hold

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 27, 2025
Copy link
Contributor

openshift-ci bot commented Feb 27, 2025

@flouthoc: changing LGTM is restricted to collaborators

In response to this:

LGTM
/lgtm
/approve

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Copy link
Contributor

openshift-ci bot commented Feb 27, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: flouthoc, nalind

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

The "master" branch in github.com/openshift/origin was recently renamed
to "main", so a number of URLs we used to test ADD's ability to fetch
documents over https started failing because those URLs were no longer
correct.

Signed-off-by: Nalin Dahyabhai <[email protected]>
Copy link
Contributor

openshift-ci bot commented Feb 27, 2025

@nalind: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@gabr1elt
Copy link

gabr1elt commented May 7, 2025

When is this PR expected to be merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ARG inheritance works in Docker, but not Podman
4 participants