-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
area/plugin-registrykind/bugOutline of a bug - must adhere to the bug report template.Outline of a bug - must adhere to the bug report template.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.severity/P2Has a minor but important impact to the usage or development of the system.Has a minor but important impact to the usage or development of the system.
Milestone
Description
Describe the bug
During an --offline build the path to an plugin image is not changed if there is no tag on the image.
Che version
- latest
- nightly
- other: please specify
Steps to reproduce
./build.sh --organization eclipse \
--registry harbor.private \
--tag 7.16.1 \
--offline
- Start a Workspace with the eclipse-broadway editor
Expected behavior
Pulling image from harbor.private/wsskeleton/eclipse-broadway
Runtime
- kubernetes (include output of
kubectl version) - Openshift (include output of
oc version) - minikube (include output of
minikube versionandkubectl version) - minishift (include output of
minishift versionandoc version) - docker-desktop + K8S (include output of
docker versionandkubectl version) - other: (please specify)
Installation method
- helm
Additional context
Pulling image still from docker.io/wsskeleton/eclipse-broadway (meta.yaml)
The reason might be here:
entrypoint.sh
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/plugin-registrykind/bugOutline of a bug - must adhere to the bug report template.Outline of a bug - must adhere to the bug report template.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.severity/P2Has a minor but important impact to the usage or development of the system.Has a minor but important impact to the usage or development of the system.