Skip to content

Commit

Permalink
Merge pull request #471 from cyberark/update-ubi-image
Browse files Browse the repository at this point in the history
Update the Red Hat image for cve-2022-1271
  • Loading branch information
rpothier authored Jun 15, 2022
2 parents b3e4134 + 609814e commit 58e7320
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.23.5] - 2022-06-14
### Security
- Update the Red Hat ubi image in Dockerfile
[cyberark/conjur-authn-k8s-client#471](https://github.com/cyberark/conjur-authn-k8s-client/pull/471)

## [0.24.4] - 2022-05-31

## [0.23.3] - 2022-05-19
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ ENTRYPOINT [ "/usr/local/bin/authenticator" ]
FROM registry.access.redhat.com/ubi8/ubi as authenticator-client-redhat
MAINTAINER CyberArk Software Ltd.

RUN yum -y distro-sync

# Add Limited user
RUN groupadd -r authenticator \
-g 777 && \
Expand Down

0 comments on commit 58e7320

Please sign in to comment.