nyph-infosec / daggerboard

MIT License
95 stars 19 forks source link

Docker image in 1.0.1 release is truncated #13

Closed shaunmlowry closed 1 year ago

shaunmlowry commented 2 years ago
$ ls -l
total 528196
-rw-r--r-- 1 shaunl shaunl 540868608 Jul  1 11:43 daggerboard_docker_image.tgz
$ sha256sum daggerboard_docker_image.tgz
8242e10db66f42e8a3064da1d4cb711719ef14f59b5c0d3e9f085dfef4e1569b  daggerboard_docker_image.tgz
$ gunzip daggerboard_docker_image.tgz

gzip: daggerboard_docker_image.tgz: unexpected end of file

OS: Ubuntu 20.04

gk4 commented 2 years ago

I'm also having the same "unexpected end of file" issue with daggerboard_docker_image.tgz file. Also, it would be nice if the version was in the TGZ filename.

kojak-a commented 2 years ago

@shaunmlowry we uploaded a new docker image and tested the extraction successfully. Here are the md5 hashes to confirm:

e688363a120a05143981fa2d54e226fb  daggerboard_docker_image_v1-0-1.tgz compressed
bb4eab5f9602f7da7bd4331aec7349f9  daggerboard_docker_image_v1-0-1.tar uncompressed

@gk4 great suggestion, this has been added to the release.