package
Version:
v0.46.3
Opens a new window with list of versions in this module.
Published: Dec 17, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
CheckImageArchs checks if an image exists and has all the provided architectures
type DockerImage struct {
Architecture string `json:"architecture"`
Status string `json:"status"`
Size int `json:"size"`
LastPushed time.Time `json:"last_pushed"`
}
type DockerTag struct {
Name string `json:"name"`
Images []DockerImage `json:"images"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.