Do someone help me out in finding the following error?/ Mendix for private cloud

0
C:\Users\Lakshman>kubectl logs -n my-namespace xy8uii2c-build time="2023-02-24T14:12:46Z" level=info msg="Start building app with registry type dockercfg" time="2023-02-24T14:12:46Z" level=info msg="Updating docker config with registry credentials" time="2023-02-24T14:12:46Z" level=info msg="Docker config has been updated with registry credentials" time="2023-02-24T14:12:48Z" level=info msg="Appending app layer to democontainer01.azurecr.io/demoapp:latest/democontainer01.azurecr.io:xy8uii2c with base runtime image private-cloud.registry.mendix.com/runtime-base:9.20.0.58427-rhel" time="2023-02-24T14:12:48Z" level=error msg="Failed to build mendix app, failed to append layer to base image pushing image democontainer01.azurecr.io/demoapp:latest/democontainer01.azurecr.io:xy8uii2c: parsing reference \"democontainer01.azurecr.io/demoapp:latest/democontainer01.azurecr.io:xy8uii2c\": could not parse reference: democontainer01.azurecr.io/demoapp:latest/democontainer01.azurecr.io:xy8uii2c"
asked
1 answers
0

Pull or push url should not contain tags, it should  be `democontainer01.azurecr.io/demoapp`, with registry name `democontainer01.azurecr.io:` Url in the build pod should look like this: `democontainer01.azurecr.io/demoapp/democontainer01.azurecr.io:<app_name>`

answered