Skip to content

Latest commit

 

History

History
74 lines (74 loc) · 2.89 KB

CHANGELOG.md

File metadata and controls

74 lines (74 loc) · 2.89 KB
  • 2021-06-17:
    • Switch to GitHub actions for build



  • 2020-07-16:
    • Split docker-entrypoint.sh into main script and functions script.
    • Add MURMUR_SUPW variable to allow for command line superuser password set/change.
    • Delete rc and snapshot directories











  • 2018-08-24:
    • Update Dockerfile
      • Shh, be vewy vewy quiet, I'm hunting errors in the build logs. (Add -q to Dockerfile apk commands)
      • Rework post-build cleanup
      • Add support for RUN_CHOWN flag
      • Add tzdata package
    • docker-entrypoint.sh
      • Add support for RUN_CHOWN flag
      • Add -o flag to groupmod/usermod - allow setting custom GID/UID when already exists
    • Update documentation
    • Update build hook script

  • 2018-06-14:
    • Update Dockerfile to remove depreciated "MAINTAINER", move info to LABEL "vendor" value


  • 2018-03-31:
    • Add Alpine "shadow" packge to Dockerfile to support usermod/groupmod in docker-entrypoint.sh for changing process UID/GID.



  • 2018-03-01:
    • Initial Dockerfile, script, etc. creation.