Skip to content

Releases: cyberark/conjur-base-image

v1.0.6

11 Nov 11:50
v1.0.6
7719176

Choose a tag to compare

What's Changed

v1.0.5

09 Nov 16:34
v1.0.5
63ef36f

Choose a tag to compare

What's Changed

  • Rolled back Postgres client version, in UBI-based image, back to 10.16 to match Conjur #62

v1.0.4

22 Jul 19:29
ced7892

Choose a tag to compare

Upgraded ubi8 base image to resolve CVE-2021-33910 (no specific PR, as the build automatically picked up the new ubi8 image from RedHat)
Rolled Postgres version back to 10.16 to match Conjur #59](#59)

v1.0.2

20 Apr 16:52
5f0ad5f

Choose a tag to compare

Change log

Security

v1.0.1

20 Apr 15:55
11bbf48

Choose a tag to compare

Change log

Changed

v1.0.0

15 Dec 16:09
5b85d0e

Choose a tag to compare

Change log

Added

  • UBI-based Nginx image to support Conjur server running on OpenShift.
    cyberark/conjur-base-image#28
  • UBI-based image to support Conjur server running on OpenShift. Uses a builder image to install Ruby
    compiled with FIPS-enabled OpenSSL.
    cyberark/conjur-base-image#35
  • Use a builder image for OpenLDAP compiled with FIPS-enabled OpenSSL. This is
    included in the Phusion Ruby base image for the DAP appliance
    cyberark/conjur-base-image#10

Changed

  • Downgraded Postgres client version from 12 to 10 so that the server tools match
    the server version in the DAP appliance. This ensures version-specific CLI
    arguments and flags are available.
    cyberark/conjur-base-image#23
  • The project now follows a semantic version-based
    tagging strategy, and tags will no longer directly reference the base image
    version.
    cyberark/conjur-base-image#42

Security