{"id":21395430,"url":"https://github.com/klibio/docker-eclipse","last_synced_at":"2025-03-16T14:26:18.701Z","repository":{"id":47213227,"uuid":"275797532","full_name":"klibio/docker-eclipse","owner":"klibio","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-06T06:03:46.000Z","size":207843,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-23T01:44:54.796Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/klibio.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}},"created_at":"2020-06-29T11:43:22.000Z","updated_at":"2024-04-06T00:12:05.000Z","dependencies_parsed_at":"2023-01-23T14:46:43.115Z","dependency_job_id":null,"html_url":"https://github.com/klibio/docker-eclipse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klibio%2Fdocker-eclipse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klibio%2Fdocker-eclipse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klibio%2Fdocker-eclipse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klibio%2Fdocker-eclipse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klibio","download_url":"https://codeload.github.com/klibio/docker-eclipse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243880773,"owners_count":20362833,"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":[],"created_at":"2024-11-22T14:19:47.685Z","updated_at":"2025-03-16T14:26:18.676Z","avatar_url":"https://github.com/klibio.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-eclipse\n\nThis images provides a browser based OSGi Java IDE [Eclipse](https://eclipse.org).\nInstallation of Eclipse IDE is done via [Eclipse OSGi starterkit](https://www.eclipse.org/equinox/).\nBased on \n* Docker base image - [debian:buster-slim](https://hub.docker.com/_/debian)\n* Java - OpenJDK 11 (LTS) [AdoptOpenJDK](https://adoptopenjdk.net/)\n* IDE - [Eclipse](https://eclipse.org)\n* OSGi development - [bndtools](https://bndtools.org/)\n\n## container\n[![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/klibio/eclipse/latest)](https://hub.docker.com/r/klibio/eclipse)\n[![Docker Image Size (tag)](https://img.shields.io/docker/image-size/klibio/eclipse/latest)](https://hub.docker.com/r/klibio/eclipse)\n[![GitHub](https://img.shields.io/github/license/klibio/docker-eclipse)](https://raw.githubusercontent.com/klibio/docker-eclipse/main/LICENSE)\n\n## liveliness\n[![build and docker publish](https://github.com/klibio/docker-eclipse/actions/workflows/actions_build.yml/badge.svg)](https://github.com/klibio/docker-eclipse/actions/workflows/actions_build.yml?query=branch%3Amain)\n[![Docker Pulls](https://img.shields.io/docker/pulls/klibio/eclipse)](https://hub.docker.com/repository/docker/klibio/eclipse)\n[![OpenIssues](https://img.shields.io/github/issues-raw/klibio/docker-eclipse)](https://github.com/klibio/docker-eclipse/issues?q=is%3Aopen+is%3Aissue)\n[![OpenPullRequests](https://img.shields.io/github/issues-pr-raw/klibio/docker-eclipse)](https://github.com/klibio/docker-eclipse/pulls?q=is%3Aopen+is%3Apr)\n\n![Screenshot](doc/img/05_feature_complete.png)\n## run docker image\nFrom within the root project directory run \n```bash\n#!/bin/bash\ndocker container run -d \\\n  --mount type=bind,source=\"$(pwd)\"/workspace,target=/data/workspace \\\n  -p 5858:5800 \\\n  klibio/eclipse:latest\n```\n\nAccess the desktop via [WebBrowser - http://localhost:5858](http://localhost:5858)\n\n## building\n```bash\n#!/bin/bash\ndocker build \\\n  --no-cache \\\n  --progress=plain \\\n  --build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \\\n  --build-arg VCS_REF=$(git rev-list -1 HEAD) \\\n  --build-arg VERSION=`cat version.txt` \\\n  -t klibio/eclipse:latest \\\n  .\n```\n\n# Further information\n\n* [Screenshots](doc/screenshots.md)\n* [Development](doc/dev.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklibio%2Fdocker-eclipse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklibio%2Fdocker-eclipse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklibio%2Fdocker-eclipse/lists"}