Azure / acr-builder

Azure Container Registry Build Runner
MIT License
38 stars 35 forks source link

Support "mounting" values and secrets through file #550

Closed northtyphoon closed 4 years ago

northtyphoon commented 4 years ago

What is the problem you're trying to solve

Allow passing values and secrets to each step through file

volumes:
- name: foo
  values: 
   mysecret1: {{.Secrets.mysecret1}}  

steps:
- cmd: image
  mounts: 
  - name: foo
    mountPath: '/run/foo'
northtyphoon commented 4 years ago

https://github.com/Azure/acr/issues/348

shahzzzam commented 4 years ago

@northtyphoon Can you assign @ akashsinghal to this? I am unable to.