[
https://issues.apache.org/jira/browse/HADOOP-19720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18028427#comment-18028427
]
ASF GitHub Bot commented on HADOOP-19720:
-----------------------------------------
adoroszlai opened a new pull request, #8021:
URL: https://github.com/apache/hadoop/pull/8021
## What changes were proposed in this pull request?
Add workflow to publish `apache/hadoop-runner` (`jdk11-u2204` in this case)
to GitHub Container Registry.
https://issues.apache.org/jira/browse/HADOOP-19720
## How was this patch tested?
[Workflow
run](https://github.com/adoroszlai/hadoop/actions/runs/18353000644) in my fork
for push to branch `docker-hadoop-runner-HADOOP-19720-jdk11-u2204` built
[image](https://github.com/adoroszlai/hadoop/pkgs/container/hadoop-runner/538747134?tag=HADOOP-19720-jdk11-u2204)
`ghcr.io/adoroszlai/hadoop-runner:HADOOP-19720-jdk11-u2204`. It has both
amd64 and arm64 arch.
```bash
$ docker run -it --rm
ghcr.io/adoroszlai/hadoop-runner:HADOOP-19720-jdk11-u2204 bash -c 'uname -a;
cat /etc/lsb-release; java -version'
Linux 8099f50d7322 6.8.0-65-generic #68~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC
Tue Jul 15 18:06:34 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.5 LTS"
openjdk version "11.0.28" 2025-07-15
OpenJDK Runtime Environment Temurin-11.0.28+6 (build 11.0.28+6)
OpenJDK 64-Bit Server VM Temurin-11.0.28+6 (build 11.0.28+6, mixed mode,
sharing)
```
> Publish multi-arch hadoop-runner image to GitHub
> ------------------------------------------------
>
> Key: HADOOP-19720
> URL: https://issues.apache.org/jira/browse/HADOOP-19720
> Project: Hadoop Common
> Issue Type: Improvement
> Reporter: Attila Doroszlai
> Assignee: Attila Doroszlai
> Priority: Major
>
> Create GitHub Actions workflow to publish the apache/hadoop-runner Docker
> image to GitHub Container Registry. Build for both amd64 and arm64.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]