newrelic/newrelic-node-init
The New Relic NodeJS Agent distributed as a Kubernetes Init Container.
100K+
This image contains the New Relic NodeJS Agent distributed as a Kubernetes Init Container for use with the New Relic Kubernetes Agents Operator. See the Installation section for example use cases.
Agent versions at New Relic either follow semver (eg. 1.2.3
) or may contain an additional build number (eg. 1.2.3.99
). The example table below shows what NodeJS Agent version would be pulled from various tags.
Image Tag | Agent Version |
---|---|
latest | The latest agent release |
11 | The latest 11.* release |
11.19 | The latest 11.19.* release |
11.19.0 | The latest init container build of agent version 11.19.0 |
11.19.0.0 | The initial init container build of agent version 11.19.0 |
In this example, once the tag 11.19.0.0
is published it will never be replaced. If a rebuilt container for agent version v11.19.0
is released, it will be published as 11.19.0.1
, incrementing the init container build number.
Each NodeJS container is only compatible with a single major version of NodeJS. As a result, all NodeJS agent versions are published as separate images with a NodeJS version suffix. The latest
tag and any tags without this suffix point to the latest supported major version of NodeJS.
Image Tag | NodeJS Major Version |
---|---|
latest | Latest Supported (20 ) |
11.19.0 | Latest Supported (20 ) |
11.19.0-nodejs20x | 20 |
11.19.0-nodejs18x | 18 |
11.19.0-nodejs16x | 16 |
New Relic hosts and moderates an online forum where you can interact with New Relic employees as well as other customers to get help and share best practices. Like all official New Relic open source projects, there's a related Community topic in the New Relic Explorers Hub. You can find this project's topic/threads here:
https://forum.newrelic.com/s/
We encourage your contributions to improve New Relic Kubernetes Agent Operator Init Container Releases! Keep in mind that when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. You only have to sign the CLA one time per project.
If you have any questions, or to execute our corporate CLA (which is required if your contribution is on behalf of a company), drop us an email at opensource@newrelic.com.
A note about vulnerabilities
As noted in our security policy, New Relic is committed to the privacy and security of our customers and their data. We believe that providing coordinated disclosure by security researchers and engaging with the security community are important means to achieve our security goals.
If you believe you have found a security vulnerability in this project or any of New Relic's products or websites, we welcome and greatly appreciate you reporting it to New Relic through our bug bounty program.
If you would like to contribute to this project, review these guidelines.
To all contributors, we thank you! Without your contribution, this project would not be what it is today.
New Relic Kubernetes Agent Operator Init Container Releases is licensed under the Apache 2.0 License. The New Relic Kubernetes Agent Operator Init Container Releases also uses source code from third-party libraries. You can find full details on which libraries are used and the terms under which they are licensed in the third-party notices document.
docker pull newrelic/newrelic-node-init