-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
Pipelines 1.2, Pipelines 1.3, Pipelines 1.4, Pipelines 1.5, Pipelines 1.6
-
5
-
False
-
False
-
Undefined
-
-
Pipelines Sprint 199, Pipelines Sprint 200, Pipelines Sprint 201, Pipelines Sprint 202, Pipelines Sprint 204, Pipelines Sprint 205, Pipelines Sprint 216, Pipelines Sprint 217, Pipelines Sprint 218, Pipelines Sprint 219, Pipelines Sprint 220, Pipelines Sprint 221, Pipelines Sprint 222, Pipelines Sprint 223
- When users runs buildah/kaniko workloads on disconnected environment
Pipeline breaks with below reason even after mirroring image
STEP 1: FROM registry.access.redhat.com/ubi8/go-toolset:1.14.12 AS builder error creating build container: Error initializing source docker://registry.access.redhat.com/ubi8/go-toolset:1.14.12: error pinging docker registry registry.access.redhat.com: Get "http://registry.access.redhat.com/v2/": dial tcp 23.67.60.209:80: i/o timeout level=error msg="exit status 125"
Note: Need to document this limitation
Workaround: Need to replace docker base image with imagestreams instead.
Build Info:
- openshift-piplelines TP1.2, TP1.3
Investigation Required
- does this happen while using kaniko/buildah (or for other cicd tools) directly without tekton
- is mirroring images to an accesbile registry enough or making them available on cluster absolutely necessary.