SAP-samples / btp-cap-multitenant-saas

Sample project that demonstrates how to setup a multitenant application for a Software-as-a-Service scenario, leveraging the Kyma and Cloud Foundry Runtimes of the SAP Business Technology Platform. Developers learn how to implement their own CAP (mtxs) based SaaS app including an SaaS API and integration with various essential SAP BTP service of...
Apache License 2.0
75 stars 38 forks source link

Kyma Docker image build fails due to missing sapse/html5-app-deployer:5.0.2 image #16

Closed gregorwolf closed 7 months ago

gregorwolf commented 7 months ago

Hi,

I'm try to follow Kyma - Build, Pack and Push your Docker Images but when running step 3:

npx cross-env IMAGE_PREFIX=<ContainerImagePrefix> npm run build:all

I get this error message:

 => ERROR [internal] load metadata for docker.io/sapse/html5-app-deployer:5.0.2

I think this is because at https://hub.docker.com/r/sapse/html5-app-deployer/tags?page=1&name=5.0.2 no image with the tag 5.0.2 can be found.

Best Regards Gregor