Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Fineract | 887 | a day ago | 10 | apache-2.0 | Java | |||||
Apache Fineract | ||||||||||
Ranger | 717 | 19 | 42 | 5 days ago | 997 | July 06, 2022 | 145 | apache-2.0 | Java | |
Apache Ranger - To enable, monitor and manage comprehensive data security across the Hadoop platform and beyond | ||||||||||
Basex | 604 | 49 | 3 | a day ago | 16 | September 23, 2019 | 25 | bsd-3-clause | Java | |
BaseX Main Repository. | ||||||||||
Jkube | 484 | 4 | a day ago | 22 | September 14, 2022 | 198 | epl-2.0 | Java | ||
Build and Deploy java applications on Kubernetes | ||||||||||
Spring Petclinic Rest | 371 | 3 days ago | 9 | apache-2.0 | Java | |||||
REST version of the Spring Petclinic sample application | ||||||||||
Codenvy | 263 | 4 years ago | 242 | epl-1.0 | Java | |||||
Codenvy | ||||||||||
Docker Mosquitto | 211 | 3 years ago | 8 | bsd-3-clause | Dockerfile | |||||
Docker file for eclipse mosquitto MQTT broker | ||||||||||
Dirigible | 187 | 2 | 50 | 3 days ago | 152 | July 29, 2022 | 235 | epl-2.0 | JavaScript | |
Eclipse Dirigible™ Project | ||||||||||
Docker Eclipse | 136 | 5 years ago | 6 | mit | Shell | |||||
Eclipse IDE in a Docker container | ||||||||||
Codewind | 115 | 4 months ago | n,ull | epl-2.0 | JavaScript | |||||
The official repository of the Eclipse Codewind project |
For any plugin of Eclipse, e.g., BPMN2, etc., you will use Eclipse Marketplace to install once you are inside the Containr's Eclipse -- we are retiring all other specialty versions of Eclipse, e.g., eclipse-uml-docker, etc.
NOTE: This docker default is providing latest Eclipse '2021-03' (Latest) instead of Photon, Oxygen and you can change it to build other versions using '.env' file !!!
Image is pulling from openkbs/eclipse-docker
./run.sh
You can build your own image locally. Note that the default build docker is "latest" version. If you want to build older Eclipse like "photon", "oxygen", you can following instruction in next section
./build.sh
Two ways (at least) to build:
If you use command line "'./build.sh'", you can modify "'./.env' (old filename ./.env)" file and then, run "./build.sh" to build image
## -- Eclipse versions: photon, oxygen, etc.: -- ##
ECLIPSE_VERSION=photon
or
ECLIPSE_VERSION=oxygen
Then,
./build.sh
Modify the line in './Dockefile' as below if you use 'docker-compose' or Openshift CI/CD. That is, you are not using command line './build.sh' to build container image.
## -- Eclipse versions: photon, oxygen, etc.: -- ##
ENV ECLIPSE_VERSION=${ECLIPSE_VERSION:-photon}
or
ENV ECLIPSE_VERSION=${ECLIPSE_VERSION:-oxygen}
Then,
docker-compose up -d
If you run "./run.sh" instead of "docker-compose up", you don't have to do anything as below.
$HOME/data_docker/eclipse-docker/workspace
The above configuration will ensure all your projects created in the container's "/workspace" being "persistent" in your local folder, "$HOME/data_docker/eclipse-photon-docker/workspace", for your repetitive restart docker container.
You can create your own customzied host file mapping, e.g.
mkdir -p <my_host_directory>/.eclipse
mkdir -p <my_host_directory>/eclipse-workspace
Then, run docker-comp
docker-compose up -d
This project provides simple host volumes. For using more advanced storage solutions, there are a few distributed cluster storage options available, e.g., Lustre (popular in HPC), GlusterFS, Ceph, etc.
er/)
More resource in X11 display of Eclipse on your host machine's OS, please see