Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

42 lines (37 loc) · 1.28 KB

CHANGELOG

2024-03-21

  • Fix logic for port checking 2d92622

2024-01-18

  • Add key to manually trigger workflow cfcbb69

2022-01-22

  • Define TERM to environment a141c65

2021-03-08

  • Added
    • bin/demyx-chroot
    • bin/demyx-maldet
    • bin/demyx-port
    • bin/demyx-proxy
    • bin/demyx-table
  • Changed
    • Renamed src to bin.
    • Renamed chroot.sh to demyx-chroot.
    • Renamed maldet.sh to demyx-maldet.
    • Renamed port.sh to demyx-port.
    • Renamed proxy.sh to demyx-proxy.
    • Renamed table.sh to demyx-table.
    • bin/demyx-maldet
      • Remove if statement since all demyx containers uses the same structure.
      • Update variable.
    • Dockerfile
      • Update core variables with support for old ones.
      • Rearrange RUN commands.
      • Update bash PS1.
      • Update COPY directory.
      • Update finalize RUN command.
  • Removed

2020-04-14

Added

  • Created src directory for main file(s)

Changed

  • Format LABEL and ENV entries
  • Update finalize RUN commands