{"id":20178889,"url":"https://github.com/drsnowbird/eclipse-docker","last_synced_at":"2025-04-10T04:44:56.648Z","repository":{"id":90087325,"uuid":"95739113","full_name":"DrSnowbird/eclipse-docker","owner":"DrSnowbird","description":"Eclipse Java EE Docker","archived":false,"fork":false,"pushed_at":"2021-07-28T22:27:05.000Z","size":26655,"stargazers_count":21,"open_issues_count":0,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T06:02:30.765Z","etag":null,"topics":["docker","eclipse","eclipse-oxygen","eclipse-photon","gradle","ide","java","jdk8","photon","python","scala"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DrSnowbird.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-06-29T04:40:05.000Z","updated_at":"2025-03-22T18:54:51.000Z","dependencies_parsed_at":"2023-03-02T23:00:10.481Z","dependency_job_id":null,"html_url":"https://github.com/DrSnowbird/eclipse-docker","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSnowbird%2Feclipse-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSnowbird%2Feclipse-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSnowbird%2Feclipse-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSnowbird%2Feclipse-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrSnowbird","download_url":"https://codeload.github.com/DrSnowbird/eclipse-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161236,"owners_count":21057552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","eclipse","eclipse-oxygen","eclipse-photon","gradle","ide","java","jdk8","photon","python","scala"],"created_at":"2024-11-14T02:23:55.614Z","updated_at":"2025-04-10T04:44:56.622Z","avatar_url":"https://github.com/DrSnowbird.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eclipse '2021-03' IDE Docker Container + OpenJDK Java 11 + Maven 3 + Python 3 + pip 21 + node 16 + npm 7 + Gradle 6 + X11 (Desktop)\n[![](https://images.microbadger.com/badges/image/openkbs/eclipse-photon-docker.svg)](https://microbadger.com/images/openkbs/eclipse-photon-docker \"Get your own image badge on microbadger.com\") [![](https://images.microbadger.com/badges/version/openkbs/eclipse-photon-docker.svg)](https://microbadger.com/images/openkbs/eclipse-photon-docker \"Get your own version badge on microbadger.com\")\n\n* 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.\n\n* 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 !!!\n\n# Components\n* Eclipse '2021-03' the latest Modeling or JEE version (you can change if by change .env and then use './build.sh' to build locally)\n* Base Components (e.g., Maven, Java, NodeJS, etc.)\n  * See [openkbs/jdk-mvn-py3 - Components](https://github.com/DrSnowbird/jdk-mvn-py3/blob/master/README.md#Components)\n  * See [openkbs/jdk-mvn-py3 - Releases Information](https://github.com/DrSnowbird/jdk-mvn-py3/blob/master/README.md#Releases-information)\n\n# Run (recommended for easy-start)\nImage is pulling from openkbs/eclipse-docker\n```\n./run.sh\n```\n\n# Build\nYou can build your own image locally.\nNote that the default build docker is \"latest\" version. \nIf you want to build older Eclipse like \"photon\", \"oxygen\", you can following instruction in next section\n```\n./build.sh\n```\n\n# Build (Older Eclipse, e.g. Photon, Oxygen)\nTwo ways (at least) to build:\n### Way-1 (**Recommended**):\nIf you use command line \"'**./build.sh**'\", you can modify \"'**./.env**' (old filename ./.env)\" file and then, run \"./build.sh\" to build image\n```\n## -- Eclipse versions: photon, oxygen, etc.: -- ##\nECLIPSE_VERSION=photon\nor\nECLIPSE_VERSION=oxygen\n```\nThen, \n```\n./build.sh\n```\n### Way-2: (not recommended - to avoid breaking Dockerfile!)\nModify 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.\n```\n## -- Eclipse versions: photon, oxygen, etc.: -- ##\nENV ECLIPSE_VERSION=${ECLIPSE_VERSION:-photon}\nor\nENV ECLIPSE_VERSION=${ECLIPSE_VERSION:-oxygen}\n```\nThen, \n```\ndocker-compose up -d \n```\n# Configurations (Optional - mostly you don't have to do this!)\nIf you run \"./run.sh\" instead of \"docker-compose up\", you don't have to do anything as below.\n\n* The container uses a default \"/workspace\" folder. \n* The script \"./run.sh\" will re-use or create the local folder in your $HOME directory with the path below to map into the docker's internal \"/workspace\" folder.\n```\n$HOME/data_docker/eclipse-docker/workspace\n```\nThe 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.\n\n### Create Customized Volume Mapping for \"docker-compose\"\nYou can create your own customzied host file mapping, e.g.\n```\nmkdir -p \u003cmy_host_directory\u003e/.eclipse \nmkdir -p \u003cmy_host_directory\u003e/eclipse-workspace\n```\nThen, run docker-comp\n```\ndocker-compose up -d\n```\n# Distributed Storage\nThis 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.\n* [Dockerfiles (CentOS, Fedora, Red Hat) for GlusterFS ](https://github.com/gluster/gluster-containers)\n* [GlusterFS Quickstart](https://docs.gluster.org/en/latest/Quick-Start-Guide/Quickstart/)\n* [Two Days of Pain or How I Deployed GlusterFS Cluster to Kubernetes](https://blog.lwolf.org/post/how-i-deployed-glusterfs-cluster-to-kubernetes/)\n# See Also - Other docker-based IDE\ner/)\n* [openkbs/eclipse-docker-vnc](https://hub.docker.com/r/openkbs/eclipse-docker-vnc/)\n* [openkbs/intellj-docker](https://hub.docker.com/r/openkbs/intellij-docker/)\n* [openkbs/intellj-vnc-docker](https://hub.docker.com/r/openkbs/intellij-vnc-docker/)\n* [openkbs/knime-vnc-docker](https://hub.docker.com/r/openkbs/knime-vnc-docker/)\n* [openkbs/netbeans-docker](https://hub.docker.com/r/openkbs/netbeans-docker/)\n* [openkbs/papyrus-sysml-docker](https://hub.docker.com/r/openkbs/papyrus-sysml-docker/)\n* [openkbs/pycharm-docker](https://hub.docker.com/r/openkbs/pycharm-docker/)\n* [openkbs/rapidminer-docker](https://cloud.docker.com/u/openkbs/repository/docker/openkbs/rapidminer-docker)\n* [openkbs/scala-ide-docker](https://hub.docker.com/r/openkbs/scala-ide-docker/)\n* [openkbs/sublime-docker](https://hub.docker.com/r/openkbs/sublime-docker/)\n* [openkbs/webstorm-docker](https://hub.docker.com/r/openkbs/webstorm-docker/)\n* [openkbs/webstorm-vnc-docker](https://hub.docker.com/r/openkbs/webstorm-vnc-docker/)\n\n# Resources - JBoss\n* [JBoss Tools Integration Stacks 4.6.0.Final](https://tools.jboss.org/downloads/jbosstools_is/photon/4.6.0.Final.html#update_site)\n* [Containerize Teiid linked with MariaDB](https://developer.jboss.org/wiki/QuickstartExampleWithDockerizedTeiid)\n* [Teiid Downloads](http://teiid.jboss.org/downloads/)\n* [Teiid Designer 11.1 with Eclipse Oxygen](http://teiiddesigner.jboss.org/designer_summary/downloads.html)\n* [Teiid Cloud - Data Virtualization Services](http://teiid.io/teiid_cloud/)\n* [Deploying Teiid VDB](http://teiid.github.io/teiid-documents/master/content/admin/Deploying_VDBs.html)\n* [JBoss Tools Integration Stack 4.6.0.Final](https://tools.jboss.org/downloads/jbosstools_is/photon/4.6.0.Final.html)\n\n# Display X11 Issue\n\nMore resource in X11 display of Eclipse on your host machine's OS, please see\n* [X11 Display problem](https://askubuntu.com/questions/871092/failed-to-connect-to-mir-failed-to-connect-to-server-socket-no-such-file-or-di)\n* [X11 Display with Xhost](http://www.ethicalhackx.com/fix-gtk-warning-cannot-open-display/)\n\n# Releases information\n  * See [openkbs/jdk-mvn-py3](https://github.com/DrSnowbird/jdk-mvn-py3/blob/master/README.md#Releases-information)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrsnowbird%2Feclipse-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrsnowbird%2Feclipse-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrsnowbird%2Feclipse-docker/lists"}