-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update node (especially to get v0.10.30) #151
Conversation
This also takes the total size from ~1.112 GB down to ~146.5 MB. |
Yummy, builds fast too: root@2013c24e3348:/stackbrew/stackbrew# ./brew-cli --debug --no-namespace -b node --targets node git://github.com/infosiftr/stackbrew
2014-08-12 16:32:08,568 DEBUG Cloning repo_url=git://github.com/infosiftr/stackbrew, ref=node
2014-08-12 16:32:08,570 DEBUG folder = /tmp/tmpwZlnPA
2014-08-12 16:32:08,570 DEBUG Cloning git://github.com/infosiftr/stackbrew into /tmp/tmpwZlnPA
2014-08-12 16:32:08,570 DEBUG Executing "git clone git://github.com/infosiftr/stackbrew ." in /tmp/tmpwZlnPA
Cloning into '.'...
remote: Counting objects: 1139, done.
remote: Compressing objects: 100% (527/527), done.
remote: Total 1139 (delta 637), reused 1077 (delta 600)
Receiving objects: 100% (1139/1139), 167.57 KiB | 0 bytes/s, done.
Resolving deltas: 100% (637/637), done.
Checking connectivity... done.
2014-08-12 16:32:09,517 DEBUG Checkout ref:node in /tmp/tmpwZlnPA
2014-08-12 16:32:09,517 DEBUG Executing "git checkout node" in /tmp/tmpwZlnPA
Branch node set up to track remote branch node from origin.
Switched to a new branch 'node'
2014-08-12 16:32:09,523 DEBUG 0.10.30: git://github.com/docker-library/node@13f9de7aca5a15471c47dab6b692538354c5a3eb
2014-08-12 16:32:09,523 DEBUG 0.10: git://github.com/docker-library/node@13f9de7aca5a15471c47dab6b692538354c5a3eb
2014-08-12 16:32:09,523 DEBUG 0: git://github.com/docker-library/node@13f9de7aca5a15471c47dab6b692538354c5a3eb
2014-08-12 16:32:09,523 DEBUG latest: git://github.com/docker-library/node@13f9de7aca5a15471c47dab6b692538354c5a3eb
2014-08-12 16:32:09,523 DEBUG node: 0.10.30,0.10,0,latest
2014-08-12 16:32:09,523 DEBUG Cloning repo_url=git://github.com/docker-library/node, ref=13f9de7aca5a15471c47dab6b692538354c5a3eb
2014-08-12 16:32:09,524 DEBUG folder = /tmp/tmpuvVVsV
2014-08-12 16:32:09,524 DEBUG Cloning git://github.com/docker-library/node into /tmp/tmpuvVVsV
2014-08-12 16:32:09,524 DEBUG Executing "git clone git://github.com/docker-library/node ." in /tmp/tmpuvVVsV
Cloning into '.'...
remote: Counting objects: 15, done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 15 (delta 2), reused 12 (delta 2)
Receiving objects: 100% (15/15), done.
Resolving deltas: 100% (2/2), done.
Checking connectivity... done.
2014-08-12 16:32:09,979 DEBUG Checkout ref:13f9de7aca5a15471c47dab6b692538354c5a3eb in /tmp/tmpuvVVsV
2014-08-12 16:32:09,979 DEBUG Executing "git checkout 13f9de7aca5a15471c47dab6b692538354c5a3eb" in /tmp/tmpuvVVsV
Note: checking out '13f9de7aca5a15471c47dab6b692538354c5a3eb'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 13f9de7... Add simple generate-stackbrew-library.sh
2014-08-12 16:32:09,983 INFO Build start: node ('git://github.com/docker-library/node', '13f9de7aca5a15471c47dab6b692538354c5a3eb', '.')
2014-08-12 16:32:54,858 INFO Build success: 2c3f71cda854 (node:0.10.30)
2014-08-12 16:32:54,870 INFO Build success: 2c3f71cda854 (node:0.10)
2014-08-12 16:32:54,885 INFO Build success: 2c3f71cda854 (node:0)
2014-08-12 16:32:54,896 INFO Build success: 2c3f71cda854 (node:latest) |
We added v0.8 and v0.11 (maintenance track and unstable track, respectively) now too: root@2013c24e3348:/stackbrew/stackbrew# ./brew-cli --debug --no-namespace -b node --targets node git://github.com/infosiftr/stackbrew
2014-08-12 17:17:09,465 DEBUG Cloning repo_url=git://github.com/infosiftr/stackbrew, ref=node
2014-08-12 17:17:09,466 DEBUG folder = /tmp/tmpX0GMtb
2014-08-12 17:17:09,466 DEBUG Cloning git://github.com/infosiftr/stackbrew into /tmp/tmpX0GMtb
2014-08-12 17:17:09,467 DEBUG Executing "git clone git://github.com/infosiftr/stackbrew ." in /tmp/tmpX0GMtb
Cloning into '.'...
remote: Counting objects: 1139, done.
remote: Compressing objects: 100% (527/527), done.
remote: Total 1139 (delta 637), reused 1077 (delta 600)
Receiving objects: 100% (1139/1139), 167.63 KiB | 0 bytes/s, done.
Resolving deltas: 100% (637/637), done.
Checking connectivity... done.
2014-08-12 17:17:10,380 DEBUG Checkout ref:node in /tmp/tmpX0GMtb
2014-08-12 17:17:10,380 DEBUG Executing "git checkout node" in /tmp/tmpX0GMtb
Branch node set up to track remote branch node from origin.
Switched to a new branch 'node'
2014-08-12 17:17:10,386 DEBUG 0.10.30: git://github.com/docker-library/node@3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329 0.10
2014-08-12 17:17:10,386 DEBUG 0.10: git://github.com/docker-library/node@3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329 0.10
2014-08-12 17:17:10,386 DEBUG 0: git://github.com/docker-library/node@3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329 0.10
2014-08-12 17:17:10,386 DEBUG latest: git://github.com/docker-library/node@3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329 0.10
2014-08-12 17:17:10,387 DEBUG 0.11.13: git://github.com/docker-library/node@3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329 0.11
2014-08-12 17:17:10,387 DEBUG 0.11: git://github.com/docker-library/node@3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329 0.11
2014-08-12 17:17:10,387 DEBUG 0.8.28: git://github.com/docker-library/node@3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329 0.8
2014-08-12 17:17:10,387 DEBUG 0.8: git://github.com/docker-library/node@3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329 0.8
2014-08-12 17:17:10,387 DEBUG node: 0.10.30,0.10,0,latest
2014-08-12 17:17:10,387 DEBUG node: 0.8.28,0.8
2014-08-12 17:17:10,387 DEBUG node: 0.11.13,0.11
2014-08-12 17:17:10,387 DEBUG Cloning repo_url=git://github.com/docker-library/node, ref=3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329
2014-08-12 17:17:10,387 DEBUG folder = /tmp/tmpP0Qwes
2014-08-12 17:17:10,387 DEBUG Cloning git://github.com/docker-library/node into /tmp/tmpP0Qwes
2014-08-12 17:17:10,387 DEBUG Executing "git clone git://github.com/docker-library/node ." in /tmp/tmpP0Qwes
Cloning into '.'...
remote: Counting objects: 25, done.
remote: Compressing objects: 100% (18/18), done.
remote: Total 25 (delta 5), reused 11 (delta 2)
Receiving objects: 100% (25/25), done.
Resolving deltas: 100% (5/5), done.
Checking connectivity... done.
2014-08-12 17:17:10,911 DEBUG Checkout ref:3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329 in /tmp/tmpP0Qwes
2014-08-12 17:17:10,911 DEBUG Executing "git checkout 3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329" in /tmp/tmpP0Qwes
Note: checking out '3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 3d838df... Add 0.11 unstable release and 0.8 maintenance release
2014-08-12 17:17:10,916 INFO Build start: node ('git://github.com/docker-library/node', '3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329', '0.10')
2014-08-12 17:17:12,100 INFO Build success: 2c3f71cda854 (node:0.10.30)
2014-08-12 17:17:12,136 INFO Build success: 2c3f71cda854 (node:0.10)
2014-08-12 17:17:12,151 INFO Build success: 2c3f71cda854 (node:0)
2014-08-12 17:17:12,177 INFO Build success: 2c3f71cda854 (node:latest)
2014-08-12 17:17:12,187 DEBUG Checkout ref:3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329 in /tmp/tmpP0Qwes
2014-08-12 17:17:12,187 DEBUG Executing "git checkout 3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329" in /tmp/tmpP0Qwes
HEAD is now at 3d838df... Add 0.11 unstable release and 0.8 maintenance release
2014-08-12 17:17:12,192 INFO Build start: node ('git://github.com/docker-library/node', '3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329', '0.8')
2014-08-12 17:17:13,383 INFO Build success: 3fed136485d5 (node:0.8.28)
2014-08-12 17:17:13,411 INFO Build success: 3fed136485d5 (node:0.8)
2014-08-12 17:17:13,431 DEBUG Checkout ref:3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329 in /tmp/tmpP0Qwes
2014-08-12 17:17:13,431 DEBUG Executing "git checkout 3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329" in /tmp/tmpP0Qwes
HEAD is now at 3d838df... Add 0.11 unstable release and 0.8 maintenance release
2014-08-12 17:17:13,435 INFO Build start: node ('git://github.com/docker-library/node', '3d838df9e9230d1a2fcbdd85c6e2985a4c9a0329', '0.11')
2014-08-12 17:17:14,718 INFO Build success: da1564cca448 (node:0.11.13)
2014-08-12 17:17:14,740 INFO Build success: da1564cca448 (node:0.11) |
After further testing, this needs more changes. Will update in a skitch. |
Ok, this is updated - our size savings aren't quite as intense since we had to switch back to |
root@10c08b15961a:/stackbrew/stackbrew# ./brew-cli --debug --no-namespace -b node --targets node git://github.com/infosiftr/stackbrew
2014-08-12 22:34:46,717 DEBUG Cloning repo_url=git://github.com/infosiftr/stackbrew, ref=node
2014-08-12 22:34:46,719 DEBUG folder = /tmp/tmpsAaK3_
2014-08-12 22:34:46,719 DEBUG Cloning git://github.com/infosiftr/stackbrew into /tmp/tmpsAaK3_
2014-08-12 22:34:46,719 DEBUG Executing "git clone git://github.com/infosiftr/stackbrew ." in /tmp/tmpsAaK3_
Cloning into '.'...
remote: Counting objects: 1139, done.
remote: Compressing objects: 100% (527/527), done.
remote: Total 1139 (delta 637), reused 1077 (delta 600)
Receiving objects: 100% (1139/1139), 167.63 KiB | 0 bytes/s, done.
Resolving deltas: 100% (637/637), done.
Checking connectivity... done.
2014-08-12 22:34:47,652 DEBUG Checkout ref:node in /tmp/tmpsAaK3_
2014-08-12 22:34:47,652 DEBUG Executing "git checkout node" in /tmp/tmpsAaK3_
Branch node set up to track remote branch node from origin.
Switched to a new branch 'node'
2014-08-12 22:34:47,658 DEBUG 0.10.30: git://github.com/docker-library/node@7b29612a88edf7e85a37daa046beab4879a54013 0.10
2014-08-12 22:34:47,658 DEBUG 0.10: git://github.com/docker-library/node@7b29612a88edf7e85a37daa046beab4879a54013 0.10
2014-08-12 22:34:47,658 DEBUG 0: git://github.com/docker-library/node@7b29612a88edf7e85a37daa046beab4879a54013 0.10
2014-08-12 22:34:47,658 DEBUG latest: git://github.com/docker-library/node@7b29612a88edf7e85a37daa046beab4879a54013 0.10
2014-08-12 22:34:47,658 DEBUG 0.11.13: git://github.com/docker-library/node@7b29612a88edf7e85a37daa046beab4879a54013 0.11
2014-08-12 22:34:47,658 DEBUG 0.11: git://github.com/docker-library/node@7b29612a88edf7e85a37daa046beab4879a54013 0.11
2014-08-12 22:34:47,658 DEBUG 0.8.28: git://github.com/docker-library/node@7b29612a88edf7e85a37daa046beab4879a54013 0.8
2014-08-12 22:34:47,658 DEBUG 0.8: git://github.com/docker-library/node@7b29612a88edf7e85a37daa046beab4879a54013 0.8
2014-08-12 22:34:47,658 DEBUG node: 0.8.28,0.8
2014-08-12 22:34:47,659 DEBUG node: 0.10.30,0.10,0,latest
2014-08-12 22:34:47,659 DEBUG node: 0.11.13,0.11
2014-08-12 22:34:47,659 DEBUG Cloning repo_url=git://github.com/docker-library/node, ref=7b29612a88edf7e85a37daa046beab4879a54013
2014-08-12 22:34:47,659 DEBUG folder = /tmp/tmpN7bRO2
2014-08-12 22:34:47,659 DEBUG Cloning git://github.com/docker-library/node into /tmp/tmpN7bRO2
2014-08-12 22:34:47,659 DEBUG Executing "git clone git://github.com/docker-library/node ." in /tmp/tmpN7bRO2
Cloning into '.'...
remote: Counting objects: 47, done.
remote: Compressing objects: 100% (34/34), done.
remote: Total 47 (delta 12), reused 11 (delta 2)
Receiving objects: 100% (47/47), 6.09 KiB | 0 bytes/s, done.
Resolving deltas: 100% (12/12), done.
Checking connectivity... done.
2014-08-12 22:34:48,199 DEBUG Checkout ref:7b29612a88edf7e85a37daa046beab4879a54013 in /tmp/tmpN7bRO2
2014-08-12 22:34:48,199 DEBUG Executing "git checkout 7b29612a88edf7e85a37daa046beab4879a54013" in /tmp/tmpN7bRO2
Note: checking out '7b29612a88edf7e85a37daa046beab4879a54013'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 7b29612... Move NODE_VERSION down a bit for slightly better cacheability
2014-08-12 22:34:48,203 INFO Build start: node ('git://github.com/docker-library/node', '7b29612a88edf7e85a37daa046beab4879a54013', '0.8')
2014-08-12 22:34:49,547 INFO Build success: 1fbf9650e28b (node:0.8.28)
2014-08-12 22:34:49,569 INFO Build success: 1fbf9650e28b (node:0.8)
2014-08-12 22:34:49,592 DEBUG Checkout ref:7b29612a88edf7e85a37daa046beab4879a54013 in /tmp/tmpN7bRO2
2014-08-12 22:34:49,592 DEBUG Executing "git checkout 7b29612a88edf7e85a37daa046beab4879a54013" in /tmp/tmpN7bRO2
HEAD is now at 7b29612... Move NODE_VERSION down a bit for slightly better cacheability
2014-08-12 22:34:49,596 INFO Build start: node ('git://github.com/docker-library/node', '7b29612a88edf7e85a37daa046beab4879a54013', '0.10')
2014-08-12 22:34:50,921 INFO Build success: a7f7b66d9b1d (node:0.10.30)
2014-08-12 22:34:50,951 INFO Build success: a7f7b66d9b1d (node:0.10)
2014-08-12 22:34:50,963 INFO Build success: a7f7b66d9b1d (node:0)
2014-08-12 22:34:50,975 INFO Build success: a7f7b66d9b1d (node:latest)
2014-08-12 22:34:50,987 DEBUG Checkout ref:7b29612a88edf7e85a37daa046beab4879a54013 in /tmp/tmpN7bRO2
2014-08-12 22:34:50,987 DEBUG Executing "git checkout 7b29612a88edf7e85a37daa046beab4879a54013" in /tmp/tmpN7bRO2
HEAD is now at 7b29612... Move NODE_VERSION down a bit for slightly better cacheability
2014-08-12 22:34:50,991 INFO Build start: node ('git://github.com/docker-library/node', '7b29612a88edf7e85a37daa046beab4879a54013', '0.11')
2014-08-12 22:34:52,353 INFO Build success: 8ee4d55205ad (node:0.11.13)
2014-08-12 22:34:52,377 INFO Build success: 8ee4d55205ad (node:0.11) |
$ docker images node
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
node 0.8 1fbf9650e28b About a minute ago 866.2 MB
node 0.8.28 1fbf9650e28b About a minute ago 866.2 MB
node latest a7f7b66d9b1d About a minute ago 867.5 MB
node 0.10 a7f7b66d9b1d About a minute ago 867.5 MB
node 0.10.30 a7f7b66d9b1d About a minute ago 867.5 MB
node 0 a7f7b66d9b1d About a minute ago 867.5 MB
node 0.11 8ee4d55205ad About a minute ago 870 MB
node 0.11.13 8ee4d55205ad About a minute ago 870 MB |
…track and the v0.11 unstable track), and add magic onbuild variants
Heh, one more update. We added -onbuild variants now, so for a lot of Node apps, root@10c08b15961a:/stackbrew/stackbrew# ./brew-cli --debug --no-namespace -b node --targets node git://github.com/infosiftr/stackbrew
2014-08-12 23:16:39,119 DEBUG Cloning repo_url=git://github.com/infosiftr/stackbrew, ref=node
2014-08-12 23:16:39,121 DEBUG folder = /tmp/tmpHXmjps
2014-08-12 23:16:39,121 DEBUG Cloning git://github.com/infosiftr/stackbrew into /tmp/tmpHXmjps
2014-08-12 23:16:39,121 DEBUG Executing "git clone git://github.com/infosiftr/stackbrew ." in /tmp/tmpHXmjps
Cloning into '.'...
remote: Counting objects: 1139, done.
remote: Compressing objects: 100% (527/527), done.
remote: Total 1139 (delta 637), reused 1077 (delta 600)
Receiving objects: 100% (1139/1139), 167.69 KiB | 0 bytes/s, done.
Resolving deltas: 100% (637/637), done.
Checking connectivity... done.
2014-08-12 23:16:40,120 DEBUG Checkout ref:node in /tmp/tmpHXmjps
2014-08-12 23:16:40,120 DEBUG Executing "git checkout node" in /tmp/tmpHXmjps
Branch node set up to track remote branch node from origin.
Switched to a new branch 'node'
2014-08-12 23:16:40,126 DEBUG 0.10.30: git://github.com/docker-library/node@d017d679e92e84a810c580cdb29fcdbba23c2bb9 0.10
2014-08-12 23:16:40,127 DEBUG 0.10: git://github.com/docker-library/node@d017d679e92e84a810c580cdb29fcdbba23c2bb9 0.10
2014-08-12 23:16:40,127 DEBUG 0: git://github.com/docker-library/node@d017d679e92e84a810c580cdb29fcdbba23c2bb9 0.10
2014-08-12 23:16:40,127 DEBUG latest: git://github.com/docker-library/node@d017d679e92e84a810c580cdb29fcdbba23c2bb9 0.10
2014-08-12 23:16:40,127 DEBUG 0.10.30-onbuild: git://github.com/docker-library/node@d017d679e92e84a810c580cdb29fcdbba23c2bb9 0.10/onbuild
2014-08-12 23:16:40,127 DEBUG 0.10-onbuild: git://github.com/docker-library/node@d017d679e92e84a810c580cdb29fcdbba23c2bb9 0.10/onbuild
2014-08-12 23:16:40,127 DEBUG 0-onbuild: git://github.com/docker-library/node@d017d679e92e84a810c580cdb29fcdbba23c2bb9 0.10/onbuild
2014-08-12 23:16:40,127 DEBUG onbuild: git://github.com/docker-library/node@d017d679e92e84a810c580cdb29fcdbba23c2bb9 0.10/onbuild
2014-08-12 23:16:40,127 DEBUG 0.11.13: git://github.com/docker-library/node@d017d679e92e84a810c580cdb29fcdbba23c2bb9 0.11
2014-08-12 23:16:40,127 DEBUG 0.11: git://github.com/docker-library/node@d017d679e92e84a810c580cdb29fcdbba23c2bb9 0.11
2014-08-12 23:16:40,127 DEBUG 0.11.13-onbuild: git://github.com/docker-library/node@d017d679e92e84a810c580cdb29fcdbba23c2bb9 0.11/onbuild
2014-08-12 23:16:40,127 DEBUG 0.11-onbuild: git://github.com/docker-library/node@d017d679e92e84a810c580cdb29fcdbba23c2bb9 0.11/onbuild
2014-08-12 23:16:40,128 DEBUG 0.8.28: git://github.com/docker-library/node@d017d679e92e84a810c580cdb29fcdbba23c2bb9 0.8
2014-08-12 23:16:40,128 DEBUG 0.8: git://github.com/docker-library/node@d017d679e92e84a810c580cdb29fcdbba23c2bb9 0.8
2014-08-12 23:16:40,128 DEBUG 0.8.28-onbuild: git://github.com/docker-library/node@d017d679e92e84a810c580cdb29fcdbba23c2bb9 0.8/onbuild
2014-08-12 23:16:40,128 DEBUG 0.8-onbuild: git://github.com/docker-library/node@d017d679e92e84a810c580cdb29fcdbba23c2bb9 0.8/onbuild
2014-08-12 23:16:40,128 DEBUG node: 0.8.28,0.8
2014-08-12 23:16:40,128 DEBUG node: 0.11.13-onbuild,0.11-onbuild
2014-08-12 23:16:40,128 DEBUG node: 0.10.30,0.10,0,latest
2014-08-12 23:16:40,128 DEBUG node: 0.11.13,0.11
2014-08-12 23:16:40,128 DEBUG node: 0.8.28-onbuild,0.8-onbuild
2014-08-12 23:16:40,128 DEBUG node: 0.10.30-onbuild,0.10-onbuild,0-onbuild,onbuild
2014-08-12 23:16:40,128 DEBUG Cloning repo_url=git://github.com/docker-library/node, ref=d017d679e92e84a810c580cdb29fcdbba23c2bb9
2014-08-12 23:16:40,128 DEBUG folder = /tmp/tmpMkohvm
2014-08-12 23:16:40,129 DEBUG Cloning git://github.com/docker-library/node into /tmp/tmpMkohvm
2014-08-12 23:16:40,129 DEBUG Executing "git clone git://github.com/docker-library/node ." in /tmp/tmpMkohvm
Cloning into '.'...
remote: Counting objects: 61, done.
remote: Compressing objects: 100% (37/37), done.
remote: Total 61 (delta 14), reused 46 (delta 10)
Receiving objects: 100% (61/61), 7.88 KiB | 0 bytes/s, done.
Resolving deltas: 100% (14/14), done.
Checking connectivity... done.
2014-08-12 23:16:40,670 DEBUG Checkout ref:d017d679e92e84a810c580cdb29fcdbba23c2bb9 in /tmp/tmpMkohvm
2014-08-12 23:16:40,670 DEBUG Executing "git checkout d017d679e92e84a810c580cdb29fcdbba23c2bb9" in /tmp/tmpMkohvm
Note: checking out 'd017d679e92e84a810c580cdb29fcdbba23c2bb9'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at d017d67... Add magic "onbuild" variants to all our supported versions
2014-08-12 23:16:40,675 INFO Build start: node ('git://github.com/docker-library/node', 'd017d679e92e84a810c580cdb29fcdbba23c2bb9', '0.8')
2014-08-12 23:16:42,010 INFO Build success: 1fbf9650e28b (node:0.8.28)
2014-08-12 23:16:42,024 INFO Build success: 1fbf9650e28b (node:0.8)
2014-08-12 23:16:42,051 DEBUG Checkout ref:d017d679e92e84a810c580cdb29fcdbba23c2bb9 in /tmp/tmpMkohvm
2014-08-12 23:16:42,051 DEBUG Executing "git checkout d017d679e92e84a810c580cdb29fcdbba23c2bb9" in /tmp/tmpMkohvm
HEAD is now at d017d67... Add magic "onbuild" variants to all our supported versions
2014-08-12 23:16:42,055 INFO Build start: node ('git://github.com/docker-library/node', 'd017d679e92e84a810c580cdb29fcdbba23c2bb9', '0.11/onbuild')
2014-08-12 23:16:43,682 INFO Build success: efdacb30fc6b (node:0.11.13-onbuild)
2014-08-12 23:16:43,695 INFO Build success: efdacb30fc6b (node:0.11-onbuild)
2014-08-12 23:16:43,713 DEBUG Checkout ref:d017d679e92e84a810c580cdb29fcdbba23c2bb9 in /tmp/tmpMkohvm
2014-08-12 23:16:43,713 DEBUG Executing "git checkout d017d679e92e84a810c580cdb29fcdbba23c2bb9" in /tmp/tmpMkohvm
HEAD is now at d017d67... Add magic "onbuild" variants to all our supported versions
2014-08-12 23:16:43,718 INFO Build start: node ('git://github.com/docker-library/node', 'd017d679e92e84a810c580cdb29fcdbba23c2bb9', '0.10')
2014-08-12 23:16:45,085 INFO Build success: a7f7b66d9b1d (node:0.10.30)
2014-08-12 23:16:45,116 INFO Build success: a7f7b66d9b1d (node:0.10)
2014-08-12 23:16:45,129 INFO Build success: a7f7b66d9b1d (node:0)
2014-08-12 23:16:45,151 INFO Build success: a7f7b66d9b1d (node:latest)
2014-08-12 23:16:45,208 DEBUG Checkout ref:d017d679e92e84a810c580cdb29fcdbba23c2bb9 in /tmp/tmpMkohvm
2014-08-12 23:16:45,208 DEBUG Executing "git checkout d017d679e92e84a810c580cdb29fcdbba23c2bb9" in /tmp/tmpMkohvm
HEAD is now at d017d67... Add magic "onbuild" variants to all our supported versions
2014-08-12 23:16:45,212 INFO Build start: node ('git://github.com/docker-library/node', 'd017d679e92e84a810c580cdb29fcdbba23c2bb9', '0.11')
2014-08-12 23:16:46,637 INFO Build success: 8ee4d55205ad (node:0.11.13)
2014-08-12 23:16:46,664 INFO Build success: 8ee4d55205ad (node:0.11)
2014-08-12 23:16:46,677 DEBUG Checkout ref:d017d679e92e84a810c580cdb29fcdbba23c2bb9 in /tmp/tmpMkohvm
2014-08-12 23:16:46,677 DEBUG Executing "git checkout d017d679e92e84a810c580cdb29fcdbba23c2bb9" in /tmp/tmpMkohvm
HEAD is now at d017d67... Add magic "onbuild" variants to all our supported versions
2014-08-12 23:16:46,681 INFO Build start: node ('git://github.com/docker-library/node', 'd017d679e92e84a810c580cdb29fcdbba23c2bb9', '0.8/onbuild')
2014-08-12 23:16:50,421 INFO Build success: 4eb9f895f3d8 (node:0.8.28-onbuild)
2014-08-12 23:16:50,470 INFO Build success: 4eb9f895f3d8 (node:0.8-onbuild)
2014-08-12 23:16:50,482 DEBUG Checkout ref:d017d679e92e84a810c580cdb29fcdbba23c2bb9 in /tmp/tmpMkohvm
2014-08-12 23:16:50,483 DEBUG Executing "git checkout d017d679e92e84a810c580cdb29fcdbba23c2bb9" in /tmp/tmpMkohvm
HEAD is now at d017d67... Add magic "onbuild" variants to all our supported versions
2014-08-12 23:16:50,487 INFO Build start: node ('git://github.com/docker-library/node', 'd017d679e92e84a810c580cdb29fcdbba23c2bb9', '0.10/onbuild')
2014-08-12 23:16:55,141 INFO Build success: 9f5decfdc65a (node:0.10.30-onbuild)
2014-08-12 23:16:55,158 INFO Build success: 9f5decfdc65a (node:0.10-onbuild)
2014-08-12 23:16:55,173 INFO Build success: 9f5decfdc65a (node:0-onbuild)
2014-08-12 23:16:55,189 INFO Build success: 9f5decfdc65a (node:onbuild) root@10c08b15961a:/stackbrew/stackbrew# docker images node
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
node 0.10.30-onbuild 9f5decfdc65a 4 minutes ago 867.5 MB
node 0.10-onbuild 9f5decfdc65a 4 minutes ago 867.5 MB
node onbuild 9f5decfdc65a 4 minutes ago 867.5 MB
node 0-onbuild 9f5decfdc65a 4 minutes ago 867.5 MB
node 0.8.28-onbuild 4eb9f895f3d8 4 minutes ago 866.2 MB
node 0.8-onbuild 4eb9f895f3d8 4 minutes ago 866.2 MB
node 0.11-onbuild efdacb30fc6b 37 minutes ago 870 MB
node 0.11.13-onbuild efdacb30fc6b 37 minutes ago 870 MB
node 0.8 1fbf9650e28b 46 minutes ago 866.2 MB
node 0.8.28 1fbf9650e28b 46 minutes ago 866.2 MB
node latest a7f7b66d9b1d 47 minutes ago 867.5 MB
node 0.10.30 a7f7b66d9b1d 47 minutes ago 867.5 MB
node 0 a7f7b66d9b1d 47 minutes ago 867.5 MB
node 0.10 a7f7b66d9b1d 47 minutes ago 867.5 MB
node 0.11 8ee4d55205ad 47 minutes ago 870 MB
node 0.11.13 8ee4d55205ad 47 minutes ago 870 MB |
Update node (especially to get v0.10.30)
Switch from "/dev/std*" to "/proc/$$/fd/*" (as is used later) and allow it to fail (esp. for SELinux)
No description provided.