This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 202
Build Names are suffixed with -*s2i regardless of build strategy #1751
Comments
The issue is not as trivial as it seems. The suffix Given this fact we can consider 3 different scenarios each of one having a different expected behavior:
|
hmm, I see. But from what I see build name is getting *-s2i suffix in the second option. |
Yes, I described the expected behavior after the implementation. Just want to confirm this is what we want i.e. if s2i suffix is configured, keep it. Else if it's a s2i build append |
manusa
added a commit
to marcnuri-forks/fabric8-maven-plugin
that referenced
this issue
Nov 7, 2019
devang-gaur
pushed a commit
that referenced
this issue
Nov 8, 2019
rohanKanojia
pushed a commit
to eclipse-jkube/jkube
that referenced
this issue
Nov 29, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
While building a simple project with
Docker
build strategy on Openshift. I can see that the build object created during the build process is wrongly named. It is always suffixed with *-s2i regardless of whether build strategy is S2I or Docker. Here are some logs which can offer more clarity of issue:mvn -v
) :Try doing a
mvn fabric8:build -Dfabric8.build.strategy=docker
and check the name of build object created. It would always be suffixed with *-s2iThe text was updated successfully, but these errors were encountered: