| Summary: | Build fails for unknown reason | ||
|---|---|---|---|
| Product: | Red Hat Software Collections | Reporter: | Steve Speicher <sspeiche> |
| Component: | rh-nodejs4-container | Assignee: | Zuzana Svetlikova <zsvetlik> |
| Status: | CLOSED NOTABUG | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | bgollahe, bparees, jorton |
| Target Milestone: | rc | ||
| Target Release: | 2.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-20 12:24:01 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: | |
|
Description
Steve Speicher
2016-04-05 19:08:04 UTC
key issue is this: Image does not contain a value for the io.openshift.s2i.scripts-url label since there's no label, s2i doesn't know where to find the assemble and run scripts. https://github.com/openshift/sti-base/blob/master/Dockerfile#L10 I didn't manage to reproduce the bug. I confirmed from docker pull setup on OpenShift 3.2.0.41 that this works:
docker pull brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/rhscl_beta/nodejs-4-rhel7
docker tag brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/rhscl_beta/nodejs-4-rhel7 registry.dev-preview-int.openshift.com/sspeiche-microservices/nodejs-4-rhel7
docker push registry.dev-preview-int.openshift.com/sspeiche-microservices/nodejs-4-rhel7
oc get is nodejs-4-rhel7 -o yaml
apiVersion: v1
kind: ImageStream
metadata:
creationTimestamp: 2016-05-04T16:25:23Z
generation: 1
name: nodejs-4-rhel7
namespace: sspeiche-microservices
resourceVersion: "4016395"
selfLink: /oapi/v1/namespaces/sspeiche-microservices/imagestreams/nodejs-4-rhel7
uid: cd75a49b-1214-11e6-abb2-0ada84b8265d
spec: {}
status:
dockerImageRepository: 172.30.94.234:5000/sspeiche-microservices/nodejs-4-rhel7
tags:
- items:
- created: 2016-05-04T16:25:23Z
dockerImageReference: 172.30.94.234:5000/sspeiche-microservices/nodejs-4-rhel7@sha256:5488d05f38964d490453fad5b2303da247557cde36a7a8a70bafb6e333218ce2
generation: 1
image: sha256:5488d05f38964d490453fad5b2303da247557cde36a7a8a70bafb6e333218ce2
tag: latest
|