mcmah309 / containeryard

ContainerYard is a declarative, reproducible, and reusable decentralized approach for defining containers.
Apache License 2.0
52 stars 1 forks source link

Support Shell Commands In Template Variables #14

Closed mcmah309 closed 3 months ago

mcmah309 commented 3 months ago

Example use case:

outputs:
  Containerfile:
    - git_config:
        user_name: $(git config --get user.name)
        email: $(git config --get user.email)
mcmah309 commented 3 months ago

Completed