[
https://issues.apache.org/jira/browse/KNOX-2932?focusedWorklogId=871368&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-871368
]
ASF GitHub Bot logged work on KNOX-2932:
----------------------------------------
Author: ASF GitHub Bot
Created on: 17/Jul/23 17:04
Start Date: 17/Jul/23 17:04
Worklog Time Spent: 10m
Work Description: moresandeep commented on code in PR #772:
URL: https://github.com/apache/knox/pull/772#discussion_r1265657863
##########
gateway-docker/src/main/resources/docker/Dockerfile:
##########
@@ -13,11 +13,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-FROM openjdk:8-jre-alpine
+FROM openjdk:8-jre-alpine3.8
Review Comment:
Interesting, i was looking for images by openjdk this is how I landed on
jre-alpine3.8. I wasn't aware of the
[Temurin](https://projects.eclipse.org/projects/adoptium.temurin), and
reluctant to go with something that was not from openjdk. Looks like Temurin is
a thing. I'll give this a try. Thanks for the inputs!
Issue Time Tracking
-------------------
Worklog Id: (was: 871368)
Time Spent: 50m (was: 40m)
> Kerberos support for Knox docker container
> ------------------------------------------
>
> Key: KNOX-2932
> URL: https://issues.apache.org/jira/browse/KNOX-2932
> Project: Apache Knox
> Issue Type: Bug
> Components: docker
> Reporter: Sandeep More
> Assignee: Sandeep More
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Looks like currently Knox docker image does not have Kerberos support. This
> would be a problem when we use HadoopAuth authentication.
> Need to add the following:
> {code:java}
> apk --no-cache add krb5
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)