diff --git a/ref/general/reference/knownissues.adoc b/ref/general/reference/knownissues.adoc new file mode 100644 index 0000000..0f11837 --- /dev/null +++ b/ref/general/reference/knownissues.adoc @@ -0,0 +1,13 @@ +:page-layout: doc +:page-doc-category: Reference +:linkattrs: +:sectanchors: += Known issues + +Be aware of the following issues that can cause problems for your instance of Kabanero. + +== Build pipelines fail when collection is active + +Versions 0.5.5 and 0.5.6 of the Appsody CLI add a prefix of the default image registry, docker.io, to the image tag in a new application configuration, regardless of whether the base collection specifies it. This action results in an application configuration that conflicts with the metadata that is used within the Kabanero instance that was created from the base collection configuration. This conflict causes the default build pipelines to fail for the application because it appears the relevant collection is not active within the Kabanero instance. + +After you initialize the application, you can manually edit the `.appsody-config.yaml` file in the application source folder to remove the docker registry portion of the value of the image tag. Alternatively, upgrade your Appsody CLI to the latest version. \ No newline at end of file