Skip to content

Commit

Permalink
Merge pull request #15 from Conjur-Enterprise/use-ubi9-minimal-base-i…
Browse files Browse the repository at this point in the history
…mage

CNJR-3913: Change base image to `ubi9/ubi-minimal:latest`
  • Loading branch information
imheresamir authored and GitHub Enterprise committed Mar 14, 2024
2 parents f78d557 + 90b8880 commit b3d0319
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [8.0.14] - 2024-03-14

### Changed
- Change base image to `ubi9/ubi-minimal:latest` (CNJR-3913)

## [8.0.13] - 2024-03-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM busybox:1.36.1 as conjur-cli-go
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest as conjur-cli-go
LABEL org.opencontainers.image.authors="CyberArk Software Ltd."

ENTRYPOINT [ "/usr/local/bin/conjur" ]
Expand Down

0 comments on commit b3d0319

Please sign in to comment.