Moritz Wiesinger

Results 262 comments of Moritz Wiesinger

What about [this](https://aws.amazon.com/ru/blogs/containers/authenticating-with-docker-hub-for-aws-container-services/)? GHCR would work in the same way mostly.

Sorry, for the outdated article, but here's how to do it straight from the latest AWS docs: [Link](https://docs.aws.amazon.com/AmazonECR/latest/userguide/pull-through-cache-creating-rule.html#:~:text=For%20Docker%20Hub-,For%20GitHub%20Container%20Registry,-Open%20the%20Amazon) It still requires a token for GHCR but it doesn't work with...

You can of course use dockerhub as well, it doesn't really make a big difference. As I commented before, let's discuss it in a SIG meeting, I don't have the...

maybe the @open-telemetry/collector-contrib-maintainers have some input here

What would be the next steps here? File an issue in open-telemetry/community to see if we can use the existing OTel AWS account I guess @andrzej-stencel ?

I'll try creating a prototype for this in my fork. I think it really is time to do something about the release process in this repo. It's too complicated to...

some immediate findings: `goreleaser release --prepare` only works if an actual tag is pushed, not in a CI scenario :( See [this pipeline error message](https://github.com/mowies/opentelemetry-collector-releases/actions/runs/16048141720/job/45284239663#step:14:30) I think there's a few...

So from the feedback we got in the discussion above, i think the best option is to implement some form of nightly releases. That seems to be the only option...

@mx-psi @douglascamata Update: I created a draft PR with the current state of things. I have nightly releases working on my fork (for the core collector distro and for linux...