Skip to content

Commit 1f716f5

Browse files
committed
hbase: Add krb5-workstation and openssl packages
1 parent 0e3bb6d commit 1f716f5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

hbase/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [Unreleased]
4+
5+
### Added
6+
7+
- Add krb5-workstation and openssl packages - needed for Kerberos support ([#XXX]).
8+
9+
[#XXX]: https://github.com/stackabletech/docker-images/pull/XXX
10+
311
## [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
412

513
### Changed

hbase/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1818

1919
RUN microdnf update && \
2020
microdnf install tar gzip zip && \
21-
microdnf install python3 python3-pip && \
21+
microdnf install python3 python3-pip krb5-workstation openssl && \
2222
microdnf clean all
2323

2424
RUN ln -s /usr/bin/python3 /usr/bin/python && \

0 commit comments

Comments
 (0)