[
https://issues.apache.org/jira/browse/HADOOP-19324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895143#comment-17895143
]
ASF GitHub Bot commented on HADOOP-19324:
-----------------------------------------
adoroszlai opened a new pull request, #7143:
URL: https://github.com/apache/hadoop/pull/7143
## What changes were proposed in this pull request?
Create GitHub Actions workflow to publish the `apache/hadoop` Docker image
to GitHub Container Registry.
Image is tagged based on branch name, e.g. `docker-hadoop-X.Y` is tagged as
`X.Y`.
Pull request only triggers build (for CI), but image is not published.
https://issues.apache.org/jira/browse/HADOOP-19324
## How was this patch tested?
`push` to branch `docker-hadoop-HADOOP-19324` in my fork:
https://github.com/adoroszlai/hadoop/actions/runs/11653596931
has built the image and tagged it as `HADOOP-19324`:
https://github.com/adoroszlai/hadoop/pkgs/container/hadoop/299542238?tag=HADOOP-19324
```
$ docker run -it --rm ghcr.io/adoroszlai/hadoop:HADOOP-19324 hadoop version
...
Status: Downloaded newer image for ghcr.io/adoroszlai/hadoop:HADOOP-19324
Hadoop 3.4.1
...
```
> Publish hadoop image to GitHub Container Registry
> -------------------------------------------------
>
> Key: HADOOP-19324
> URL: https://issues.apache.org/jira/browse/HADOOP-19324
> Project: Hadoop Common
> Issue Type: New Feature
> Reporter: Attila Doroszlai
> Assignee: Attila Doroszlai
> Priority: Major
>
> Create GitHub Actions workflow to publish the {{apache/hadoop}} Docker image
> to GitHub Container Registry.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]