Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
8 changes: 8 additions & 0 deletions hadoop/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 ([#347]).

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

## [3.2.2-stackable0.7.0] [3.3.1-stackable0.7.0] [3.3.3-stackable0.3.0] [3.3.4-stackable0.3.0] - 2022-12-27

### Changed
Expand Down
2 changes: 1 addition & 1 deletion hadoop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LABEL name="Apache Hadoop" \
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

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

COPY --chown=stackable:stackable hadoop/stackable /stackable
Expand Down