Posts

Showing posts from April, 2026
Image
  Publishing a Customized Docker Image with Apache Hop, Workflows, and Pipelines Introduction In my previous blog on Docker container customization ( https://saikatsrecentworks.blogspot.com/2026/03/custom-hop-docker.html ), I discussed making the customized environment easily accessible. This post completes that effort by sharing the fully prepared Docker image. Docker Image Contents This Docker image is built on Alpine Linux and comes pre-installed with Java and Apache Hop. In addition, it includes all components required for my project: automated information ingestion from Microsoft Office 365 using Microsoft Graph APIs (  https://saikatsrecentworks.blogspot.com/2026/03/apache-hop-office365.html ) , powered by Python, Selenium, and Apache Hop. The purpose and implementation details of these components are explained in my earlier articles. Included components: Python 3 pip (Py3-pip) wget dpkg Chromium & Chromium Chromedriver Git Selenium and BeautifulSoup...