I have a problem with this plugin and latest drupal from on docker (8.5.5 as of now).

Steps to reproduce:

1. `docker pull drupal:8.5.5`
2. run using this instruction:

$ docker run --rm drupal:8.5.5 tar -cC /var/www/html/sites . | tar -xC /path/on/host/sites
This can then be bind-mounted into a new container:

$ docker run -d \
    -v /path/on/host/modules:/var/www/html/modules \
    -v /path/on/host/profiles:/var/www/html/profiles \
    -v /path/on/host/sites:/var/www/html/sites \
    -v /path/on/host/themes:/var/www/html/themes \
    drupal:8.5.5

3. Install Deploy plugin and all it's dependencies
4. Activate Deploy
5. Add content (Article)
6. Go back to "Manage" => "Content"
7. Observe article is not visible

What is the latest proven working combination of drupal core and this plugin?

Thank you.

Comments

maxkh created an issue. See original summary.

maxkh’s picture

Issue summary: View changes