{"id":20496542,"url":"https://github.com/hardpixel/heroku-buildpack-vips","last_synced_at":"2026-03-19T16:06:48.263Z","repository":{"id":62463014,"uuid":"492898031","full_name":"hardpixel/heroku-buildpack-vips","owner":"hardpixel","description":"Heroku buildpack with libvips","archived":false,"fork":false,"pushed_at":"2023-08-17T08:34:08.000Z","size":67187,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-05T18:39:37.669Z","etag":null,"topics":["buildpack","heroku","libvips"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hardpixel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["jonian"]}},"created_at":"2022-05-16T15:38:14.000Z","updated_at":"2025-02-26T18:43:17.000Z","dependencies_parsed_at":"2025-01-16T06:33:21.548Z","dependency_job_id":null,"html_url":"https://github.com/hardpixel/heroku-buildpack-vips","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/hardpixel/heroku-buildpack-vips","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardpixel%2Fheroku-buildpack-vips","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardpixel%2Fheroku-buildpack-vips/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardpixel%2Fheroku-buildpack-vips/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardpixel%2Fheroku-buildpack-vips/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hardpixel","download_url":"https://codeload.github.com/hardpixel/heroku-buildpack-vips/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardpixel%2Fheroku-buildpack-vips/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30191231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T18:30:16.692Z","status":"ssl_error","status_checked_at":"2026-03-06T18:30:13.818Z","response_time":250,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["buildpack","heroku","libvips"],"created_at":"2024-11-15T18:07:37.594Z","updated_at":"2026-03-06T18:35:50.197Z","avatar_url":"https://github.com/hardpixel.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/jonian"],"categories":[],"sub_categories":[],"readme":"# heroku-buildpack-vips\n\nHeroku buildpack with [libvips](https://github.com/libvips/libvips) installed. A buildpack for the modern Heroku stacks.\n\n[![Vips](https://img.shields.io/github/v/tag/hardpixel/heroku-buildpack-vips?label=vips\u0026logo=hack-the-box)](https://github.com/hardpixel/heroku-buildpack-vips/releases)\n[![Heroku 18](https://img.shields.io/badge/stack-18-904edf?logo=heroku)](https://github.com/hardpixel/heroku-buildpack-vips/releases)\n[![Heroku 20](https://img.shields.io/badge/stack-20-904edf?logo=heroku)](https://github.com/hardpixel/heroku-buildpack-vips/releases)\n[![Heroku 22](https://img.shields.io/badge/stack-22-904edf?logo=heroku)](https://github.com/hardpixel/heroku-buildpack-vips/releases)\n[![Build](https://github.com/hardpixel/heroku-buildpack-vips/actions/workflows/build.yml/badge.svg)](https://github.com/hardpixel/heroku-buildpack-vips/actions/workflows/build.yml)\n\n## Usage\n\nRun the commands below to add this buildpack to your app:\n\n```\n$ heroku buildpacks:add --index 1 https://github.com/hardpixel/heroku-buildpack-vips\n```\n\nDeploy to Heroku and verify the result by running this command:\n\n```\n$ heroku run vips -v\nvips 8.14.4\n```\n\n## Configuration\n\nYou can select the preferred version by setting the `VIPS_VERSION` environment variable. It defaults to the latest stable [release](https://github.com/libvips/libvips/releases). Check the available versions in the [releases](https://github.com/hardpixel/heroku-buildpack-vips/releases) page.\n\n```\n$ heroku config:set VIPS_VERSION=8.13.0\n```\n\n### Untrusted operations\n\nYou can block untrusted operations at runtime by setting the `VIPS_BLOCK_UNTRUSTED` environment variable. Then any operation that is tagged as untrusted will be prevented from running. More information available [here](https://www.libvips.org/2022/05/28/What's-new-in-8.13.html#blocking-of-unfuzzed-loaders).\n\n```\n$ heroku config:set VIPS_BLOCK_UNTRUSTED=true\n```\n\n## License\n\nThe buildpack is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardpixel%2Fheroku-buildpack-vips","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhardpixel%2Fheroku-buildpack-vips","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardpixel%2Fheroku-buildpack-vips/lists"}