-
Notifications
You must be signed in to change notification settings - Fork 175
Support pull by image digest #1186
Copy link
Copy link
Closed
Labels
area/dockerSupport for the Docker operationsSupport for the Docker operationscomponent/imageckind/defectBehavior that is inconsistent with what's intendedBehavior that is inconsistent with what's intendedkind/enhancementBehavior that was intended, but we want to make betterBehavior that was intended, but we want to make betterpriority/p2
Milestone
Description
Currently imagec is only able to pull images by tag. For example:
docker pull busybox:1.24.2
We need to provide support for pulling images via image digest:
docker pull busybox@sha256:4a731fb46adc5cefe3ae374a8b6020fc1b6ad667a279647766e9a3cd89f6fa92
While vic (via imagec) will attempt a pull when a user provides a digest, it's not pulling via the digest -- it's actually pulling via the latest tag. Since the digest is ignored the wrong image might be pulled.
Depends on #1484
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/dockerSupport for the Docker operationsSupport for the Docker operationscomponent/imageckind/defectBehavior that is inconsistent with what's intendedBehavior that is inconsistent with what's intendedkind/enhancementBehavior that was intended, but we want to make betterBehavior that was intended, but we want to make betterpriority/p2