Skip to content

Commit

Permalink
Merge pull request #16 from Conjur-Enterprise/tar
Browse files Browse the repository at this point in the history
CNJR-3913: Add `tar` binary to container
  • Loading branch information
szh authored and GitHub Enterprise committed Mar 20, 2024
2 parents b3d0319 + 0641671 commit 5824b8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Nothing should go in this section, please add to the latest unreleased version
(and update the corresponding date), or add a new version.

## [8.0.15] - 2024-03-19

### Fixed
- Restored `tar` binary to container to allow for `kubectl cp` (CNJR-3913)

## [8.0.14] - 2024-03-14

### Changed
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ LABEL org.opencontainers.image.authors="CyberArk Software Ltd."

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

# Install 'tar' so we can use 'kubectl cp' to copy policy files to the container
RUN microdnf install -y tar

COPY dist/goreleaser/binaries/conjur_linux_amd64_v1 /usr/local/bin/conjur

0 comments on commit 5824b8a

Please sign in to comment.