CentOS 7 image with Java 7 development tools
10K+
This is a Alma Linux 9 image with the following additional tools installed:
It used to be CentOS 7, but the project has terminated. Alma is binary compatible.
You use this image by mapping your work environment on your PC to a directory in the container.
Then you can do:
docker-compose up -d
docker exec -it eeadockercentos7dev_java7dev_1 bash
The image is also available from Docker Hub:
docker run -it eeacms/centos7dev bash
Built automatically at https://hub.docker.com/r/eeacms/centos7dev/ when a change is pushed to GitHub. To ensure that you always have an immutable build for production you create a new tag in GitHub.
$ git ci -a
$ git push # Will create 'latest'
$ version=3.0.0
$ git tag -a $version -m "Release $version"
$ git push origin $version
Content type
Image
Digest
sha256:01f188f29…
Size
429 MB
Last updated
7 months ago
docker pull eeacms/centos7dev