-
Notifications
You must be signed in to change notification settings - Fork 111
Add docker file to prepare PHP dev image #239
Conversation
Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>
ci-build |
#add composer | ||
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer | ||
|
||
WORKDIR /projects |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hello, there is no plugin endpoint in that image ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hello, it think there isn't. This image extends official php:7-apache and will be used in dev container in PHP stack
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should it be part of https://github.com/eclipse/che-dockerfiles instead then ? if there is no link with theia
probably it should, @benoitf maybe you know whom should I ask to build and push this image into dockerhub? |
some of images are built from this file for dockerhub it was Roman or Eugene... |
In my case the image is based on Debian not CentOS, so, I think https://github.com/CentOS/container-index/blob/master/index.d/che-stacks.yaml doesn't work for me |
I think autobuild images were setup on dockerhub but I don't have credentials |
Moved this PR into |
Signed-off-by: svor <vsvydenk@redhat.com>
Signed-off-by: Valeriy Svydenko vsvydenk@redhat.com
What does this PR do?
Adds a docker file to prepare an image that is to be used in Che7 for PHP stack inside dev container. This image includes all the pre-requisite packages required to run the PHP applications.
What issues does this PR fix or reference?
eclipse-che/che#13307