github rtuszik/photon-docker 0.6.2-rev.3

12 days ago

Photon Docker 0.6.2-rev.3

This release improves file operations and general stability, addressing several edge cases and bugs related to downloading and file operations.

Two new optional environment variables have been added to enhance configuration flexibility:

Variable Accepted Values Default Description
BASE_URL Valid URL https://download1.graphhopper.com/public Custom base URL for index data downloads. Should point to the parent directory of index files.
SKIP_MD5_CHECK TRUE, FALSE FALSE Optionally skip MD5 verification of downloaded index files.

Behind the scenes, the startup script has been modularized into four logical components for better maintainability: config, logging, process management, and the core logic.


What's Changed

  • Merge pull request #51 from rtuszik/dev by @rtuszik in #51
  • fix: Add extraction log message after MD5 verification by @rtuszik
  • feat: update wget progress bar output parameters for cleaner output by @rtuszik
  • fix: Simplify MD5 verification process to prevent script hanging by @rtuszik
  • docs: Update README with new environment variables and formatting & update compose files by @rtuszik
  • feat: Add SKIP_MD5_CHECK environment variable to optionally disable MD5 verification by @rtuszik
  • fix: Improve wget header parsing and add detailed debug logging by @rtuszik
  • refactor: Delete entire temp directory instead of just its contents by @rtuszik
  • refactor: Remove duplicate ANSI color codes from config.sh by @rtuszik
  • fix: Improve index update process with robust error handling and cleanup by @rtuszik
  • fix: Resolve unbound wget_status variable in download_index function by @rtuszik
  • feat: Add debug logging for photon_data directory structure after cleanup by @rtuszik
  • feat: Modify FORCE_UPDATE to run only once during container startup by @rtuszik
  • refactor: Modularize start-photon.sh with config, logging, and process modules by @rtuszik
  • refactor: Improve wget error handling in check_remote_index function by @rtuszik
  • chore: Update Dockerfile to copy src directory and make scripts executable by @rtuszik
  • fix: Improve environment variable handling and logging for index download by @rtuszik
  • fix: Resolve logging and URL construction issues in Photon startup script by @rtuszik
  • default to sequential updates by @rtuszik
  • feat: Add comprehensive debug logging for URL handling and download process by @rtuszik
  • refactor: Improve URL handling and error logging in download process by @rtuszik
  • update compose by @rtuszik
  • update compose files to include BASE_URL by @rtuszik
  • feat: Add custom base URL support via BASE_URL environment variable by @rtuszik
  • feat: Add debug logging to sequential and parallel update functions by @rtuszik

Full Changelog: 0.6.2-rev.2...0.6.2-rev.3

Don't miss a new photon-docker release

NewReleases is sending notifications on new releases.