You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2019/04/17 00:41:51 UTC

[mesos] branch master updated: Documented docker manifest v2 schema2 support.

This is an automated email from the ASF dual-hosted git repository.

gilbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ef51f1  Documented docker manifest v2 schema2 support.
4ef51f1 is described below

commit 4ef51f19d714d719389994763e027194ba6bc732
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Tue Apr 16 16:38:02 2019 -0700

    Documented docker manifest v2 schema2 support.
    
    Review: https://reviews.apache.org/r/70489
---
 docs/container-image.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/docs/container-image.md b/docs/container-image.md
index 3c4520a..463fb21 100644
--- a/docs/container-image.md
+++ b/docs/container-image.md
@@ -180,10 +180,13 @@ Verify if your container is running by launching a redis client:
 
 Image provisioner uses [Docker v2 registry
 API](https://docs.docker.com/registry/spec/api/) to fetch Docker
-images/layers. The fetching is based on `curl`, therefore SSL is
-automatically handled. For private registries, the operator needs to
-configure `curl` accordingly so that it knows where to find the
-additional certificate files.
+images/layers. Both docker manifest
+[v2 schema1](https://docs.docker.com/registry/spec/manifest-v2-1/)
+and [v2 schema2](https://docs.docker.com/registry/spec/manifest-v2-2/)
+are supported (v2 schema2 is supported starting from 1.8.0). The
+fetching is based on `curl`, therefore SSL is automatically handled.
+For private registries, the operator needs to configure `curl`
+with the location of required CA certificates.
 
 Fetching requiring authentication is supported through the
 `--docker_config` agent flag. Starting from 1.0, operators can use