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

Pushing container binaries to a different registry (like ghcr) #3575

Closed
dirkhh opened this issue Jan 24, 2025 · 3 comments
Closed

Pushing container binaries to a different registry (like ghcr) #3575

dirkhh opened this issue Jan 24, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@dirkhh
Copy link

dirkhh commented Jan 24, 2025

Describe the feature you would like to see

Right now it seems that the container images are only published on docker.io - which creates a single point of failure (and at times causes issues with timeouts for anonymous pulls). It would be great to have an alternative registry to use (with ghcr being a great choice, IMHO)

Describe how you would like to see this feature implemented

You should be able to do this straight out of the GitHub action.

Describe any alternatives you've considered

No response

@dirkhh dirkhh added the enhancement New feature or request label Jan 24, 2025
@amir20
Copy link
Owner

amir20 commented Jan 24, 2025

They are deployed to GHCR. From https://dozzle.dev/guide/getting-started

If Docker Hub is blocked in your network, you can use the GitHub Container Registry to pull the image. Use ghcr.io/amir20/dozzle:latest instead of amir20/dozzle:latest.

@dirkhh
Copy link
Author

dirkhh commented Jan 24, 2025

thanks @amir20 -- I looked for that and didn't spot it. That's on me

@dirkhh dirkhh closed this as completed Jan 24, 2025
@amir20
Copy link
Owner

amir20 commented Jan 24, 2025

Let me know if I should put it some where else.

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

2 participants