forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary --pull parameter when running builder images
Follows up on quarkusio#33749. I forgot to remove this code that was just a remainder of an earlier approach which didn't go anywhere (quarkusio#33691 (comment)). Keeping this code could in theory lead to extra pulls when using quarkus.native.build-image.pull='always' (the default) and the image gets updated right while we're building, but more importantly it could lead to extra, unecessary queries to quay.io, so let's avoid that.
- Loading branch information
1 parent
35af2b6
commit cb06f2b
Showing
2 changed files
with
4 additions
and
11 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