Closed SToPire closed 4 months ago
Not sure the broken CI is related with the PR.
Sorry for the late reply! It seems that COPY --chmod in Docker buildkit only supports octal notation instead of "+x". [1]
This was my mistake and I've updated the new patch. It looks like the current version could pass the CI correctly.
Let's use Docker's
COPY --chmod
feature instead of using a separate chmod command. This will reduce the generated image size by ~12KB.Fixes: #402