Skip to content

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

Open
sebastian-nagel wants to merge 1 commit intobig-data-europe:masterfrom
sebastian-nagel:makefile-use-base-version
Open

Makefile build: all Docker builds to be based on newly built hadoop-base image#103
sebastian-nagel wants to merge 1 commit intobig-data-europe:masterfrom
sebastian-nagel:makefile-use-base-version

Conversation

@sebastian-nagel
Copy link
Copy Markdown

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