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

Cannot copy resulting rpm to data directory #11

Open
sasilen opened this issue Nov 29, 2019 · 0 comments
Open

Cannot copy resulting rpm to data directory #11

sasilen opened this issue Nov 29, 2019 · 0 comments

Comments

@sasilen
Copy link

sasilen commented Nov 29, 2019

When performing docker magic with centos 7
command
docker run --rm -v ${PWD}:/data pamoauth2device-rpm-build cp -r 'rpmbuild/RPMS /data'
I had to execute via
docker run --rm -v ${PWD}:/data pamoauth2device-rpm-build cp -r rpmbuild/RPMS /data

But still there was an problem that /data was mounted with ownership that doesn't allow builder user to copy anything there (permission denied).

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