inviqa / harness-base-php

Base PHP harness for workspace https://github.com/my127/workspace
Other
4 stars 5 forks source link

Replace php intermediate image build with multi-stage Dockerfile #781

Closed andytson-inviqa closed 1 year ago

andytson-inviqa commented 1 year ago

So to remove most logic that docker builds can do internally more efficiently.

For Spryker's jenkins-runner this means a change from using console as base image to the app base (which was previously known as php-fpm)

This means fewer overrides of the docker harness will be needed in a subsequent PR.