Releases: pingidentity/pingidentity-docker-builds
PingIdentity DevOps Docker Builds - Version 1911
November 2019,
Note:
- Creation of a tag signifies an image version release and is expected to work with the corresponding repository tag for the following 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.) - To learn more about PingIdentity Docker Image Versions: https://pingidentity-devops.gitbook.io/devops/config/releasetags#tagging-format
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
.
- Hooks for PingAccess Clustering now included in PingAccess Image. For example usage see here. Note, this profile contains a
-
Stability Fixes
- Enable PingDirectory replication with docker-compose.
-
Latest Product Versions
The following product versions will be used when using the1911
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
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, andmaster
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
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, andmaster
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 nameddata.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
- Vulnerability improvements to PingDataConsole. Removed unnecessary Tomcat default content.
- Ping DevOps User/Key or valid license in server-profile now required for using all images. To get one see here:https://pingidentity-devops.gitbook.io/devops/prod-license
-
Latest Product Versions
The following product versions will be used when using thelatest
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
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, andmaster
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 aslatest
PingDirectory 7.3.0.0 is used aslatest
PingIdentity DevOps Docker Builds - Version 1906
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, andmaster
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 addVERBOSE=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 within99-helper-scripts
. Use thesetup
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.