fabric8io-images / s2i

OpenShift S2I images for Java and Karaf applications
Apache License 2.0
70 stars 84 forks source link

error to run github.com/dhirajsb/camel-hello-world #145

Open minikiller opened 6 years ago

minikiller commented 6 years ago

i run following command under openshift:

oc new-app --strategy=source fabric8/s2i-karaf~git://github.com/dhirajsb/camel-hello-world

error is


[INFO] ------------------------------------------------------------------------
--
  | [INFO] BUILD SUCCESS
  | [INFO] ------------------------------------------------------------------------
  | [INFO] Total time: 02:27 min
  | [INFO] Finished at: 2018-04-22T00:19:03+00:00
  | [INFO] Final Memory: 22M/425M
  | [INFO] ------------------------------------------------------------------------
  | Copying built artifacts from /tmp/src/target into /deployments...
  | Missing one or more than one assembly archive file *.zip in /tmp/src/target
  | error: build error: non-zero (13) exit code from fabric8/s2i-karaf@sha256:b6fe6bc41c263242dfa42076acd57198087bd9f067aab32bae1c520f3ebbc738

can you help me?