Skip to content

Dockerized nightly build of OpenIDM

Notifications You must be signed in to change notification settings

kimdane/openidm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Dockerfile for creating a ForgeRock OpenIDM nightly build

Mount your custom config on /opt/openidm/conf.

Ready for fullStack example of ForgeRocks Identity Stack Dockerized https://github.com/kimdane/identity-stack-dockerized.git

docker run -d --name postgres -e POSTGRES_PASSWORD=openidm -e POSTGRES_USER=openidm -v /var/lib/id-stack/repo/postgres:/docker-entrypoint-initdb.d postgres docker run --link opendj --link postgres --name openidm -v /var/lib/id-stack/repo:/opt/repo kimdane/openidm-nightly

or stand-alone (without latest schema updates for DB)

docker run -d --name postgres -e POSTGRES_PASSWORD=openidm -e POSTGRES_USER=openidm postgres docker run --link postgres --name openidm kimdane/openidm-nightly

About

Dockerized nightly build of OpenIDM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 78.5%
  • Dockerfile 21.5%