docker-library / busybox

Docker Official Image packaging for Busybox
http://busybox.net
388 stars 126 forks source link

disable hwaccel closing issue with sha1sum and sha256sum #167

Closed actualben closed 1 year ago

actualben commented 1 year ago

This is meant to disable the optional, on-by-default hardware acceleration added in 1.36.0 to support the sha1sum and sha256sum functions. There is an issue where github actions hosted runners have processor feature sets that confuses acceleration detection. Alpine has also disabled this acceleration in their busybox package. Details in the issue below. Once the fix can be implemented upstream it would be ok to back this change out.

This is my first PR to docker-library so I don't know if I'm supposed to do something after editing the Dockerfile-builder.template.

closes: #166

actualben commented 1 year ago

Thanks, I added that change and I ran apply-templates.sh