-
Bug
-
Resolution: Done
-
Major
-
FIS 2.0
-
None
-
%
Configuration of Imagestreamtag in pom.xml via
<configuration> <images> <image> <name>zero-imagestream</name> <build> <fromExt> <name>fis-java-openshift:2.0</name> <namespace>openshift</namespace> <type>ImageStreamTag</type> </fromExt> </build> </image> </images> </configuration>
creates broken DeploymentConfig (it prepends group id before artefact id (group id contains dots which are not supported in namespace)
spec.triggers.imageChangeParams.containerNames.name."io.fabric8-fabric8-maven-sample-zero-config" spec.template > spec > containers > name : "io.fabric8-fabric8-maven-sample-zero-config"
error from oc create -f
spec.template.spec.containers[0].name: Invalid value: "io.fabric8-fabric8-maven-sample-zero-config": must match the regex [a-z0-9]([-a-z0-9]*[a-z0-9])? (e.g. 'my-name' or '123-abc')
- is related to
-
ENTESB-8721 f-m-p in openshift mode s2i strategy should use ImageStreamTag instead of DockerImage
- Closed