Skip to content

Commit

Permalink
Merge pull request #1411 from cyberark/update-rh-base-image
Browse files Browse the repository at this point in the history
Update RH base image to UBI
  • Loading branch information
Geri Jennings authored Jun 4, 2021
2 parents dd165e4 + d25b726 commit 980fd7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed
- Update RH base image to `ubi8/ubi` instead of `rhel7/rhel`.
[PR cyberark/secretless-broker#1411](https://github.com/cyberark/secretless-broker/pull/1411)

## [1.7.3] - 2020-03-09

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ COPY --from=secretless-builder /secretless/dist/linux/amd64/secretless-broker \
/secretless/dist/linux/amd64/summon2 /usr/local/bin/

# =================== MAIN CONTAINER (REDHAT) ===================
FROM registry.access.redhat.com/rhel as secretless-broker-redhat
FROM registry.access.redhat.com/ubi8/ubi as secretless-broker-redhat
MAINTAINER CyberArk Software Ltd.

ARG VERSION
Expand Down

0 comments on commit 980fd7a

Please sign in to comment.