Correctly substitute image name when using Microcks native image #20
Labels
component/settings
Relates to API/settings availables
kind/enhancement
Enhancement of existing feature
Milestone
Reason/Context
When building a
MicrocksContainersEnsemble
including the async features (withAsyncFeatures()
), the async minion container image is automatically deduced from the main container image name. As of today, themicrocks-uber
part of image is replace bymicrocks-uber-async-minion
, leaving the tag unchanged.This way of doing things is broker when you use the
-native
suffix tagged image as there is nomicrocks-uber-async-minion:nightly-native
, for example. Just amicrocks-uber-async-minion:nightly
.Description
While we don't have a
-native
image for async minion, we should also take care of removing the specific-native
suffix from image tag.Implementation ideas
No response
The text was updated successfully, but these errors were encountered: