Show HN: Containerfactory.io – GitHub repo to docker image
containerfactory.io
Show HN: Containerfactory.io – GitHub repo to docker image
1–10 of 15 posts
Re: Show HN: Containerfactory.io – GitHub repo to docker image
#2Re: Show HN: Containerfactory.io – GitHub repo to docker image
#3Re: Show HN: Containerfactory.io – GitHub repo to docker image
#4How is this different from the build service provided by registry.hub.docker.com?
Am I right?
Re: Show HN: Containerfactory.io – GitHub repo to docker image
#5How is this different from the build service provided by registry.hub.docker.com?
From what I understand, this tools build a container and push it to the registry for every change, where as when you are using the registry alone, you have to push the images manually? Am I right?
Re: Show HN: Containerfactory.io – GitHub repo to docker image
#6How is this different from the build service provided by registry.hub.docker.com?
From what I understand, this tools build a container and push it to the registry for every change, where as when you are using the registry alone, you have to push the images manually? Am I right?
Re: Show HN: Containerfactory.io – GitHub repo to docker image
#7Earlier quoted context omitted.
From what I understand, this tools build a container and push it to the registry for every change, where as when you are using the registry alone, you have to push the images manually? Am I right?
The Docker Hub does also have a mode called "Automated Builds" which will pull down the repository, build an image based on the Dockerfile and push it. However, you do have to pick one or the other (you cannot push your own image to a repository configured as an Automated Build).
Re: Show HN: Containerfactory.io – GitHub repo to docker image
#8How is this different from the build service provided by registry.hub.docker.com?
Re: Show HN: Containerfactory.io – GitHub repo to docker image
#9Re: Show HN: Containerfactory.io – GitHub repo to docker image
#10I'm curious how security is handled with containerfactory.io.
We just gave a very detailed presentation on our build system at CoreOS Fest which will be available in video form soon. As a part of this talk, we mentioned all the security implications of building other people's container images.