Skip to content

Releases: pingidentity/pingidentity-docker-builds

PingIdentity DevOps Docker Builds - Version 1911

02 Mar 18:25
Compare
Choose a tag to compare

November 2019,

Note:

Release Contents

  • Pre and Post Hooks

    • Makes it easier for developers/users to customize the docker images without having to rebuild the image.
  • PingAccess Clustering

    • Hooks for PingAccess Clustering now included in PingAccess Image. For example usage see here. Note, this profile contains a PingAccess.mv.db.
  • Stability Fixes

    • Enable PingDirectory replication with docker-compose.
  • Latest Product Versions
    The following product versions will be used when using the 1911 tag on PingIdentity Docker Images:
    PingFederate - 9.3.3
    PingDirectory - 7.3.0.3
    PingAccess - 5.3.2
    PingDataGoverenance - 7.3.0.3
    PingDataSync - 7.3.0.3
    PingDirectoryProxy - 7.3.0.0

PingIdentity DevOps Docker Builds - Version 1909

31 Oct 20:08
Compare
Choose a tag to compare

September 2019,

Note:

  • Use tags when wanting to ensure that underlying software will not change. The DevOps program delivers all latest features to :edge for container images, and master for repositories.
  • Tags correlate to 3 repositories: Docker-Builds, Getting-Started, Server-Profiles. Be sure to use each of the repositories as appropriate for consistency (e.g. append :1908 to images and use server-profiles that are part of the 1908 tag. Gitbook has versioned documentaion as well.)

Release Contents

  • Stability Fixes
    • Enable PingDirectory replication with docker-compose.

PingIdentity DevOps Docker Builds - Version 1908

11 Sep 15:53
Compare
Choose a tag to compare

August 2019,

Note:

  • Use tags when wanting to ensure that underlying software will not change. The DevOps program delivers all latest features to :edge for container images, and master for repositories.
  • Tags correlate to 3 repositories: Docker-Builds, Getting-Started, Server-Profiles. Be sure to use each of the repositories as appropriate for consistency (e.g. append :1908 to images and use server-profiles that are part of the 1908 tag. Gitbook has versioned documentaion as well.)

Release Contents

  • New Product Image: PingDataGovernance
    In light of PingDataGovernance's (PDG) significant 7.3.0 updates, there has been demand for a containerized version.
    Details on the product here. This initial image contains the PDG runtime engine and not the Policy Administration UI. Externally created policies should be injected to the runtime via dsconfig in a server profile.

  • PingDirectory 7.3 Enhancements
    As PingDirectory replication matures in the containerized format, additional use cases have been considered and improved upon; namely, handling scenarios with individual pod crashes and returns into the topology.

  • Support for PingAccess Configuration Import
    A configuration file named data.json can be sent in via server-profile. To achieve this, be sure to include pa.jwk and structure your server-profile like so:

    .
    ├── instance
    │   ├── conf
    │   │   └── pa.jwk
    │   └── data
    │       └── data.json.subst
    
  • Additional improvements

  • Latest Product Versions
    The following product versions will be used when using the latest tag on PingIdentity Docker Images:
    PingFederate - 9.3.1
    PingDirectory - 7.3.0.1
    PingAccess - 5.3.0
    PingDataGoverenance - 7.3.0.0
    PingDelegator 3..4.0

PingIdentity DevOps Docker Builds - Version 1907

11 Sep 15:07
Compare
Choose a tag to compare

July 2019

Note:

  • Use tags when wanting to ensure that underlying software will not change. The DevOps program delivers all latest features to :edge for container images, and master for repositories.
  • Tags correlate to 3 repositories: Docker-Builds, Getting-Started, Server-Profiles. Be sure to use each of the repositories as appropriate for consistency (e.g. append :1906 to images and use server-profiles that are part of the 1906 tag. Gitbook has versioned documentaion as well.)

Release Contents

  • PingDirectory 7.3 Enhancements
    PingDirectory 7.3 took major strides towards DevOps by making server-profiles a first-class citizen (see in docs). These new features enabled more effective instance scaling. Currently, this is optimized in Kubernetes and their notion of StatefulSets. Check out an example deployment here, in the getting-started repo. Scale the replicas up and watch the magic!

  • Latest Product Versions
    PingFederate 9.3.0 is used as latest
    PingDirectory 7.3.0.0 is used as latest

PingIdentity DevOps Docker Builds - Version 1906

19 Jun 20:28
Compare
Choose a tag to compare

PingIdentity DevOps Docker Builds - Version 1906

June 2019

Note:

  • Use tags when wanting to ensure that underlying software will not change. The DevOps program delivers all latest features to :edge for container images, and master for repositories.
  • Tags correlate to 3 repositories: Docker-Builds, Getting-Started, Server-Profiles. Be sure to use each of the repositories as appropriate for consistency (e.g. append :1906 to images and use server-profiles that are part of the 1906 tag. Gitbook has versioned documentaion as well.)

Release Contents

  • Improved Container Logging
    More feedback on startup errors. Additionally, users can add VERBOSE=true as an environment variable to see all commands at container startup. Also, colors! Note: VERBOSE is recommended for development only.

  • Server-Profile Updates
    Server-Profiles adjusted to work with latest product versions. Refer to the documentation under Server Profiiles for more details.

  • More Documentation
    Environment Variables and other product docker image related can be found at: https://pingidentity-devops.gitbook.io/devops/docker-images

  • More Tools
    Many helper scripts can be found in the getting-started repo as well as within 99-helper-scripts. Use the setup script if it is your first time to install many helpful pre-reqs.

  • More Docs!
    Docs are located on gitbook. Docs for individual cloud providers continues to be built out.