We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As part of the k8s agent operator work, each agent needs to create a GHA workflow in https://github.com/newrelic/newrelic-agent-init-container-releases that builds and uploads init containers to Docker Hub whenever there is a new agent version released.
Note docker containers will also need to be generated for all previous agent versions that will still be supported as of the end of Q1 2024.
The Python agent team will create a GHA workflow first that does this and each agent can copy modify it for their own agent.
Implementation of an appropriate new GHA workflow.
N/A
The text was updated successfully, but these errors were encountered:
https://new-relic.atlassian.net/browse/NR-260158
Sorry, something went wrong.
The work in https://source.datanerd.us/aws-lambda/auto-layer-releases/pull/8 will automate the publishing of images for each new agent release. The Dockerfile here https://github.com/newrelic/newrelic-agent-init-container-releases/blob/main/src/java/Dockerfile is what will be executed to build each image.
Resolved by newrelic/newrelic-agent-init-container#16
jasonjkeller
Successfully merging a pull request may close this issue.
Description
As part of the k8s agent operator work, each agent needs to create a GHA workflow in https://github.com/newrelic/newrelic-agent-init-container-releases that builds and uploads init containers to Docker Hub whenever there is a new agent version released.
Note docker containers will also need to be generated for all previous agent versions that will still be supported as of the end of Q1 2024.
The Python agent team will create a GHA workflow first that does this and each agent can copy modify it for their own agent.
Acceptance Criteria
Implementation of an appropriate new GHA workflow.
Design Consideration/Limitations
N/A
Dependencies
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: