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

[bitnami/minio-client] add jq #53722

Merged
merged 1 commit into from
Dec 19, 2023
Merged

[bitnami/minio-client] add jq #53722

merged 1 commit into from
Dec 19, 2023

Conversation

jouve
Copy link
Contributor

@jouve jouve commented Dec 11, 2023

Description of the change

add jq to minio-client image

Benefits

Possible drawbacks

Applicable issues

Additional information

Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
@javsalgar javsalgar added verify Execute verification workflow for these changes in-progress labels Dec 12, 2023
@github-actions github-actions bot removed the triage Triage is needed label Dec 12, 2023
@github-actions github-actions bot removed the request for review from javsalgar December 12, 2023 09:12
@jouve
Copy link
Contributor Author

jouve commented Dec 18, 2023

any news ?

Copy link
Contributor

@fevisera fevisera left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution!
LGTM!

@fevisera fevisera merged commit c10cf66 into bitnami:main Dec 19, 2023
26 checks passed
@jouve
Copy link
Contributor Author

jouve commented Dec 19, 2023

thanks!

@jouve
Copy link
Contributor Author

jouve commented Dec 19, 2023

do you know when the image will be released ?

@fevisera
Copy link
Contributor

Hi @jouve,

The new version of the container will be released as part of an automated process. I have reviewed the process, and it has experienced some delays due to recent internal changes in the platform, requiring more time than usual. Nevertheless, I anticipate that it will be published soon. I apologize for any inconvenience this may cause.

Thanks.

@fevisera
Copy link
Contributor

Hi,

Just confirming the bitnami/minio-client container with jq is already available:

$ docker run --rm -it bitnami/minio-client jq
 16:33:09.49 INFO  ==>
 16:33:09.49 INFO  ==> Welcome to the Bitnami minio-client container
 16:33:09.49 INFO  ==> Subscribe to project updates by watching https://github.com/bitnami/containers
 16:33:09.49 INFO  ==> Submit issues and feature requests at https://github.com/bitnami/containers/issues
 16:33:09.49 INFO  ==>

jq - commandline JSON processor [version 1.6]

Usage:	jq [options] <jq filter> [file...]
	jq [options] --args <jq filter> [strings...]
	jq [options] --jsonargs <jq filter> [JSON_TEXTS...]

jq is a tool for processing JSON inputs, applying the given filter to
its JSON text inputs and producing the filter's results as JSON on
standard output.

The simplest filter is ., which copies jq's input to its output
unmodified (except for formatting, but note that IEEE754 is used
for number representation internally, with all that that implies).

For more advanced filters see the jq(1) manpage ("man jq")
and/or https://stedolan.github.io/jq

Example:

	$ echo '{"foo": 0}' | jq .
	{
		"foo": 0
	}

For a listing of options, use jq --help.

@jouve
Copy link
Contributor Author

jouve commented Dec 21, 2023

Awesome, Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minio-client solved verify Execute verification workflow for these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

include jq in minio-client image
3 participants