Skip to content

Commit 0e3bb6d

Browse files
sbernauernightkr
andauthored
hadoop: Add krb5-workstation and openssl packages (#347)
* hadoop: Add krb5-workstation and openssl packages * Update hadoop/CHANGELOG.md Co-authored-by: Natalie <[email protected]> * changelog --------- Co-authored-by: Natalie <[email protected]>
1 parent 1a399c1 commit 0e3bb6d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

hadoop/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 ([#347]).
8+
9+
[#347]: https://github.com/stackabletech/docker-images/pull/347
10+
311
## [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
412

513
### Changed

hadoop/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LABEL name="Apache Hadoop" \
1616
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1717

1818
RUN microdnf update && \
19-
microdnf install tar gzip zip && \
19+
microdnf install tar gzip zip krb5-workstation openssl && \
2020
microdnf clean all
2121

2222
COPY --chown=stackable:stackable hadoop/stackable /stackable

0 commit comments

Comments
 (0)