X Tutup
The Wayback Machine - https://web.archive.org/web/20200917220530/https://github.com/nodejs/docker-node/issues/1222
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

non empty directory in /tmp (node:10-alpine arm7 version) #1222

Open
mikeS7 opened this issue Feb 22, 2020 · 3 comments
Open

non empty directory in /tmp (node:10-alpine arm7 version) #1222

mikeS7 opened this issue Feb 22, 2020 · 3 comments

Comments

@mikeS7
Copy link

@mikeS7 mikeS7 commented Feb 22, 2020

image node:10-alpine (armv7)
DIGEST:sha256:2a2933bd3d2506af22cdaf78af489a51f5fe57b27891c31d7984016710f50df9

contains non empty directory v8-compile-cache-0 in /tmp

@nschonni
Copy link
Member

@nschonni nschonni commented Feb 22, 2020

@tianon Is this something you're seeing on the official builds side?

@mikeS7
Copy link
Author

@mikeS7 mikeS7 commented Feb 22, 2020

I've got it in official image from dockerhub, there was empty /tmp folder in previous builds

@tianon
Copy link
Contributor

@tianon tianon commented Feb 25, 2020

If I had to guess, I'd imagine it's likely some leftover temporary files that didn't get cleaned up from one of the build lines:

&& ./configure \
&& make -j$(getconf _NPROCESSORS_ONLN) V= \
&& make install \

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

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.
X Tutup