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

Document OCI registry url #53

Open
anthosz opened this issue Oct 28, 2024 · 7 comments · Fixed by #52
Open

Document OCI registry url #53

anthosz opened this issue Oct 28, 2024 · 7 comments · Fixed by #52

Comments

@anthosz
Copy link
Contributor

anthosz commented Oct 28, 2024

Hello,

Do you have oci registry in addition of http? (like docker.io, etc)

Best regards,

@MaikuMori
Copy link
Owner

Currently, no, but I can look into it.

Looks like it's out of experimental phase.

@MaikuMori
Copy link
Owner

I manually published the last version, let's see if it works automatically on the next release.

https://github.com/users/MaikuMori/packages/container/package/helm-charts%2Fgotenberg

@anthosz
Copy link
Contributor Author

anthosz commented Nov 25, 2024

Thank you @MaikuMori, but I don't really found which oci url I need to use.
If I try in Chart.yaml:

- name: gotenberg
  version: ~1.9
  repository: oci://registry-1.docker.io/maikumori

or

- name: gotenberg
  version: ~1.9
  repository: oci://registry-1.docker.io/maikumori/helm-charts

I receive a 401 :/

@MaikuMori
Copy link
Owner

It should be ghcr.io/maikumori/helm-charts/gotenberg. I went with the easiest option of just hosting it on GitHub.

We should add it to the docs.

@MaikuMori MaikuMori reopened this Nov 25, 2024
@anthosz
Copy link
Contributor Author

anthosz commented Nov 25, 2024

It seems that something like that need to be used: https://github.com/varnish/helm-varnish-cache/blob/main/.circleci/config.yml#L138-L163 but github seems not OCI compatible :/

@MaikuMori
Copy link
Owner

It is OCI compatible as far as I know.

Does the ghcr.io/maikumori/helm-charts/gotenberg not work?

@anthosz
Copy link
Contributor Author

anthosz commented Nov 25, 2024

It is OCI compatible as far as I know.

Does the ghcr.io/maikumori/helm-charts/gotenberg not work?

Oh indeed, it works! thx!

- name: gotenberg
  version: ~1.9
  repository: oci://ghcr.io/maikumori/helm-charts

@MaikuMori MaikuMori changed the title FR - OCI registry Document OCI registry url Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants