We've transitioned the core Dockerfile from Debian Jessie to Alpine Linux. Instead of pulling down a bunch of build dependencies and compiling taskd from source with CMake, the image now cleanly installs taskd and taskd-pki directly from Alpine's package manager. This simplifies the Docker setup, speeds up build times, and significantly reduces the final image size.

Migrated Docker image from Debian to Alpine - zhengqunkoo/docker-taskd