Skip to content

Conversation

deepakpanda93
Copy link
Collaborator

Describe the issue this Pull Request addresses

This PR introduces a script to streamline the process of building and pushing Docker images.

Summary and Changelog

This PR adds shell scripts that:

  • Builds a Docker image using a specified Dockerfile.
  • Pushes the tagged image(s) to a specified Docker registry.

Impact

None

Risk Level

none

Documentation Update

Script includes inline comments and usage help. No updates needed on the Hudi website.

Contributor's checklist

  • Read through contributor's guide
  • Enough context is provided in the sections above
  • Adequate tests were added if applicable

@github-actions github-actions bot added the size:S PR with lines of changes in (10, 100] label Oct 16, 2025
@deepakpanda93 deepakpanda93 marked this pull request as ready for review October 16, 2025 18:38
@hudi-bot
Copy link

CI report:

Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

Comment on lines +22 to +30
"apachehudi/hudi-hadoop_3.3.4-base"
"apachehudi/hudi-hadoop_3.3.4-namenode"
"apachehudi/hudi-hadoop_3.3.4-datanode"
"apachehudi/hudi-hadoop_3.3.4-history"
"apachehudi/hudi-hadoop_3.3.4-hive_3.1.3"
"apachehudi/hudi-hadoop_3.3.4-hive_3.1.3-sparkbase_3.5.3"
"apachehudi/hudi-hadoop_3.3.4-hive_3.1.3-sparkmaster_3.5.3"
"apachehudi/hudi-hadoop_3.3.4-hive_3.1.3-sparkworker_3.5.3"
"apachehudi/hudi-hadoop_3.3.4-hive_3.1.3-sparkadhoc_3.5.3"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these images and the tag version are repeated vars from build docker script. it's hard to maintain between different script. please merge this script with the build docker script, adding an option to support pushing images (default false)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S PR with lines of changes in (10, 100]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants