- 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
docker build -t anoopnair/hadoop_base_alpine .
- Alpine linux: latest
- Java: Open JDK 7