- Hands-On Kubernetes on Windows
- Piotr Tylenda
- 224字
- 2021-06-24 16:54:06
Ensuring the integrity of the image supply chain
Providing content trust of the image supply chain is one of the most important, but often neglected, topics in managing Docker images. In any distributed system that communicates and transfers data over an untrusted medium (such as the internet), it is crucial to provide a means of content trust – a way of verifying both the source (publisher) and the integrity of data entering the system. For Docker, this is especially true for pushing and pulling images (data), which is performed by Docker Engine.
The Docker ecosystem describes the concept of Docker Content Trust (DCT), which provides a means of verifying the digital signatures of data being transferred between the Docker Engine and the Docker Registry. This verification allows the publishers to sign their images and the consumer (Docker Engine) to verify the signatures to ensure the integrity and source of the images.
In the Docker CLI, it is possible to sign an image using the docker trust command, which is built on top of Docker Notary. This is a tool that's used for publishing and managing trusted collections of content. Signing images requires a Docker Registry with an associated Notary server, for example, Docker Hub.
- Visual FoxPro程序設(shè)計教程(第3版)
- C#完全自學(xué)教程
- 精通API架構(gòu):設(shè)計、運維與演進(jìn)
- C程序設(shè)計案例教程
- Linux操作系統(tǒng)基礎(chǔ)案例教程
- Java EE 8 Application Development
- 數(shù)據(jù)結(jié)構(gòu)與算法分析(C++語言版)
- Nginx Lua開發(fā)實戰(zhàn)
- Android Wear Projects
- IPython Interactive Computing and Visualization Cookbook
- Elasticsearch搜索引擎構(gòu)建入門與實戰(zhàn)
- C語言王者歸來
- 分布式系統(tǒng)架構(gòu)與開發(fā):技術(shù)原理與面試題解析
- Java Web程序開發(fā)參考手冊
- Java項目驅(qū)動開發(fā)教程