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

Support docker import for pushing exported rootfs #9

Merged
merged 1 commit into from
Jul 6, 2015

Conversation

mhoran
Copy link
Contributor

@mhoran mhoran commented Jul 6, 2015

Buildpacks generates a rootfs.tar.gz for CF rootfses. We then need to push this tarball to Dockerhub.

The docker load command does not support loading tarballs that were exported via docker export. It only supports those saved via docker save. This PR adds support for importing tarballs generated by docker export to be pushed to Dockerhub.

Signed-off-by: Amin Jams <aminjam.software@gmail.com>
vito added a commit that referenced this pull request Jul 6, 2015
Support `docker import` for pushing exported rootfs
@vito vito merged commit 8b81648 into concourse:master Jul 6, 2015
@vito
Copy link
Member

vito commented Jul 6, 2015

thanks!

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