PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 10 forks source link

Make a docker image for using Plasma #427

Open PaulBone opened 2 years ago

PaulBone commented 2 years ago

We already have a docker image for developing Plasma, Split it into two, a base image for both to inherit (or copy from) and make a new image that includes an installed version of Plasma. Then we should end up with three images.

PaulBone commented 2 years ago

Also we should make Plasma source tarballs and binary packages. Docker is just one option for binary packages.

PaulBone commented 2 years ago

I want to get automated builds in CI first #431

PaulBone commented 2 years ago

Part of this should be to make the image provide the plasma tools, but the editor sits outside that, so the docker container should have a view to the git repository outside it's container. This should be done for both the docker containers, for either developing plasma or for using it.