olxgroup-oss / libvips-rust-bindings

Rust bindings for libvips
MIT License
95 stars 41 forks source link

feat: bump libvips to 8.15.1 #101

Closed bassco closed 9 months ago

bassco commented 9 months ago

The target build folder can cache between runs and can also get confused when mounted in a container or if you run on the machine operating system. We therefore, remove the target folder when building the docker image or generating the bindings.

The Dockerfile has had its verbosity reduced by excluding the output of apk, tar and wget. The RUN commands have also been consolidated to reduce layers and image size. Although, this is strictly not that important, for a build image.

@negezor - this is a replacement PR for #72 which unfortunately has the issue with an included chore release. Hopefully, doing the work in this one will make up for requesting you to correct #72.

Note: Using a fork to test the actions in the forked repo to ensure that they do not introduce released files.

github-actions[bot] commented 9 months ago

:tada: This PR is included in version 1.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: