[
https://issues.apache.org/jira/browse/KNOX-2989?focusedWorklogId=893018&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-893018
]
ASF GitHub Bot logged work on KNOX-2989:
----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Nov/23 22:54
Start Date: 29/Nov/23 22:54
Worklog Time Spent: 10m
Work Description: moresandeep opened a new pull request, #822:
URL: https://github.com/apache/knox/pull/822
## What changes were proposed in this pull request?
This PR:
1. Adds multi arch support for Knox images
2. Moves away from the currently used plugin that is not maintained and
updates Knox docker plugin to https://github.com/fabric8io/docker-maven-plugin
which is actively maintained and is feature rich.
Nothing changes as far are building process goes. What changes is now we
have an ability to push multi-arch docker images to a remote repo
```
mvn -Ddocker.push.registry=my.docker.io/smore -U clean verify install
-Prelease,package,docker docker:push
```
For more details on configuration options see
https://dmp.fabric8.io/#docker:push
## How was this patch tested?
This patch was tested locally.
Issue Time Tracking
-------------------
Worklog Id: (was: 893018)
Remaining Estimate: 0h
Time Spent: 10m
> Enable support for multi-arch docer builds for Knox
> ---------------------------------------------------
>
> Key: KNOX-2989
> URL: https://issues.apache.org/jira/browse/KNOX-2989
> Project: Apache Knox
> Issue Type: Bug
> Components: docker
> Reporter: Sandeep More
> Assignee: Sandeep More
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)