Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@ilolm ilolm released this 25 Jan 11:42
· 2 commits to main since this release

The virtualbox image split into 3 parts, due to its big size.

  • To recombine these 3 parts into the one valid image, download them and execute command below:
cat docker-ctf_part_* > docker-ctf.ova

SHA256SUM:

docker-ctf.ova: 30419f67f4648a76e810fdc1d5409de644a5784659a4e7997be55086a6197132
docker-ctf_part_1: 90285c2afb43b12b69e6ca31ec1ecac202265216115ec843fa0df822ded1df7e
docker-ctf_part_2: 8c946554042915d6e69e19b336ef32b0f2409871ed86c7578372243a20d3f977
docker-ctf_part_3: a01b43232d5a236816441a12a25d9690bad7c2a3ce398ea3fbad802ea743f545


What's Changed

  • Optimize Dockerfile by @ilolm in #1
  • Added pre-installed images by @ilolm in #4
  • Moved docker compose to CMD by @ilolm in #7
  • Fixed Cron + some optimization by @ilolm in #8
  • Removed docker exec from ReadME by @ilolm in #9
  • Fixed extra -d by @ilolm in #10

Full Changelog: release...1.5