Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

V1 - rewrite Rocker from scratch, completely client-driven #50

Merged
merged 139 commits into from
Nov 23, 2015
Merged

Conversation

ybogdanov
Copy link
Contributor

Rocker has been rewritten from scratch and now it became much more robust! While dockramp as a proof of concept of a client-driven Docker builder, Rocker is a full-featured implementation.

  1. There are no context uploads and fallbacks to docker build. It makes your builds faster especially if you have a big project.
  2. Cache lookup works much faster than Docker's implementation when you have thousands of layers.
  3. Better output: rocker reports size for each produced layer, so you see which steps take space.
  4. Works with Docker >= 1.8

What is not supported yet:

  1. ADD <url>
  2. Adding tar archives that supposed to automatically extract

ybogdanov pushed a commit that referenced this pull request Nov 23, 2015
@ybogdanov ybogdanov merged commit c360a91 into master Nov 23, 2015
@ybogdanov ybogdanov added this to the 1.0.0 milestone Nov 23, 2015
@ybogdanov ybogdanov self-assigned this Nov 23, 2015
@ybogdanov ybogdanov changed the title V1 V1 - rewrite Rocker from scratch, completely client-driven Nov 23, 2015
@ybogdanov ybogdanov deleted the v1 branch December 31, 2015 16:01
@ybogdanov ybogdanov restored the v1 branch March 31, 2016 10:21
@ybogdanov ybogdanov deleted the v1 branch July 25, 2016 13:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants