plone / plone-backend

Plone backend Docker images using Python 3 and pip.
GNU General Public License v2.0
12 stars 14 forks source link

Can't install additional packages when using server-acceptance #135

Open JeffersonBledsoe opened 9 months ago

JeffersonBledsoe commented 9 months ago

The development image allows you to install addons and configure profiles, however the server-acceptance Dockerfile doesn't use the docker-entrypoint.sh script for starting, skipping over all of this customisable configuration

ksuess commented 8 months ago

I'm interested in an acceptance server with addons, too. After trying some approaches, I stumbled upon cookiecutter-plone-starter, which is templating a build of an image for this purpose. I wonder if this could enhance plone/server-acceptance to be configurable with additional add-ons.

See cookiecutter-plone-starter Dockerfile.acceptance: https://github.com/collective/cookiecutter-plone-starter/blob/main/%7B%7B%20cookiecutter.project_slug%20%7D%7D/backend/Dockerfile.acceptance

[UPDATE] It IS the example of plone/server-acceptance with add-on. 👍🏻