Project

General

Profile

Feature #13453

Updated by Chris Duryee about 8 years ago

The "docker save" command currently creates a docker image in the V1 registry format. This is incompatible with docker registry v2. 

 Until "docker save" creates v2 data, we need to disable upload (moving tasks out of docker images via the web UI and hammer. Additionally, we need to document this in the 2.5 release docs, and mention that users can spin up a private registry, push to that, and sync down in order to get custom docker content into Katello. etherpad, will fill in)

Back