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

[Task] Handle global ARG #275

Open
taorepoara opened this issue Sep 12, 2024 · 0 comments
Open

[Task] Handle global ARG #275

taorepoara opened this issue Sep 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@taorepoara
Copy link
Member

taorepoara commented Sep 12, 2024

What should be done

Implement ARG command for global scope.

Technical recommandation

Add a global_arg field in the Dofigen struct of type HashMap<String, Option<String>>.

This may lead to patch problem...

Implement the generation of the ARG commands from the previous field.

Global scope args are not simple to implement since they can be used in fromImage and we have to define if the arg will be replaced to load image tag or just allow them in fromContext.

Is this task linked with any other ?

#250

Huly®: DOFIG-270

@taorepoara taorepoara added the enhancement New feature or request label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant