Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 356 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 356 Bytes
  • Create base image with Alpine Linux distro
  • Install essential linux packages
  • Install Open JDK 7. All hadoop images should extend this one.
  • Prepare image with directories like /opt

Building the image

  • docker build -t anoopnair/hadoop_base_alpine .

Version

  • Alpine linux: latest
  • Java: Open JDK 7