-
-
Notifications
You must be signed in to change notification settings - Fork 457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker tag latest
was last updated 2 years ago
#390
Comments
At Openverse, we've created a multi-arch ( We had to make 2 changes to the
|
I've been building updated Docker images myself and you can find them on GHCR: This is from my fork, which fixes the issues you've identified above and a few more changes (including #386 ). It also updates the base image to Bullseye. Full diff: master...ItalyPaleAle:master You're welcome to use those images too, although note that I offer no guarantee on their support :) |
@ItalyPaleAle while we made only the bare minimum changes needed to compile the image, you've made some very notable improvements to both the code and the I'll definitely try to see if your images can fit into our use and if the team agrees we'll drop our version and switch to yours. Thanks for working on this, it'll help a lot of folks wanting to use the updated code as a Docker container. |
The code changes are actually fairly minimal. The only "real" code change is what's in #386 (the other changes to the Go file are due to The biggest changes are:
Aside from that, the other changes were more about the engineering processes themselves:
Thus said, if you/your team think my changes are valuable to you too, I'd very gladly grant you access to my repo too, or even transfer it to you :) |
@ItalyPaleAle Thank you for the offer to transfer the repository over to us! I'll add this to our agenda to discuss during our community meeting tomorrow, which you are welcome to join us for in the WordPress Make Slack. You can follow the instructions on this page to make an account and access it: https://make.wordpress.org/chat/. Then you can find us in the |
Thanks @sarayourfriend ! Sadly, I am not able to join tomorrow because of a conflict, but you can contact me directly at |
@ItalyPaleAle We discussed it and I think we're going to stick with publishing our own image for the moment, adding a big disclaimer that we're not seeking to actively maintain a fork of upstream. We will probably borrow some of the improvements you made though and be sure to |
Sounds good, thanks for letting me know. I may just stop maintaining mine then and adopt yours. |
I would assume a lot of people just search docker hub for Docker images and find https://hub.docker.com/r/h2non/imaginary Why not 1) keep it up to date or 2) at least leave a depreciation notice with a link to the new repository? |
Note that the repository linked here is an unofficial fork! |
@ItalyPaleAle Sorry, I don't understand, which is an unofficial fork? Github page clearly states to use |
I'm sorry, I thought you were talking about the forks that we've been mentioning in this thread. Please disregard. |
@h2non are there any plans on releasing a newer |
Also waiting on this. |
Is Docker no longer a recommended way to use
imaginary
? As per the Docker Hub tags, the taglatest
was pushed 2 years ago.While I can see that the library is being actively maintained, there aren't any M1-compatible
arm
based images on Docker Hub either. If not via the official Docker image, what's the recommended approach to use this library?The text was updated successfully, but these errors were encountered: