Gabor Gyimesi created MINIFICPP-1589:
----------------------------------------
Summary: Azure docker tests fail due to new restrictions
Key: MINIFICPP-1589
URL: https://issues.apache.org/jira/browse/MINIFICPP-1589
Project: Apache NiFi MiNiFi C++
Issue Type: Bug
Reporter: Gabor Gyimesi
Azure docker tests fail with the following message: "400 The specifed resource
name contains invalid characters."
This is due to new Azure naming conventions that do not meet our test blob and
container names:
* Container name must beĀ *_lowercase_*.
* Container names must be > 3 character and < 63 characters.
* Container names must only contain letters, numbers, and if needed (-)
character is allowed.
The test data should be fixed, and also any non-pinned docker image version
should be pinned to a specific version to avoid similar issues later.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)