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

Investigate using buildah to build our images #201

Closed
jlewi opened this issue Dec 5, 2017 · 1 comment
Closed

Investigate using buildah to build our images #201

jlewi opened this issue Dec 5, 2017 · 1 comment

Comments

@jlewi
Copy link
Contributor

jlewi commented Dec 5, 2017

https://github.com/projectatomic/buildah

We use docker build to build all our images. This is convenient when building locally but its problematic when it comes to containerizing our build/test infrastructure and running on K8s clusters. Using docker inside containers requires privileged pods and mapping in the docker socket; which isn't ideal.

I think buildah might better support building container images from within a container. I think the one issue I heard but didn't quite understand was that you can't use overlayfs when building from within a container, you have to use a different storage layer and mount it from the host.

buildah is being developed by Red Hat and is used by their source to image tool for openshift.

@jlewi jlewi changed the title Use buildah to build our images Investigate using buildah to build our images Dec 5, 2017
@jlewi
Copy link
Contributor Author

jlewi commented Jan 25, 2018

Argo seems like the most promising solution right now for docker builds.

@jlewi jlewi closed this as completed Jan 25, 2018
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

No branches or pull requests

1 participant