Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile build: all Docker builds to be based on newly built hadoop-base image #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sebastian-nagel
Copy link

The "build" target in the Makefile uses the current git branch name as version tag for all newly built Docker images. However, the images of Hadoop components (namenode, etc.) are not based on the newly built "hadoop-base" image. Instead, the version of the hadoop-base image is hardwired in the Dockerfiles off the components. The Makefile should pass the tag/version of "hadoop-base" image forward to Docker builds of components, so that all newly built component images are based on the same "hadoop-base" image.

- pass tag/version of hadoop-base image forward to Docker
  builds of components (namenode, etc.) so that all newly built
  component images are based on the same hadoop-base image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant