Categorygithub.com/bevisy/imageTool
repositorypackage
0.0.0-20200506065911-276c9e92429b
Repository: https://github.com/bevisy/imagetool.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

功能

删除容器镜像中指定层,缩减单个镜像文件体积

设计

  1. 解压/压缩
  2. 解tar包/打tar包
  3. 哈希值判断
  4. 打印镜像层哈希值

流程图

读取镜像包 --> 解压缩 --> 解tar包 --> 读取 manifets.json
--> 读取传入参数 --> 计算对应layer.tar哈希值,判断并删除
--> 打包并压缩