h2non / imaginary

Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing

Home Page:https://fly.io/docs/app-guides/run-a-global-image-service/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New release

dotlambda opened this issue · comments

The last release is from August 2020. Can we have a new one?
I'm especially interested in #382.

Interested in this as well!

FYI: NextCloud maintains a Docker Image at https://hub.docker.com/r/nextcloud/imaginary

Do you need any support for a new release?

@kdevan has there been any changes done by the nextcloud team or is is just a repackaging of the same file?

@kdevan has there been any changes done by the nextcloud team or is is just a repackaging of the same file?

The nextcloud image is a bit different. You can check the Dockerfile itself in the link above, it is pretty minimal. The nextcloud image updates the version of golang and builds the imaginary binary a bit differently. I'm not sure what difference that makes, if any. The resulting image is Alpine instead of Debian. Nextcloud also has some fixes for common issues.

Hey yall, I made a repo building the latest imaginary commit as a fresh debian image using their dockerfile. I'm running this image in production.

https://github.com/zenyui/imaginary

Images are pushing to:

docker pull ghcr.io/zenyui/imaginary:2023.09.09

Try it out, lmk if you have any feedback/requests!

@tarjei @dotlambda @baurmatt