Skip to content

ysku/docker-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Project with manifest list objects

  • プラットフォーム固有のバージョンのイメージ用のイメージマニフェストを参照する fat manifest を利用して multi-architecture images を可能にする
  • そのイメージのIDを生成するためにハッシュ化されたイメージ設定があるイメージモデルをサポートすることで、Docker Engine をアドレス可能なイメージに向けて移動させる

Manifest List

  • manifest list は1つ以上のプラットフォーム用の固有のイメージの manifest を参照する fat manifest である
  • クライアントはHTTPレスポンス内で返却された Content-Type に基づいてイメージマニフェストを判別する

*related api

Installation

download from here and add execute permission.

Usage

inspect

manifest-tool inspect [image]

create/push

manifest-tool --username [username] \
              --password [password] \
              push \
              from-spec \
              hello.yaml

manifest-tool --username [username] \
              --password [password] \
              push \
              from-args \
              --platforms linux/amd64 \
              --template ysku/hello:latest \
              --target ysku/hello:amd64

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages