Skip to content

Commit

Permalink
hbase: Add krb5-workstation and openssl packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Mar 28, 2023
1 parent 0e3bb6d commit 56f157a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions hbase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [Unreleased]

### Added

- Add krb5-workstation and openssl packages - needed for Kerberos support ([#352]).

[#352]: https://github.com/stackabletech/docker-images/pull/352

## [hbase2.4.6-stackable0.9.0] [hbase2.4.8-stackable0.9.0] [hbase2.4.9-stackable0.9.0] [hbase2.4.11-stackable0.9.0] [hbase2.4.12-stackable0.4.0] - 2022-12-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion hbase/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN microdnf update && \
microdnf install tar gzip zip && \
microdnf install python3 python3-pip && \
microdnf install python3 python3-pip krb5-workstation openssl && \
microdnf clean all

RUN ln -s /usr/bin/python3 /usr/bin/python && \
Expand Down

0 comments on commit 56f157a

Please sign in to comment.