-
Notifications
You must be signed in to change notification settings - Fork 248
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: add influx-cli image #554
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need a License file too. This is MIT licensed. We can grab the file from the core InfluxDB portion of this repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is also missing a manifest.json file.
{
"name": "influxdb-cli",
"maintainers": [
"Jonathan A. Sternberg <[email protected]> (@jsternberg)",
"Bucky Schwarz <[email protected]> (@hoorayimhelping)",
"Brandon Pfeifer <[email protected]> (@bnpfeife)"
],
"versions": ["2.2"],
"architectures": [
"amd64",
"arm32v7",
"arm64v8"
],
"variants": [
{"name": "alpine"}
]
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR adds
influx-cli
image. The image is intended for CLI-based tasks like backup etc. Its size is "only" ~44 MB, compared to 226 MB ofinfluxdb
.Dockerfile
content was ripped out ofinfluxdb
image.Default command is
version
.