gitpod-io / gitpod

The developer platform for on-demand cloud development environments to create software faster and more securely.
https://www.gitpod.io
GNU Affero General Public License v3.0
12.51k stars 1.19k forks source link

Drupal 11 support #19950

Open Adrianm6254 opened 2 weeks ago

Adrianm6254 commented 2 weeks ago

Bug description

I wish to start developing using Drupal 11 but the ddev build fails. I get an error:

Failed to start project(s): the n2c-base11-d project has an invalid app type: drupal the n2c-base11-d project has an invalid app type: drupal

When I do a ddev version on the gitpod is v1.22.6

There is a ddev update that needs to be applied DDEV version v1.23.1

Steps to reproduce

Install the site

Workspace affected

No response

Expected behavior

No response

Example repository

Screenshot_20240620_135603

Anything else?

No response

axonasif commented 1 week ago

Hi @Adrianm6254, I believe something is wrong with your code/setup. Can you refer to the ddev docs? I might be able to provide you a solution or hints if your repo is public.

webkp commented 1 week ago

@Adrianm6254 the ddev version installed comes from the image you are using (defined in .gitpod.yml). That's not something Gitpod is in charge of.

To use ddev 1.23.2 you may use this image from ddev in your .gitpod.yml: image: ddev/ddev-gitpod-base:20240614 (Source/Example: https://github.com/ddev/ddev-gitpod-launcher/blob/main/.gitpod.yml)

For a more drupal specific image you may check out this one: https://github.com/shaal/ddev-gitpod