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

Building a container image drops a .stack-work dir in the current working (sub)directory #1975

Closed
dysinger opened this issue Mar 31, 2016 · 1 comment

Comments

@dysinger
Copy link
Contributor

I built an image with stack image container in a subdir and I see a left-over cruft directory left behind in the sub-directory.

% find .stack-work 
.stack-work
.stack-work/image
.stack-work/image/0
.stack-work/image/0/usr
.stack-work/image/0/usr/local
.stack-work/image/0/usr/local/bin
.stack-work/image/0/usr/local/bin/xyz
.stack-work/image/0/Dockerfile
@dysinger dysinger self-assigned this Mar 31, 2016
@dysinger dysinger added ready and removed ready labels Mar 31, 2016
@mgsloan
Copy link
Contributor

mgsloan commented Mar 31, 2016

Hmm, yeah, that should probably go in the .stack-work at the project root (next to stack.yaml)

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

Successfully merging a pull request may close this issue.

2 participants