Skip to content

kdb Insights Core 1.0.5

Release Date

2021-05-17

qpacker

[FIX] qshell no longer prevents q exiting when kxreaper running

[FIX] qpacker image sha check fixed on podman. Running podman docker build -q -f Dockerfile on podman returned the sha256 value without the sha256 prefix. This broke qpacker ability to identify the image in the .env file. The check for this was changed due to an issue on mac with latest docker version which prints out the prefix. The fix now looks for the 64 char string using grep -o "[0-9a-f]{64}"