-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR simplifies caching to the following rules, described in my second design doc for artifact caching: If remote cluster or push:true : 1. Check if image exists remotely. 2. If not, check if same digest exists locally. If it does, retag and repush. 3. If not, rebuild and repush. If local cluster, and push:false: 1. Check if image exists locally 2. If not, check if same digest exists locally. If it does, retag. 3. If not, rebuild
- Loading branch information
Priya Wadhwa
committed
Jul 12, 2019
1 parent
2c9ed37
commit 6b26b8b
Showing
3 changed files
with
242 additions
and
362 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
Oops, something went wrong.