{"id":21395427,"url":"https://github.com/klibio/docker-osgi-starterkit","last_synced_at":"2026-05-18T08:32:57.072Z","repository":{"id":47212474,"uuid":"400192248","full_name":"klibio/docker-osgi-starterkit","owner":"klibio","description":"This repo is providing the Eclipse Equinox OSGi starter kits inside a docker container.","archived":false,"fork":false,"pushed_at":"2021-09-08T07:00:48.000Z","size":36,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T14:31:48.342Z","etag":null,"topics":["docker","eclipse","equinox","osgi","osgi-rt","starter-kit","starterkit"],"latest_commit_sha":null,"homepage":"","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":"2021-08-26T14:11:02.000Z","updated_at":"2021-10-18T04:15:59.000Z","dependencies_parsed_at":"2022-09-03T21:12:26.416Z","dependency_job_id":null,"html_url":"https://github.com/klibio/docker-osgi-starterkit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/klibio/docker-osgi-starterkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klibio%2Fdocker-osgi-starterkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klibio%2Fdocker-osgi-starterkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klibio%2Fdocker-osgi-starterkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klibio%2Fdocker-osgi-starterkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klibio","download_url":"https://codeload.github.com/klibio/docker-osgi-starterkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klibio%2Fdocker-osgi-starterkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33170848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","equinox","osgi","osgi-rt","starter-kit","starterkit"],"created_at":"2024-11-22T14:19:47.215Z","updated_at":"2026-05-18T08:32:57.055Z","avatar_url":"https://github.com/klibio.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-osgi-starterkit\r\nThis repo is providing the [Eclipse Equinox OSGi starter kits](https://www.eclipse.org/equinox/) inside a docker container\r\n\r\n[![Eclipse OSGi starter kit version](https://img.shields.io/badge/Eclipse%20OSGi%20starter%20kit%20version-R--4.20--202106111600-blue)](https://download.eclipse.org/equinox/drops/R-4.20-202106111600/)\r\n\r\n## container\r\n[![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/klibio/osgi-starterkit/latest)](https://hub.docker.com/r/klibio/osgi-starterkit)\r\n[![Docker Image Size (tag)](https://img.shields.io/docker/image-size/klibio/osgi-starterkit/latest)](https://hub.docker.com/r/klibio/osgi-starterkit)\r\n[![GitHub](https://img.shields.io/github/license/klibio/docker-osgi-starterkit)](https://raw.githubusercontent.com/klibio/docker-osgi-starterkit/main/LICENSE)\r\n\r\n## liveliness\r\n[![build and docker publish](https://github.com/klibio/docker-osgi-starterkit/actions/workflows/actions_build.yml/badge.svg)](https://github.com/klibio/docker-osgi-starterkit/actions/workflows/actions_build.yml?query=branch%3Amain)\r\n[![Docker Pulls](https://img.shields.io/docker/pulls/klibio/osgi-starterkit)](https://hub.docker.com/repository/docker/klibio/osgi-starterkit)\r\n[![OpenIssues](https://img.shields.io/github/issues-raw/klibio/docker-osgi-starterkit)](https://github.com/klibio/docker-osgi-starterkit/issues?q=is%3Aopen+is%3Aissue)\r\n[![OpenPullRequests](https://img.shields.io/github/issues-pr-raw/klibio/docker-osgi-starterkit)](https://github.com/klibio/docker-osgi-starterkit/pulls?q=is%3Aopen+is%3Apr)\r\n\r\n## using interactively\r\n```bash\r\n#!/bin/bash\r\ndocker container run \\\r\n    --name osgi \\\r\n    --rm \\\r\n    -it klibio/osgi-starterkit:latest\r\n```\r\n\r\nexecute osgi shell commands e.g.\r\n```bash\r\nosgi\u003e help\r\n...\r\nosgi\u003e exit\r\nReally want to stop Equinox? (y/n; default=y)\r\n```\r\n\r\n## building\r\n```bash\r\n#!/bin/bash\r\ndocker build \\\r\n  --no-cache \\\r\n  --progress=plain \\\r\n  --build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \\\r\n  --build-arg VCS_REF=$(git rev-list -1 HEAD) \\\r\n  --build-arg VERSION=`cat version.txt` \\\r\n  -t klibio/osgi-starterkit:latest \\\r\n  .\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklibio%2Fdocker-osgi-starterkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklibio%2Fdocker-osgi-starterkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklibio%2Fdocker-osgi-starterkit/lists"}