vmware / vic

vSphere Integrated Containers Engine is a container runtime for vSphere.
http://vmware.github.io/vic
Other
639 stars 173 forks source link

Docker Persona: Image construction within ImageC #5312

Open sflxn opened 7 years ago

sflxn commented 7 years ago

Acceptance Criteria:

sgairo commented 7 years ago

This now will also include the responsibility of building the image layers.

sflxn commented 7 years ago

The image and manifest building currently works but have some bugs that we're currently working through.

Unit test for the manifest building is not complete. It's quite involved as it requires a lot of mock data in our persona cache and storage portlayer. Some code may need to get refactored.

sflxn commented 7 years ago

We are stopping work on docker push and postponing to VIC 1.3, pending approval from PM. Until we can guarantee the layer archive returns the same digest as Docker, we do not want to put push in VIC.

chengwang86 commented 7 years ago

As an update for the current status:

After we push an image to the registry (e.g., harbor) using vic's docker push (if the EOF error is fixed),