-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove the
imageExists
check before Pull (#359)
Containerd does not need us to check for the existence of an image for it; it will download any layers which do not exist and wont re-download the same image twice. This check is causing us trouble now because with our capmvm base images we push new shas to the same tags. When we run this `imageExists` check using the ref (name+label) we don't get new changes on that version. This fix just leaves containerd to get on with it.
- Loading branch information
1 parent
f7bc8d6
commit 48a1ae5
Showing
2 changed files
with
18 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters