Open rmey opened 2 days ago
Hi @rmey, this code was added to simplify the setup process for new users, primarily for "hello-world" scenarios. However, you're correct that the hardcoded "buster" version is outdated with newer Python versions. I’ll check into updating it.
The correct approach for advanced users is to navigate to the runtimes folder, where we provide templates and instructions for customizing your Dockerfiles as needed.
Thank you for the clarification I will build a custom runtime as you described @JosepSampe.
To be able to use Python 3.13 with IBM Cloud Code Engine backend I modified code-engine.py to use bookworm as base-image and not slim-buster, which did not work because there is no standard docker container matching the python 3.13 tag for that combination.
It would be great to use some external templates building the Docker File instead doing it in the source code and to have the template customisable by the user.