Skip to content
Closed
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions hbase/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## [Unreleased]

### Added

- Add versions `2.4.17`, `2.5.3` and `2.5.3-hadoop3` ([#352]).
- 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
15 changes: 15 additions & 0 deletions image_tools/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,21 @@
"java-base": "11",
"phoenix": "2.4-5.1.2",
},
{
"product": "2.4.17",
"java-base": "11",
"phoenix": "2.4-5.1.2",
},
{
'product': '2.5.3',
'java-base': '11',
'phoenix': '2.5-5.1.3',
},
{
'product': '2.5.3-hadoop3',
'java-base': '11',
'phoenix': '2.5-5.1.3',
},
],
},
{
Expand Down