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

Fix a few minor issues with ONBUILD variants #4

Merged
merged 1 commit into from
Jan 15, 2015

Conversation

tianon
Copy link
Contributor

@tianon tianon commented Jan 14, 2015

$ docker run -it --rm mono:onbuild ls -lAFh /usr/src/app/
drwxr-xr-x 1 root root 0 Jan 14 21:09 source/
drwxr-xr-x 1 root root 0 Jan  1 07:44 {source,build}/

Also, we don't save any space by removing /usr/src/app/source since it's already baked into a layer of the image, so we might as well just leave it.

```console
$ docker run -it --rm mono:onbuild ls -lAFh /usr/src/app/
drwxr-xr-x 1 root root 0 Jan 14 21:09 source/
drwxr-xr-x 1 root root 0 Jan  1 07:44 {source,build}/
```

Also, we don't save any space by removing /usr/src/app/source since it's already baked into a layer of the image, so we might as well just leave it.
directhex added a commit that referenced this pull request Jan 15, 2015
Fix a few minor issues with ONBUILD variants
@directhex directhex merged commit 2d7f8f3 into mono:master Jan 15, 2015
@tianon tianon deleted the onbuild branch January 15, 2015 17:04
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

Successfully merging this pull request may close these issues.

2 participants