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

Should use /opt/app-root/bin or /opt/app-root/src/bin. #19

Open
GrahamDumpleton opened this issue Aug 3, 2019 · 0 comments
Open

Should use /opt/app-root/bin or /opt/app-root/src/bin. #19

GrahamDumpleton opened this issue Aug 3, 2019 · 0 comments

Comments

@GrahamDumpleton
Copy link
Contributor

The directories /opt/app-root/bin and /opt/app-root/src/bin are already in PATH. Any programs you want should be installed into those. For third party applications which you are installing as part of image build, eg., tekton pipeline cli, the preferred place is /opt/app-root/bin. The directory /opt/app-root/src/bin is better for things installing as steps in the workshop.

IOW, don't use $HOME/.bin and stick in in PATH manually by editing .bash_profile.

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

No branches or pull requests

1 participant