Replies: 7 comments 9 replies
-
You have to set up a registry, you can google about it if you figure it out. |
Beta Was this translation helpful? Give feedback.
-
This was from a few days ago. I still haven't tested this but it should theoretically work:
Then do a
Then a
Now you should be able to |
Beta Was this translation helpful? Give feedback.
-
to /etc/containers/registries.conf.d/myregistry.conf I had to put:
then i could push. |
Beta Was this translation helpful? Give feedback.
-
Would ostree be able to pull it then?
…On Mon, Apr 24, 2023, 2:32 PM Stephan Lüscher ***@***.***> wrote:
you could also push with --tls-verify=false. Example: podman push
--tls-verify=false registry.dev.local:5000/ublue-main:dev-latest
and a step-by-step guide is in the docs:
https://ublue.it/CONTRIBUTING/#building-locally
—
Reply to this email directly, view it on GitHub
<https://github.com/orgs/ublue-os/discussions/120#discussioncomment-5712165>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUT36UH6VYS7H375JVTJEDXC3IN5ANCNFSM6AAAAAAWJ2X6GQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
We should just have a repo with all the self-hosting yaml files you need so you can just podman up a registry with the right configs, maybe look at some self signing stuff or whatever so if you have a homelab we set you up with some precanned service units. And maybe some wireguard configs or tips so that you can update yourself no matter what network you're on. |
Beta Was this translation helpful? Give feedback.
-
Great! with all this
this works |
Beta Was this translation helpful? Give feedback.
-
Hey @tepene we just set up ublue.it/blog ... I think what you have in forge is looking good already, I think it'd be a great blog post! |
Beta Was this translation helpful? Give feedback.
-
If I build a podman image locally,
what command like
rpm-ostree rebase --experimental ostree-unverified-registry:localhost/frank:latest
Can I use to have ostree use the image i just built.
Beta Was this translation helpful? Give feedback.
All reactions