Bug 1498178
| Summary: | Builds using Docker strategy attempt to pull down all tags of a base image when tag is not specified | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Patrick Easters <peasters> |
| Component: | Build | Assignee: | Ben Parees <bparees> |
| Status: | CLOSED ERRATA | QA Contact: | Wenjing Zheng <wzheng> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.6.0 | CC: | aos-bugs |
| Target Milestone: | --- | ||
| Target Release: | 3.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: When no tag is explicitly set, docker behavior is to pull all images.
Consequence: Builds would pull more images than necessary and take longer than needed.
Fix: A default tag will be set when the user does not supply a tag.
Result: Only a single image will be pulled for the build.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-11-28 22:14:33 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Patrick Easters
2017-10-03 16:04:08 UTC
yes this was fixed by https://github.com/openshift/origin/pull/15967 which is why you don't see it in origin. Verified with below version: openshift v3.7.0-0.143.1 kubernetes v1.7.0+80709908fd etcd 3.2.1 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:3188 |