-
Notifications
You must be signed in to change notification settings - Fork 107
Alpine stack base #137
Comments
@davidwindell https://github.com/eclipse/che-dockerfiles/tree/master/recipes/alpine_jdk8 this one should be ok? |
It doesn't seem to have the same setup as the stack-base images, for example no git, chmod of folders, etc |
It looks like the new experimental Theia stack is based on an alpine stack. Looking at the definition in stacks.json, it looks like |
@zacharysang I guess this is https://github.com/eclipse/che/blob/master/dockerfiles/dev/Dockerfile a Docker file for eclipse/che-dev:nightly |
It looks like this Dockerfile is for a CentOS stack base and my understanding is that Alpine and CentOS are mutually exclusive |
Currently there are
ubuntu
,debian
andcentos
stack base images.Does anyone have a working example of a working alpine image they could contribute as a new stack base?
The text was updated successfully, but these errors were encountered: