Hello, why does Planet require a semver compliant tag? Docker doesn’t even support this fully (i.e. v1.0.0-123+abc does not work due to +). We have various version tags in our build system, but non currently compliant with Docker’s limited idea of what Semver should be.
I’d like to use tags which are not semver compliant if possible (i.e. tag: myapp-v0.0.1-123-abcd) and yet still supported by Docker, but the Tele build yells at me. Has support for this come up as a topic before?