Skip to content

This repo is providing the Eclipse Equinox OSGi starter kits inside a docker container.

License

Notifications You must be signed in to change notification settings

klibio/docker-osgi-starterkit

Repository files navigation

docker-osgi-starterkit

This repo is providing the Eclipse Equinox OSGi starter kits inside a docker container

Eclipse OSGi starter kit version

container

Docker Image Version (tag latest semver) Docker Image Size (tag) GitHub

liveliness

build and docker publish Docker Pulls OpenIssues OpenPullRequests

using interactively

#!/bin/bash
docker container run \
    --name osgi \
    --rm \
    -it klibio/osgi-starterkit:latest

execute osgi shell commands e.g.

osgi> help
...
osgi> exit
Really want to stop Equinox? (y/n; default=y)

building

#!/bin/bash
docker build \
  --no-cache \
  --progress=plain \
  --build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
  --build-arg VCS_REF=$(git rev-list -1 HEAD) \
  --build-arg VERSION=`cat version.txt` \
  -t klibio/osgi-starterkit:latest \
  .

About

This repo is providing the Eclipse Equinox OSGi starter kits inside a docker container.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages