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

Support for credentials during build process #35

Open
sukrit007 opened this issue Aug 22, 2016 · 1 comment
Open

Support for credentials during build process #35

sukrit007 opened this issue Aug 22, 2016 · 1 comment

Comments

@sukrit007
Copy link
Contributor

User Story
As a developer , I need the ability to inject a secret to my build process so that I can pull in artifacts from private repository

Options

  • Docker Args
    Use docker build args to pass in credentials but credentials can be seen in history
  • Fetch Credentials during RUN command
    • Fetch credentials in RUN command using wget
    • As part of same command, invoke the process that needs it
    • Remove the credentials once you have fetched the private artifacts as part of the same RUN
@sukrit007
Copy link
Contributor Author

Feel free to add more options / comments to this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant