redhat-developer / odo-init-image

ODO v3 no loner users this image!!! (Container for ODO v2 to setup SupervisorD inside S2I builder image.)
Apache License 2.0
7 stars 27 forks source link

fix for update-vendor.sh script #94

Closed anandrkskd closed 2 years ago

anandrkskd commented 2 years ago

This PR adds

Signed-off-by: anandrkskd anandrkskd@gmail.com

anandrkskd commented 2 years ago

This comment is no longer valid

Currently the update is not working as odo push is failing with

[odo] I1103 13:24:35.488369  364093 exec.go:27] Executing command [/opt/odo/bin/supervisord ctl status] for pod: owrewr-app-7dc8d844bb-5q4jg in container: runtime
[odo] debugrun                         Stopped   
[odo] devrun                           Fatal     2021-11-03 07:54:28.365482989 +0000 UTC m=+0.014111772
[odo]  ✗  Failed to start component with name "owrewr". Error: Failed to create the component: the supervisord program devrun not found

Attaching file for complete log logs.txt

Container image is uploaded to quay.io/anandrkskd/odo-initimage-test:test

How to reproduce

export ODO_BOOTSTRAPPER_IMAGE=quay.io/anandrkskd/odo-initimage-test:test

git clone https://github.com/openshift/nodejs-ex && cd nodejs-ex                                                 

odo create nodejs

odo push
kadel commented 2 years ago

/approve /lgtm

openshift-ci[bot] commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kadel

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/openshift/odo-init-image/blob/master/OWNERS)~~ [kadel] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment