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] Manage arguments and labels #191

Closed
taorepoara opened this issue May 28, 2024 · 1 comment
Closed

[Task] Manage arguments and labels #191

taorepoara opened this issue May 28, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@taorepoara
Copy link
Member

What should be done

Add the Dockerfile ARG and LABEL commands to manage build arguments and image labels.

Also add copy alias for add, and expose alias for ports.

Technical recommandation

Add the management of Dockerfile ARG keyword by defining a map of the arguments with optional value.

from: scratch
arg:
  test: my value
  another:

Add the management of Dockerfile LABEL keyword by defining a map of labels with there values.

from: scratch
label:
  test: my value
  another: my other value

Ecological concerns

Is this task linked with any other ?

@taorepoara taorepoara added the enhancement New feature or request label May 28, 2024
@taorepoara taorepoara added the good first issue Good for newcomers label Jun 7, 2024
@taorepoara
Copy link
Member Author

Duplicate #251 #250

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Done
Development

No branches or pull requests

1 participant