-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pull policy "if-not-present" yet still querying remote registry #1134
Comments
s2i misbehaves if registry credentials are present: tries and fails to query image metadata from docker.io before each build, etc. See: openshift/source-to-image#1134 Signed-off-by: Jonathan Dowland <[email protected]>
s2i misbehaves if registry credentials are present: tries and fails to query image metadata from docker.io before each build, etc. See: openshift/source-to-image#1134 Signed-off-by: Jonathan Dowland <[email protected]>
s2i misbehaves if registry credentials are present: tries and fails to query image metadata from docker.io before each build, etc. See: openshift/source-to-image#1134 Signed-off-by: Jonathan Dowland <[email protected]>
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
/remove-lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen I guess the bot didn’t like my fresh command |
@jmtd: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/reopen |
@jmtd: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This is a little odd.
s2i build --pull-policy if-not-present
appears to query a remote registry for (at least) metadata even if the named image is present in the local registry.Log excerpt from https://github.com/jboss-container-images/openjdk/actions/runs/6864309836/job/19052020240 (the original logs are enormous):
Note that the named builder image
ubi9/openjdk-17
exists in the local docker container storage, and the rest the S2I process works as expected using the local image.Confirmed with 1.3.4 and 1.3.9.
The text was updated successfully, but these errors were encountered: