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

feat: Move to multiple distro and simplify ci #194

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

mailo-nr
Copy link
Contributor

No description provided.

@mailo-nr mailo-nr force-pushed the marsac/move-nightly-configs branch 21 times, most recently from de6673d to 9d9f60c Compare January 28, 2025 22:24
@mailo-nr mailo-nr changed the title chore: Move nightly config and add signign feat: Move to multiple distro and simplify ci Jan 28, 2025
@mailo-nr mailo-nr force-pushed the marsac/move-nightly-configs branch from 9d9f60c to 8898dd4 Compare January 28, 2025 22:27
Comment on lines 43 to 48
- name: Login to Docker
uses: docker/login-action@v3
with:
registry: docker.io
username: ${{ secrets.OTELCOMM_DOCKERHUB_USERNAME }}
password: ${{ secrets.OTELCOMM_DOCKERHUB_PASSWORD }}
Copy link
Contributor

@kb-newrelic kb-newrelic Jan 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this step? My naive thinking is that this workflow would never need to log into docker as it won't publish anything and the built image will only be used locally. Am I missing something?

I am mainly thinking that we have a risk of accidentally publishing something and without the rc in the image name, it would end up in a public repo looking like an official release?

- newrelic/nr-otel-collector:{{ .Version }}-amd64
- newrelic/nr-otel-collector:latest-amd64
extra_files:
- config.yaml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unless I am missing something, this doesn't align with the current naming and location of the configs? Either the default config would need to be moved up one level to the distro folder or this references the specific config which will be the default

@mailo-nr mailo-nr force-pushed the marsac/move-nightly-configs branch from 8898dd4 to b8eea61 Compare January 29, 2025 22:03
@mailo-nr mailo-nr force-pushed the marsac/move-nightly-configs branch 2 times, most recently from 9548f31 to e898a3c Compare January 29, 2025 22:18
@mailo-nr mailo-nr force-pushed the marsac/move-nightly-configs branch 4 times, most recently from fdee542 to bf1aa58 Compare January 30, 2025 18:17
@mailo-nr mailo-nr force-pushed the marsac/move-nightly-configs branch from bf1aa58 to 83b61aa Compare January 30, 2025 22:27
@mailo-nr mailo-nr force-pushed the marsac/move-nightly-configs branch from 83b61aa to 21d8f03 Compare January 30, 2025 22:29
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 this pull request may close these issues.

2 participants