opencomal
Ubuntu with OpenCOMAL installed
7.5K
opencomalThis image contains a build of OpenCOMAL, an interpreter of the COMAL programming language, on an Ubuntu base image. Amongst others, it's used by a number of solutions in the Primes project. It was created as a separate base image because the OpenCOMAL build time was prohibitive for it to be built as part of the Primes CI process.
To run the opencomal image as is, use the following command:
docker run -ti primeimages/opencomal
To use the opencomal image as a base image for a Docker image of your own creation, make sure the first line of your Dockerfile looks as follows:
FROM primeimages/opencomal:<version>
Replace <version> with the OpenCOMAL version you want to use that's available in the image's Tags list, or latest for the latest available version.
The source code for this image is available at the following location: https://github.com/PlummersSoftwareLLC/OpenCOMAL-docker.
If you have any questions about the opencomal image, please create an issue in the GitHub repository's Issues section.
Content type
Image
Digest
sha256:273e67aee…
Size
176.8 MB
Last updated
over 2 years ago
docker pull primeimages/opencomalPulls:
108
Last week