Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonasbn jonasbn released this 16 Nov 20:54
· 252 commits to master since this release
cca35b0

0.2.0 2020-11-16 Milestone release, implementing initial Docker support

  • yak can now be build as a Docker container
  • Added command line arguments are:
    • --noconfig disables reading of $HOME/.config/yak/config.yml so invocation relies solely on command line arguments
    • --nochecksums disables reading of $HOME/.config/yak/checksums.yml so checksum data has to be read from the directory in which yak is executed and it has to be names .yaksums.json,
  • The command line arguments: --noconfig and --nochecksums are mandatory for the Docker entrypoint