Skip to content
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

Open
Expro opened this issue Aug 19, 2024 · 9 comments
Open

Publish images to public container registries #320

Expro opened this issue Aug 19, 2024 · 9 comments
Labels
enhancement New feature or request

Comments

@Expro
Copy link

Expro commented Aug 19, 2024

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.

@Expro Expro added the enhancement New feature or request label Aug 19, 2024
@Froggy232
Copy link

Hello,
I would love to have public image too, as I use podman with podlet and it doesn't support building image yet.
Is there a possibility to see this in near future?
Thanks you!

@ItzCrazyKns
Copy link
Owner

Working on it.

@Froggy232
Copy link

Nice, it's very nice, thanks you a lot!
It was the only thing preventing me from using your service I think, I will wait for your news then.
Thanks again!

@Froggy232
Copy link

Froggy232 commented Sep 4, 2024

Hi again,
Have you any news on this?
I'm able to do you a few hundred euro worth of monero (or other crypto currencies) donation if you can solve it very soon, as it's the last step that keep me from using your service as I told.
I absolutely don't want to sound entitled, I would understand if you simply don't have the time. It's a shame though, because your work look incredible once coupled with ollama/localai.
Thanks you again,
Best regards

@tuxthepenguin84
Copy link

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.

@Froggy232
Copy link

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.

@tuxthepenguin84
Copy link

git clone https://github.com/ItzCrazyKns/Perplexica.git
cd Perplexica
docker build -f app.dockerfile . -t tuxthepenguin/perplexica:latest --no-cache
docker login -u tuxthepenguin
docker push tuxthepenguin/perplexica:latest

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.

@rcarmo
Copy link

rcarmo commented Sep 21, 2024

Any news on official ones? gcr.io would probably be best, since they can be built and published directly from GitHub CI.

@farezv
Copy link

farezv commented Sep 30, 2024

+1 For ghcr.io but any public registry would work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants