-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use fully qualified image names (#148)
Using an unqualified image name might yield different results on different systems. The deployment actually relies on docker's default, which is 'docker.io'. Other system might not have this default, and some systems might even pause and interactively ask the user for a decision. Providing a fully qualified image name solves this issues and ensures that the intended image is pulled.
- Loading branch information
Showing
2 changed files
with
13 additions
and
13 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