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

Feature: publish official docker images #674

Closed
robert-heinzmann-logmein opened this issue Aug 9, 2022 · 6 comments · Fixed by #771
Closed

Feature: publish official docker images #674

robert-heinzmann-logmein opened this issue Aug 9, 2022 · 6 comments · Fixed by #771
Labels
enhancement This is considered a feature request, not currently guaranteed by the code or design today help wanted process Issues related to process and CI

Comments

@robert-heinzmann-logmein

Currently there is no official docker image being published for mtail. A typical use case is running mtail next to an application as a sidecar to parse logs and publish the metrics.

It would be great to just use an upstream docker image that matches each version published and avoid setting up custom build pipelines. As this can be official images, build instructions as well as integrity can be ensured.

@robert-heinzmann-logmein robert-heinzmann-logmein changed the title Publish official docker images Feature: publish official docker images Aug 9, 2022
@jaqx0r
Copy link
Contributor

jaqx0r commented Jan 1, 2023

We have a Dockerfile, if someone'd like to turn that into an official image then please send some PRs to build one in the GitHub Actions workflow as part of release.yml. But the main blocker to me at the moment is lack of understanding how to do it and on which container registry to send it to (as well as my aversion to keeping API keys around.)

@jaqx0r jaqx0r added enhancement This is considered a feature request, not currently guaranteed by the code or design today help wanted process Issues related to process and CI labels Jan 1, 2023
@0xquark
Copy link

0xquark commented Jan 1, 2023

Hi @jaqx0r , I would like to take this issue. As i can see we already have a dockerfile and we need to set up a docker image with github actions so that it pushes it after every release?. Can we push the registry to Google Container Registry (GCR)?
( btw happy new year 🎉 )

@jaqx0r
Copy link
Contributor

jaqx0r commented Jan 3, 2023 via email

@autokilla47
Copy link

is there any progress?

@raphaelzoellner
Copy link
Contributor

I have created #710 to build and push a docker image to the GitHub Container Registry since this allows us to use the builtin GITHUB_TOKEN for authentication.

I followed the Github Actions Docs closely to achieve this.

@jaqx0r
Copy link
Contributor

jaqx0r commented Feb 7, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is considered a feature request, not currently guaranteed by the code or design today help wanted process Issues related to process and CI
Projects
None yet
5 participants