[docker] vieux force-pushed enable_sigproxy_default from 02d93c5 to 4613289: http://git.io/ZRqgPg
docker/enable_sigproxy_default e0b59ab Victor Vieux: Enable sig-proxy by default in run and attach
docker/enable_sigproxy_default 4613289 Victor Vieux: stop proxy at one point
dockerbot has left the channel
shykes
hey joffrey are you still around?
joffrey
shykes: yep
what's up? :)
shykes
want to talk about roadmap to launching stackbrew?
joffrey
sure!
shykes
how do you feel about flipping the switch and promoting it to library
then get a few days of testing out of that before announcing it
joffrey
I'm down. Any other changes you feel we should make?
shykes
There's this one thread about the syntax
I kind of agree with the people saying it might be confusing
I wanted to discuss that with you
If we do decide we want to change it, it's better to change it early
since it affects file formats, which stick around and need to be supported for a long time
joffrey
I kinda liked the idea of having the build scripts in the repositories on the "base" images (ie ubuntu/debian/...), even if they're not used by the build. /cc tianon
shykes
how do you like the unique syntax "<docker_tag>: <url>[@<version>]"
where <version> could be a git branch, tag or commit
joffrey
what if a tag and a branch share the same name in one repo ?
and using them would probably not yield the intended result for upstream contributors
joffrey
and then if a tag replicates a commit ID, the commit ID would take precedence?
shykes
yeah
which is what git does also
(just checked)
what do you think?
tianon
sounding tasty to me
joffrey
sure, works for me. while we're at it, let's make the @<version> mandatory
tianon
joffrey: you're talking about keeping library/ in the docker directory? or the whole stackbrew code?
why not just make only commit IDs acceptable?
joffrey
tianon: I think we already settled on having library/ in the stackbrew repository
if it's still in the docker repo it can probably be removed now
tianon
ok :)
joffrey
tianon: There's pros and cons to leaving @TAG as an option. What do you think shykes ?
dockerbot joined the channel
dockerbot
[docker] tianon opened pull request #2449: Remove old remnants of stackbrew now that it's a separate project (master...remove-stackbrew-remnants) http://git.io/XXxCPQ
docker/master b283900 Tianon Gravi: Add SQLite dep to hack/PACKAGERS.md and clean up a few other tiny inconsistencies
docker/master 05430c7 Tianon Gravi: Merge pull request #2433 from tianon/sqlite-dep...
dockerbot has left the channel
vieux
same example without -t works
tianon
ok, thanks for clarifying :)
doesn't seem to be working for me without -t either...
vieux
I just did it
tianon
it looks like you've updated that PR since I compiled, though, so I'm rebuilding to be sure :)
vieux
press return in the shell to see the helloword
alexlarsson_away is now known as alexlarsson
tianon
ah
thanks :)
tianon hides
alexlarsson
shykes: Did you see my huge mail?
dockerbot joined the channel
dockerbot
[docker] binaryphile opened pull request #2450: Allow backwards-compatible colon syntax for tags in 'commit' command (master...master) http://git.io/ESDCdQ
dockerbot has left the channel
dockerbot joined the channel
[docker] tianon opened pull request #2451: Clarify Go 1.2rc2 / Go 1.1.2 requirements in hack/PACKAGERS.md (master...clarify-go-requirement) http://git.io/pHBfzA
dockerbot has left the channel
tianon
vieux, crosbymichael: ^ ^ (#2451)
binaryphile joined the channel
binaryphile
hey there
keeb
hiyo
binaryphile
has anyone noticed the inconsitent syntax with the docker commit command?
keeb
please elaborate
binaryphile
if you put a colon instead of a space in front of the tag name, it creates the image, but it puts the colon inside the repo name instead of making a tag
keeb
that does not sound ideal.
binaryphile
every other command uses the colon syntax as far as i can tell