-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Publish images to public container registries #320
Comments
Hello, |
Working on it. |
Nice, it's very nice, thanks you a lot! |
Hi again, |
If you can only use public images you can build and publish your own images to Docker Hub, I think this temporarily solves your problem until official ones come out. |
I don't know how to do it to be honnest, but I just found that there is a lot of unofficial images on docker.io already, so I will just use that. |
https://hub.docker.com/repository/docker/tuxthepenguin/perplexica/general I skipped the configuration steps before docker build but this should give you an idea of what to do. |
Any news on official ones? gcr.io would probably be best, since they can be built and published directly from GitHub CI. |
+1 For ghcr.io but any public registry would work! |
Is your feature request related to a problem? Please describe.
Currently, to use container image you need to build (compose) it every time.
Describe the solution you'd like
Build and publish images to public registries such as hub.docker.com.
The text was updated successfully, but these errors were encountered: