[
https://issues.apache.org/jira/browse/KNOX-2932?focusedWorklogId=871607&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-871607
]
ASF GitHub Bot logged work on KNOX-2932:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Jul/23 18:06
Start Date: 18/Jul/23 18:06
Worklog Time Spent: 10m
Work Description: risdenk commented on code in PR #772:
URL: https://github.com/apache/knox/pull/772#discussion_r1267135769
##########
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:
`openjdk` just isn't even an option anymore. Its not updated period. Even
switching the tag. openjdk image is just plain wrong. See
https://hub.docker.com/_/openjdk
> The only tags which will continue to receive updates beyond July 2022 will
be Early Access builds (which are sourced from
[jdk.java.net](https://jdk.java.net/)), as those are not published/supported by
any of the above projects.
so really can't use `openjdk`
related to the error you are getting - I don't know.
Issue Time Tracking
-------------------
Worklog Id: (was: 871607)
Time Spent: 1h 10m (was: 1h)
> 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: 1h 10m
> 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)