IBMStreams / streamsx.topology

Develop streaming applications for IBM Streams in Python, Java & Scala.
http://ibmstreams.github.io/streamsx.topology
Apache License 2.0
29 stars 43 forks source link

Automatic creation of edge image name can result in illegal image name #2533

Closed ghost closed 4 years ago

ghost commented 4 years ago

When the image name is not specified in an edge config, streamsx uses the build name, which is the SPL compatible name of the topology. This name can contain uppercase letters, which is not allowed for image names.

The suggestion is, to lower the image name in case it is not provided by the user.

markheger commented 4 years ago

resolved in v1.15.9