Search code examples
phpdockershopware

Where does the shopware/development Docker Image Come From?


Shopware's development enviornment setup includes spinning up the shopware/development image. Unfortunately, this image's Docker Hub Overview page is blank.

If I navigate down into the tags I can see the layers that make up this image, but they don't seem to correspond to this Dockerfile in the repository.

Where does this shopware/development image come from? What's its base image?

Asking because I'm having trouble getting this all to work on my M1 Mac and I'd like to track each Docker image to its source.


Solution

  • Asking around in shopware slack reveals that this is a https://github.com/shopware/development/blob/trunk/dev-ops/docker/containers/app/Dockerfile

    https://github.com/shopware/development/blob/trunk/.gitlab-ci.yml#L58-L69 thats the code that builds that

    This is what they promote for their docker instances https://dockware.io/ > https://github.com/dockware/dockware